From 5ae7a0b7d4a86872fa1e5bd92b2b2496e7226549 Mon Sep 17 00:00:00 2001 From: mdecimus Date: Mon, 13 May 2024 16:45:50 +0200 Subject: [PATCH] Fixed UPGRADING --- UPGRADING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPGRADING.md b/UPGRADING.md index 335eef2c..846e6cd3 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -74,7 +74,7 @@ Version `0.8.0` includes both performance and security enhancements that require or, if you are using the Docker image: ```bash - $ docker run --rm -it stalwart-mail /opt/stalwart-mail/bin/stalwart-mail --config /opt/stalwart-mail/etc/config.toml --export /opt/stalwart-mail/export + $ docker run --rm -it stalwart-mail /opt/stalwart-mail/bin/stalwart-mail --config /opt/stalwart-mail/etc/config.toml --import /opt/stalwart-mail/export ``` - Start the service: ```bash