From afaa867b460852355d09692f6f69c873e3c9f506 Mon Sep 17 00:00:00 2001 From: witchent Date: Wed, 10 Apr 2024 08:01:40 +0000 Subject: [PATCH] Small fixes in command (#313) Fixed some minor errors in the upgrade guide --- UPGRADING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPGRADING.md b/UPGRADING.md index b891215b..2c28b8ee 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -27,7 +27,7 @@ Due to these extensive changes, the recommended approach for upgrading is to per - Move the new `v0.7.0` installation to the old installation directory, for example `mv /path/to/new-install /opt/stalwart-mail`. - Set the right permissions for the new installation using the command `sudo chown -R stalwart:stalwart /opt/stalwart-mail`. - Start the new installation using the command `sudo systemctl start stalwart-mail`. -- Import the accounts using the new CLI tool with the command `./stalwart-cli -u http://yourserver.org:8080-c import ~/exports/`. +- Import the accounts using the new CLI tool with the command `./stalwart-cli -u http://yourserver.org:8080 -c import account ~/exports/`. - Using the admin tool, reactivate all the necessary listener (SMTP, IMAP, etc.) - Restart the service using the command `sudo systemctl restart stalwart-mail`.