playground-postgresql-walg
playground-postgresql-walg copied to clipboard
wal-g - Archival and Restoration for Postgres playground based on Docker
Hello, I think using `standby.signal` make example easy to understand as by default uploaded `wal`s from postgres1 backup are going to be recovered in postgres2 From Postgres doc ``` 27.2.2....
Hello, Very useful example but containers and wal-g version was a bit outdated. As part Hacktoberfest 2022 I updated this.
Add Continuous Backup Tests procedure. Inspirations: - https://lolware.net/2017/02/02/continuous-backup-tests-with-docker.html
Document how to restore the database to its state at any time since your base backup was taken.