docs: Add upgrade notes

This commit is contained in:
Michael Kriese 2025-01-15 14:44:18 +01:00
parent 48d6cc1552
commit 18fc56e994
No known key found for this signature in database
GPG key ID: F8D7748549A5986A

View file

@ -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.