Database Backup
Reference page for generating and decrypting database backups
Last updated
Reference page for generating and decrypting database backups
Last updated
In Cloud Control Center, you can securely download encrypted database backups. Follow these steps to access and decrypt your backup files.
Go to the Databases section within Applications > Environments to find instructions on downloading the backup file.
This menu item is only available when you have the permission role: Administrator
After downloading the database backup file, an email is sent with the corresponding GPG decryption passphrase.
Windows:
The backup files downloaded from the Control Center are encrypted. To decrypt them, you will need GNUPG, an external software.
Download the Binary Release Installer for the full featured GNUPG
Install GNUPG, including Kleopatra, the user interface for easy decryption.
Mac:
Install GPG using brew: brew install gpg
Now that GNUPG is installed:
Windows:
Locate the backup file you downloaded from the Control Center
Open file using Kleopatra
Choose an output folder for the decrypted backup file
Enter the passphrase generated earlier, which was retrieved by email
After decryption is done, a save dialog will be shown where to save the file.
Mac:
Open Terminal
Locate the backup file you downloaded from the Control Center
Run gpg -d mybackup.backup.gpg > mybackup.backup
Where mybackup
should be replaced with the correct name.
Enter the passphrase generated earlier, which was retrieved by email
After decryption is done, a new file will be there with the previous given name
Now you can restore the DB Backup using your DB Tool.