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
Initial commit for new 1.6 release with Postgres 13 support. (#1257)
* Initial commit for new 1.6 release with Postgres 13 support.
* Updating maintainers, Go version, Codeowners.
* Use lazy upgrade image that contains pg13.
* fix typo for ownerReference
* fix clusterrole in helm chart
* reflect GCP logical backup in validation
* improve PostgresTeam docs
* change defaults for enable_pgversion_env_var and storage_resize_mode
* explain manual part of in-place upgrade
* remove gsoc docs
Co-authored-by: Felix Kunde <felix-kunde@gmx.de>
The Postgres Operator has been developed at Zalando and is being used in
51
-
production for over two years.
53
+
production for over three years.
54
+
55
+
## Notes on Postgres 13 support
56
+
57
+
If you are new to the operator, you can skip this and just start using the Postgres operator as is, Postgres 13 is ready to go.
58
+
59
+
The Postgres operator supports Postgres 13 with the new Spilo Image that includes also the recent Patroni version to support PG13 settings.
60
+
More work on optimizing restarts and rolling upgrades is pending.
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.
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.
67
+
68
+
The new Spilo 13 image is: `registry.opensource.zalan.do/acid/spilo-13:2.0-p1`
69
+
70
+
The last Spilo 12 image is: `registry.opensource.zalan.do/acid/spilo-12:1.6-p5`
0 commit comments