Kubegres is a Kubernetes operator allowing to deploy one or many clusters of PostgreSql instances and manage databases replication, failover and backup.
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:
incremental backup every x hours.
full backup every y hours.
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.
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
hours.y
hours.x
could be set to 1 andy
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.