-
Notifications
You must be signed in to change notification settings - Fork 42
database backup and recovery strategy
Don Restarone edited this page Oct 11, 2023
·
1 revision
So you accidentally deleted something, and need it back. Follow the steps below to restore from a snapshot, export missing data and restore it to the production instance.
Find the latest snapshot
Select the snapshot and click on "restore snapshot"
Now you have a DB instance that has the latest snapshot (that hopefully contains the data you are missing)
Connect to it with PG admin and navigate to the database, schema and table you need. Select backup. Make sure to save the backup in a place you can find
Connect to the production database, select the schema and table you need, select restore