Restore
Restoring your backup is easy with a few commands.
Local Database
On the Eppalock Dashboard, there's a list of all your backups. Each backup has a 'view' action, click view to open your backup on AWS.
Download your backup from AWS - it will be an encrypted file, with the extension
.dump.enc
.Decrypt your backup with the following command (replacing
YOUR_FILENAME
andYOUR_ENCRYPTION_KEY
- click here to find your encryption key):Create a local database if you don't have one already:
Restore your decrypted backup to a local database with the following command:
Heroku Database
To restore a backup to your Heroku database:
Download and decrypt a backup following steps 1 - 3 above
Restore the backup following Heroku's official guide
If you've gone any questions or issues with downloading, decrypting or restoring a database, please contact us at support@eppalock.com.
Last updated