postgresql_cluster
postgresql_cluster copied to clipboard
Backup best practice
From the first time I used the solution, I noticed that for Hetzner, no backup was installed because the provider doesn't support S3.
I get it, but :) :
- I think it's a good practice to encourage the users to backup the database outside of the provider that hosts the cluster
- Now Hetzner supports S3 (Beta for now)
The 1. implies that we need a form when setting up the cluster to set up the S3 credential and endpoint. The advantage is that this allows the user to host the backup wherever they want, ideally with a different provider.
If this aligns with your vision of the product I can prioritize some times to do the dev as we need this to go into production with your solution.