Skip to content

Cannot extract database .gz file created by scheduled backup #2915

@brendanmckeown

Description

@brendanmckeown

I have scheduled backups enabled, with the "database and media" type selected. On schedule, the system creates a backup file in the /var/backups directory, e.g. 1452176641_media.tgz. When I extract this file on the command line, using: tar -xzf 1452176641_media.tgz, I see a pub and var directory. pub contains the media files as expected. var contains what looks like an archive of the database, e.g. 1452176641_db.gz. However, when I try to extract this file using gzip -d var/1452176641_db.gz, gzip throws an error: gzip: var/1452176641_db.gz: not in gzip format. How can I extract this database file?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Issue: Ready for WorkGate 4. Acknowledged. Issue is added to backlog and ready for developmentbug report

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions