[bitnami/*] Update upgrading notes of PostgreSQL and PostgreSQL HA (#13226)

Signed-off-by: jotamartos <jotamartos@vmware.com>

Signed-off-by: jotamartos <jotamartos@vmware.com>
This commit is contained in:
Juan José Martos
2022-10-28 11:56:16 +02:00
committed by GitHub
parent 1900c38d33
commit a5a7d0eb75
2 changed files with 12 additions and 2 deletions
+5 -1
View File
@@ -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.
limitations under the License.
+7 -1
View File
@@ -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.
limitations under the License.