PostgreSQL Backup with Wal-G and point in time Recover with KubeDB managed Postgres Database
Summary
On September 07, 2022, AppsCode held a webinar on?PostgreSQL Backup with Wal-G and point in time Recover with KubeDB managed Postgres Database. The key contents of the webinars are:
Description of the Webinar
At first, we talked about?PostgreSQL Backup and Point in time Recovery?in general. To implement it in?KubeDB?we introduced?Wal-g?&?volumesnapshotter, which will be controlled by?Kubedb and Stash operator.
We described the features such as:
Then we started the demonstration, at first we create a Postgres cluster?demo-pg?in the?demo?namespace where we have mentioned the?archiver?spec for the?backup?configuration. Then we create a database?test, also created a table?employee?inside it. Then we have simulated a disaster scenario where we have dropped the table from the database. After that, we created another Postgres server?restore-pg?in the demo namespace where we have configured?ArchiveRecovery?spec to restore at a point in time before the disaster happened.
Take a deep dive into the full webinar below:
You can find the yamls used in the webinar?here
领英推荐
Please try the latest release and give us your valuable feedback.
What Next?
Please try the latest release and give us your valuable feedback.
Support
To speak with us, please leave a message on?our website.
To join public discussions with the KubeDB community, join us in the?Kubernetes Slack team?channel?#kubedb. To sign up, use our?Slack inviter.
To receive product announcements, follow us on?Twitter.
If you have found a bug with KubeDB or want to request for new features, please?file an issue.
PS: This article was initially published on?ByteBuilders Blog