From d3b0a2741a336465cc60de744648749693ed0d90 Mon Sep 17 00:00:00 2001 From: mdecimus Date: Mon, 26 May 2025 14:11:14 +0200 Subject: [PATCH] Clarify that config.toml has to be updated in Docker (closes #1554) --- UPGRADING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/UPGRADING.md b/UPGRADING.md index e286a8d4..25a0ec46 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -62,7 +62,8 @@ In addition to the database layout changes, multiple settings were renamed: -v :/opt/stalwart \ --name stalwart stalwartlabs/stalwart:latest ``` -- Download the `v0.12.0` mail-server for your platform from the [releases page](https://github.com/stalwartlabs/stalwart/releases/latest/) and replace the binary in `/opt/stalwart-mail/bin`. If you are using the Docker image, pull the latest image. + +- Since the mount point has changed from `/opt/stalwart-mail` to `/opt/stalwart`, you will need to update your Stalwart's configuration file to reflect this change. Open the file `/opt/stalwart/etc/config.toml` and update the paths accordingly. - Upgrade the webadmin by clicking on `Manage` > `Maintenance` > `Update Webadmin`.