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

committed by
GitHub

parent
9f3909ad2f
commit
dec1014eb1
@ -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).
|
||||
|
Reference in New Issue
Block a user