-
Notifications
You must be signed in to change notification settings - Fork 3
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
PostgreSQL backups (ocp13, ocp24) #420
Comments
Credere production backups setup: |
Just curious how the value |
@jpmckinney , I set |
Cool, was just wondering as kingfisher-main was set to 5, but it seems like the rule is at least 3, but less than 10. |
Linode provides file backups which is fine for site files however this is not ideal for Postgres.
During the backup Postgres will still have data loaded into memory so we cannot ensure the quality of a backup using this approach.
We should use pgBackRest to store backups in AWS S3, as we have done on other servers
https://ocdsdeploy.readthedocs.io/en/latest/develop/update/postgres.html#set-up-backups
pgBackRest has the added benefit that it is offsite and recoverable without Linode.
Other non-development servers with postgres but without pgbackrest:
The text was updated successfully, but these errors were encountered: