You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When postgres operator is configured with logical backup and if postgresql cluster has logical backup enabled, the operator creates a cronjob with the specified schedule. The default cronjob dumps all the databases in the postgres cluster to a S3 endpoint. Currently there is no way to cleanup old backups in the S3 endpoint, this is also called out here -https://github.com/zalando/postgres-operator/blob/master/docs/administrator.md#logical-backups. I'm filing an issue to address this with backup retention support.
Please let me know if there is already an issue tracking this or someone has put down their thougts on how to solve this.