From 3e7b7d74630d04ce3443bbfe6ab9659c2047dc2c Mon Sep 17 00:00:00 2001 From: Quentin Gliech Date: Wed, 30 Apr 2025 11:49:29 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Will Lewis <1543626+wrjlewis@users.noreply.github.com> --- docs/setup/migration.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/setup/migration.md b/docs/setup/migration.md index 69e04311f..a10a9bbd1 100644 --- a/docs/setup/migration.md +++ b/docs/setup/migration.md @@ -137,14 +137,14 @@ You do not need to stop Synapse to run this command. mas-cli syn2mas check --config mas_config.yaml --synapse-config homeserver.yaml ``` -This will output a list of errors and warnings, or tell you that the check completed with no errors or warnings. +This may output a list of errors and warnings. If you have any errors, you must resolve them before starting the migration. If you have any warnings, please read and understand them, and possibly resolve them. Resolving warnings is not strictly required before starting the migration. -### Do a dry-run of the import to test +### Run the migration in test mode (dry-run) MAS can perform a dry-run of the import, which is safe to run without stopping Synapse. It will perform a full data migration but then empty the MAS database at the end to roll back. @@ -202,4 +202,4 @@ Start up the homeserver again with the new configuration. ### Start up MAS -Start up MAS. +Now you can start MAS.