From a5a7d0eb7592bcae2b59e63b3f13b5f1c925b536 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Jos=C3=A9=20Martos?= Date: Fri, 28 Oct 2022 11:56:16 +0200 Subject: [PATCH] [bitnami/*] Update upgrading notes of PostgreSQL and PostgreSQL HA (#13226) Signed-off-by: jotamartos Signed-off-by: jotamartos --- bitnami/postgresql-ha/README.md | 6 +++++- bitnami/postgresql/README.md | 8 +++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/bitnami/postgresql-ha/README.md b/bitnami/postgresql-ha/README.md index 83c2077147..cd540a5553 100644 --- a/bitnami/postgresql-ha/README.md +++ b/bitnami/postgresql-ha/README.md @@ -675,6 +675,10 @@ $ helm upgrade my-release my-repo/postgresql-ha \ > Note: As general rule, it is always wise to do a backup before the upgrading procedures. +### To 10.0.0 + +This major version changes the default PostgreSQL image from 14.x to 15.x. Follow the [official instructions](https://www.postgresql.org/docs/15/upgrading.html) to upgrade to 15.x. + ### To 9.0.0 This chart major version updates the PostgreSQL image's version to the latest major, `v14`, as well as standarizes the templates and values. These changes can be sumarised in the following: @@ -898,4 +902,4 @@ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and -limitations under the License. \ No newline at end of file +limitations under the License. diff --git a/bitnami/postgresql/README.md b/bitnami/postgresql/README.md index 7a21b31cfa..c77c5aa52d 100644 --- a/bitnami/postgresql/README.md +++ b/bitnami/postgresql/README.md @@ -664,6 +664,12 @@ Find more information about how to deal with common errors related to Bitnami's ## Upgrading +### To 12.0.0 + +This major version changes the default PostgreSQL image from 14.x to 15.x. Follow the [official instructions](https://www.postgresql.org/docs/15/upgrading.html) to upgrade to 15.x. + +### To any previous version + Refer to the [chart documentation for more information about how to upgrade from previous releases](https://docs.bitnami.com/kubernetes/infrastructure/postgresql/administration/upgrade/). ## License @@ -680,4 +686,4 @@ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and -limitations under the License. \ No newline at end of file +limitations under the License.