From 52d90f8d3b7aaa5d70bc0ab5001dd62f4603d25a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcelo=20Elizeche=20Land=C3=B3?= Date: Fri, 30 May 2025 14:47:47 -0300 Subject: [PATCH] website/docs: Change wording in the upgrade guidelines (#14793) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Change wording in the upgrade guidelines * Update website/docs/install-config/upgrade.mdx Co-authored-by: Jens L. Signed-off-by: Marcelo Elizeche Landó * fix linting --------- Signed-off-by: Marcelo Elizeche Landó Co-authored-by: Jens L. --- website/docs/install-config/upgrade.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/install-config/upgrade.mdx b/website/docs/install-config/upgrade.mdx index 4f4cb54f7b..b855b6116a 100644 --- a/website/docs/install-config/upgrade.mdx +++ b/website/docs/install-config/upgrade.mdx @@ -14,7 +14,7 @@ authentik does not support downgrading. Make sure to back up your database in ca - 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). -- You need to upgrade in sequence of the major releases; do not skip directly from an older major version to the most recent version. For example, if you are currently running 2023.10.3, you will need to first upgrade to 2024.2.x, then 2024.4.x, and then 2024.6.x, in sequence. +- You need to upgrade in sequence of the major releases; do not skip directly from an older major version to the most recent version. For example, if you are currently running 2023.10.3, you should first upgrade to the latest 2024.2.x release, then to the latest 2024.4.x release, and finally to the latest 2024.6.x release, in sequence. Always use the latest available patch version (_x_ in this case being the latest patch release) for each major.minor release. - The version of the authentik instance and any outposts must be the same. We recommended that you always upgrade any outposts at the same time you upgrade your authentik instance.