-
-
Notifications
You must be signed in to change notification settings - Fork 219
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
Restore of database backup from S3 storage fails #292
Comments
@MarkDoggen What's your backup size from the storage ? |
It is 1.2 GB (compressed and encrypted) |
Hello, |
You can't compress an encrypted file. |
@galt, I tested encrypting first and worked fine. Even, the encrypted-compress backup is smaller than the other way around. Here a column that recommends encryption before compression for security: @ZuluPro ZuluPro it's possible to commit this change? |
Your results seem miraculous. Please double-check them. Can you decompress and decrypt both of the files and recover the complete and correct original input? Perhaps you have labeled them backwards? |
Restore of a compressed, encrypted database backup fails. Media restore (also compressed and encrypted) works fine though.
Media:
Database:
I thought it might be the size of the backup, so I started with truncated tables but it also shows the same behavior (Restore tempfile created: 0 B)
Does anyone have any clue what might be the issue here?
The text was updated successfully, but these errors were encountered: