Apply suggestions from code review

Co-authored-by: Will Lewis <1543626+wrjlewis@users.noreply.github.com>
This commit is contained in:
Quentin Gliech
2025-04-30 11:49:29 +02:00
committed by GitHub
parent f24d94c6f5
commit 3e7b7d7463

View File

@@ -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.