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
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ pipelines with no access to Kubernetes API directly, promoting infrastructure as
16
16
* Rolling updates on Postgres cluster changes, incl. quick minor version updates
17
17
* Live volume resize without pod restarts (AWS EBS, PVC)
18
18
* Database connection pooling with PGBouncer
19
-
* Support fast in place major version upgrade to PG13. Supports global upgrade of all clusters.
19
+
* Support fast in place major version upgrade. Supports global upgrade of all clusters.
20
20
* Restore and cloning Postgres clusters on AWS, GCS and Azure
21
21
* Additionally logical backups to S3 or GCS bucket can be configured
22
22
* Standby cluster from S3 or GCS WAL archive
@@ -61,7 +61,7 @@ We introduce the major version into the backup path to smoothen the [major versi
61
61
The new operator configuration can set a compatibility flag *enable_spilo_wal_path_compat* to make Spilo look for wal segments in the current path but also old format paths.
62
62
This comes at potential performance costs and should be disabled after a few days.
63
63
64
-
The newest Spilo image is: `registry.opensource.zalan.do/acid/spilo-14:2.1-p5`
64
+
The newest Spilo image is: `registry.opensource.zalan.do/acid/spilo-14:2.1-p6`
65
65
66
66
The last Spilo 12 image is: `registry.opensource.zalan.do/acid/spilo-12:1.6-p5`
0 commit comments