From 07767c93764a331e0ea6a4849b898dd1c1932a74 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Mon, 16 Jan 2023 10:44:42 +0100 Subject: [PATCH] website/docs: add disclaimer to beta page that downgrade isn't supported Signed-off-by: Jens Langhammer --- website/docs/installation/beta.mdx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/website/docs/installation/beta.mdx b/website/docs/installation/beta.mdx index 5d2e4dc82..fac82b627 100644 --- a/website/docs/installation/beta.mdx +++ b/website/docs/installation/beta.mdx @@ -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";