website/docs: add disclaimer to beta page that downgrade isn't supported

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens Langhammer 2023-01-16 10:44:42 +01:00
parent 5a3f9d1417
commit 07767c9376
No known key found for this signature in database
1 changed files with 5 additions and 1 deletions

View File

@ -2,7 +2,11 @@
title: Beta versions
---
You can test upcoming authentik versions by switching to the _next_ images. These beta versions supported upgrades from the latest stable version, and have a supported upgrade plan to the next stable version.
You can test upcoming authentik versions by switching to the _next_ images. It is recommended to upgrade to the latest stable release before upgrading to beta images. It is always possible to upgrade from the beta to the next stable release.
:::warning
Downgrading from the Beta is not supported. It is recommended to take a backup before upgrading, or test beta versions on a separate install.
:::
import Tabs from "@theme/Tabs";
import TabItem from "@theme/TabItem";