zalando / postgres-operator

Postgres operator creates and manages PostgreSQL clusters running in Kubernetes
https://postgres-operator.readthedocs.io/
MIT License
4.38k stars 980 forks source link

Implement per-cluster maintenance window for Postgres automatic upgrade #2710

Closed idanovinda closed 3 months ago

idanovinda commented 3 months ago

This feature introduces the ability for users to set a maintenance window for major PostgreSQL version upgrades when automatic upgrade is enabled. This ensures that major upgrades occur during specified times, minimising disruption to service, and improving management of critical database updates.

FxKu commented 3 months ago

:+1:

idanovinda commented 3 months ago

👍