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
+6-10Lines changed: 6 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,17 +53,13 @@ pipelines with no access to Kubernetes API directly, promoting infrastructure as
53
53
The Postgres Operator has been developed at Zalando and is being used in
54
54
production for over three years.
55
55
56
-
## Using Spilo 12 images or lower
56
+
## Supported Postgres & K8s versions
57
57
58
-
If you are already using the Postgres operator in older version with a Spilo 12 Docker image you need to be aware of the changes for the backup path.
59
-
We introduce the major version into the backup path to smoothen the [major version upgrade](docs/administrator.md#minor-and-major-version-upgrade) that is now supported.
60
-
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
-
This comes at potential performance costs and should be disabled after a few days.
63
-
64
-
The newest Spilo image is: `ghcr.io/zalando/spilo-15:2.1-p9`
65
-
66
-
The last Spilo 12 image is: `registry.opensource.zalan.do/acid/spilo-12:1.6-p5`
0 commit comments