-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Cannot extract database .gz file created by scheduled backup #2915
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Just rename the file to |
@mc388, |
I don't know but I had the same issue a few month ago. Maybe the fix this in the future |
Reopening, since we have to fix this internally, in ticket MAGETWO-47687 to fix this. |
@brendanmckeown thank you for reporting. We have merged a fix in the develop branch, hence closing this ticket. Please create a new ticket if issues still arise. |
[MPI] MAGETWO-84929: Default merchant account ID is used on subsequent partial invoices
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 apub
andvar
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 usinggzip -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?The text was updated successfully, but these errors were encountered: