Database backup policy
Last updated
Was this helpful?
Last updated
Was this helpful?
For database recovery, we rely on the set up in AWS RDS that takes snapshots daily. This process also maintains a rolling window of 35 days of previous snapshots. We rely on version control of our .
Taking a snapshot of the RDS instance is also part of the in case recovery to a pre-release state is needed.
We previously implemented cron jobs on our on-prem servers to take backups of the database and Hasura-related artifacts. These files were stored in a S3 bucket called but this process was stopped after 5/16/2024.
The that tracked this work can be used to find out more.