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
* bump tp v1.6.0
* update logical-backup image
* Using smaller image for e2e test.
* fix env var name in docs
* add postgresql-client-13 to logical backup image
Co-authored-by: Jan Mussler <janm81@gmail.com>
@@ -59,13 +59,13 @@ If you are new to the operator, you can skip this and just start using the Postg
59
59
The Postgres operator supports Postgres 13 with the new Spilo Image that includes also the recent Patroni version to support PG13 settings.
60
60
More work on optimizing restarts and rolling upgrades is pending.
61
61
62
-
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.
63
-
We introduce the major version into the backup path to smooth the major version upgrade that is now supported manually.
62
+
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.
63
+
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 manually.
64
64
65
-
The new operator configuration, sets a compatilibty flag *enable_spilo_wal_path_compat* to make Spilo look in current path but also old format paths for wal segments.
66
-
This comes at potential perf. costs, and should be disabled after a few days.
65
+
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.
66
+
This comes at potential performance costs and should be disabled after a few days.
67
67
68
-
The new Spilo 13 image is: `registry.opensource.zalan.do/acid/spilo-13:2.0-p1`
68
+
The new Spilo 13 image is: `registry.opensource.zalan.do/acid/spilo-13:2.0-p2`
69
69
70
70
The last Spilo 12 image is: `registry.opensource.zalan.do/acid/spilo-12:1.6-p5`
0 commit comments