postgres-operator/pkg/cluster
Ida Novindasari e6ae9e3772
Implement per-cluster maintenance window for Postgres automatic upgrade (#2710)
* implement maintenance window for major version upgrade 
* e2e test: fix major version upgrade test and extend with the time window
* unit test: add iteration to test isInMaintenanceWindow
* UI: show the window and enable edit via UI
2024-08-09 14:07:35 +02:00
..
cluster.go improve logical backup comparison unit test and improve container sync (#2686) 2024-07-08 14:06:14 +02:00
cluster_test.go improve logical backup comparison unit test and improve container sync (#2686) 2024-07-08 14:06:14 +02:00
connection_pooler.go Improve inherited annotations (#2657) 2024-06-26 13:10:37 +02:00
connection_pooler_new_test.go Connection pooler for replica (#1127) 2020-11-13 14:52:21 +01:00
connection_pooler_test.go allow empty resources when defaults are empty (#2524) 2024-02-09 07:35:53 +01:00
database.go Enable slot and publication deletion when stream application is removed (#2684) 2024-07-25 12:00:23 +02:00
exec.go pick first container if postgres is not found (#1505) 2021-05-28 11:44:10 +02:00
filesystems.go reflect change in github url (#496) 2019-02-25 11:26:55 +01:00
k8sres.go improve logical backup comparison unit test and improve container sync (#2686) 2024-07-08 14:06:14 +02:00
k8sres_test.go fix unit test for new subPathExpr feature (#2638) 2024-05-24 15:07:17 +02:00
majorversionupgrade.go Implement per-cluster maintenance window for Postgres automatic upgrade (#2710) 2024-08-09 14:07:35 +02:00
pod.go fix: no switchover candidate found with member state "streaming" (#1992) (#2515) 2024-01-24 10:40:58 +01:00
pod_test.go reflect new replica states in unit tests (#2581) 2024-03-15 14:46:36 +01:00
resources.go Improve inherited annotations (#2657) 2024-06-26 13:10:37 +02:00
streams.go stream: slot and FES should not be created if the publication creation fails (#2704) 2024-08-02 15:09:37 +02:00
streams_test.go stream: slot and FES should not be created if the publication creation fails (#2704) 2024-08-02 15:09:37 +02:00
sync.go Improve inherited annotations (#2657) 2024-06-26 13:10:37 +02:00
sync_test.go change username in secret when switching rotation mode (#2549) 2024-02-22 10:26:13 +01:00
types.go switch to policy API v1 for PDBs (#2008) 2022-10-06 09:43:17 +02:00
util.go Implement per-cluster maintenance window for Postgres automatic upgrade (#2710) 2024-08-09 14:07:35 +02:00
util_test.go Implement per-cluster maintenance window for Postgres automatic upgrade (#2710) 2024-08-09 14:07:35 +02:00
volumes.go Improve inherited annotations (#2657) 2024-06-26 13:10:37 +02:00
volumes_test.go Improve inherited annotations (#2657) 2024-06-26 13:10:37 +02:00