postgres-operator/docs
Jociele Padilha e4e686588e
Fix/logical backup job cleanup (#3111)
* feat(logical-backup): add configurable job history limits and TTL

Adds three new configuration options for logical backup cronjobs:
- logical_backup_successful_jobs_history_limit (default: 3)
- logical_backup_failed_jobs_history_limit (default: 3)
- logical_backup_ttl_seconds_after_finished (default: 86400)

These options control how many completed/failed backup jobs are
retained by Kubernetes and when finished jobs are automatically
deleted. This prevents accumulation of old backup jobs and pods
in namespaces with many PostgreSQL clusters.

Also updates the CronJob comparison logic to detect changes in
these new fields and trigger reconciliation when needed.

Closes zalando/postgres-operator#1092

* add added the 3 new fieldson crd

* updated gen api

---------

Co-authored-by: Jairo Llopis <jairo@moduon.team>
Co-authored-by: Felix Kunde <felix-kunde@gmx.de>
2026-06-19 12:12:58 +02:00
..
diagrams Improve appearance of Readme image in github dark mode (#2431) 2023-10-16 11:54:51 +02:00
reference Fix/logical backup job cleanup (#3111) 2026-06-19 12:12:58 +02:00
administrator.md feat: implement service type NodePort (#2986) 2026-06-12 10:02:26 +02:00
developer.md Modernize code generation (#3003) 2026-01-09 14:22:10 +01:00
index.md Update the link to a post (#2360) 2023-08-01 11:01:43 +02:00
operator-ui.md docs: fix broken links (#1594) 2021-10-18 16:50:27 +02:00
quickstart.md DOC: Minikube has many drivers now, incl. Docker (#2949) 2025-10-14 13:50:11 +02:00
user.md fix: set password encryption default to scram-sha-256 (#2962) 2026-06-04 20:55:04 +02:00