reactive-tech / kubegres

Kubegres is a Kubernetes operator allowing to deploy one or many clusters of PostgreSql instances and manage databases replication, failover and backup.
https://www.kubegres.io
Apache License 2.0
1.32k stars 74 forks source link

Feature request - Incremental backups #93

Open samstride opened 2 years ago

samstride commented 2 years ago

Hi,

Once again, thank you for maintaining this operator.

I had a look at the documentation and I could not find anything around incremental backups. I'm looking for something along these lines:

x could be set to 1 and y could be set to 24.

I also spotted a potential bug. When upgrading from say Postgres 14 -> 14.1, the image for the backup cronjob does not get updated. The only way to get it to update is to change the timing on the postgres.yaml and apply that.

Thanks.