deis / postgres

A PostgreSQL database used by Deis Workflow.
https://deis.com
MIT License
36 stars 22 forks source link

Ship full backup to object storage at a regular interval #32

Closed slack closed 8 years ago

slack commented 8 years ago

Should support on and off-cluster object storage.

Support configurable backup retention via wal-e delete retain X where X comes from the replication controller.

bacongobbler commented 8 years ago

Pretty sure we were closing this in favour of documenting how to back Minio with persistent storage, correct?

slack commented 8 years ago

No. All configurations will require S3 compatible storage.

That requirement can be satisfied by minio for dev/test or off-cluster S3 storage for production configurations. Which means the postgres component should, out of the box, ship backups to the configured object storage.