A handy Docker container to periodically backup databases to S3
Go to file
Elliott Shugerman 66a9a2b219 initial commit
2019-11-27 17:58:53 -07:00
backup initial commit 2019-11-27 17:58:53 -07:00
restore initial commit 2019-11-27 17:58:53 -07:00
LICENSE.txt initial commit 2019-11-27 17:58:53 -07:00
README.md initial commit 2019-11-27 17:58:53 -07:00
render.py initial commit 2019-11-27 17:58:53 -07:00

This is a fork and restructuring of schickling's postgres-backup-s3 and postgres-restore-s3.

See backup/README.md and restore/README.md for further instructions.

Fork goals:

  • dedicated repository
  • automated builds
  • support multiple PostgreSQL versions
  • support encrypted (password-protected) backups
  • merge backup and restore images?