From 18fc56e99495f1074bd03e7e84e7b0cae3a05649 Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Wed, 15 Jan 2025 14:44:18 +0100 Subject: [PATCH] docs: Add upgrade notes --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 8dda4e0..36cf92f 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,7 @@ - [Advanced](#advanced) - [Contributing](#contributing) - [Upgrading](#upgrading) + - [To v11](#to-v11) - [To v10](#to-v10) - [To v9](#to-v9) - [To v8](#to-v8) @@ -1236,6 +1237,14 @@ This section lists major and breaking changes of each Helm Chart version. Please read them carefully to upgrade successfully, especially the change of the **default database backend**! If you miss this, blindly upgrading may delete your Postgres instance and you may lose your data! +### To v11 + +PostgreSQL and PostgreSQL HA are now using PostgreSQL v17. +Please read PostgresSQL upgrade guide before upgrading. + +You need Forgejo v10+ to use this Helm Chart version. +Forgejo v9 is now EOL. + ### To v10 You need Forgejo v9+ to use this Helm Chart version.