website/docs: upgrade: make it clear downgrading is not support (#11523)

This commit is contained in:
Marc 'risson' Schmitt
2024-10-10 17:58:33 +02:00
committed by GitHub
parent 9f3909ad2f
commit dec1014eb1

View File

@ -6,6 +6,10 @@ Upgrading to the latest version of authentik, whether a new major release or a p
## Important considerations
:::danger
authentik does not support downgrading. Make sure to back up your database in case you need to revert an upgrade.
:::
- Be sure to carefully read the [Release Notes](../releases/) for the specific version to which you plan to upgrade. The release might have special requirements or actions or contain breaking changes.
- Make a backup of your PostgreSQL database before upgrading. You can dump your existing database to get a backup file. For more information about dumping and backing up your database, refer to [Upgrade PostgreSQL on Docker Compose](../troubleshooting/postgres/upgrade_docker.md) or [Upgrade PostgreSQL on Kubernetes](../troubleshooting/postgres/upgrade_kubernetes.md).