SIMULATAN / k8s-ops

Kubernetes GitOps configs
The Unlicense
4 stars 0 forks source link

Backup PostgreSQL databases #8

Open SIMULATAN opened 1 month ago

SIMULATAN commented 1 month ago

Instead of just the disk-level backups that are done right now, also use native PostgreSQL backup methods to ensure consistency and ease recoveries.

Useful projects:

SIMULATAN commented 1 week ago

It may be worth waiting for https://github.com/orgs/cloudnative-pg/projects/1/views/1?pane=issue&itemId=64528768&issue=cloudnative-pg%7Ccloudnative-pg%7C4681 to be implemented. Hopefully, that'll also include SQL dumps or at least a simple backup strategy that doesn't require complicated ahh setups