From 432e7a81975dbd5b918ae4665a10896cdafdf2f2 Mon Sep 17 00:00:00 2001 From: Bernd Storath <999999bst@gmail.com> Date: Mon, 17 Nov 2025 10:18:58 +0100 Subject: [PATCH] update migration guide --- docs/content/advanced/migrate/from-14-to-15.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/content/advanced/migrate/from-14-to-15.md b/docs/content/advanced/migrate/from-14-to-15.md index c0e2bd16..6485eb40 100644 --- a/docs/content/advanced/migrate/from-14-to-15.md +++ b/docs/content/advanced/migrate/from-14-to-15.md @@ -51,7 +51,9 @@ In the setup wizard, select that you already have a configuration file and uploa ### Environment Variables -v15 does not use the same environment variables as v14, most of them have been moved to the Admin Panel in the Web UI. +v15 does use some of the environment variables as v14. View [Configuration Overrides](../config/optional-config.md#configuration-overrides) to see which environment variables are supported in v15. + +If you want to be able to change settings through the Web UI, do not set the corresponding environment variables, as they will override the database settings. Instead, manually change the settings through the Web UI after the migration. ### Done