From 226fb5b8254e6543243981b1bc4a873c8baf9d2b Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Fri, 22 Nov 2024 19:37:08 +0900 Subject: [PATCH] Edit docs/maintenance-migrating.md: add a section "checking if services work" The commit does not include the detail as having another similar section increases doubles effort to maintain them and increases possibility of causing discrepancy. Signed-off-by: Suguru Hirahara --- docs/maintenance-migrating.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/maintenance-migrating.md b/docs/maintenance-migrating.md index c370d3c17..e40f52dc0 100644 --- a/docs/maintenance-migrating.md +++ b/docs/maintenance-migrating.md @@ -61,3 +61,9 @@ Finally, run the command below to finish the installation and start all services ```sh ansible-playbook -i inventory/hosts setup.yml --tags=install-all,start ``` + +### Checking if services work + +After starting the services, you can ensure that you've migrated things correctly and that services are running. For details, see: [check if services work](maintenance-checking-services.md) + +Having make sure that both services and federation work as expected, you can safely shutdown the old server.