From 6f20289bbbccb1f810c24e74f3582672f1d175d3 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Sun, 24 Nov 2024 21:23:10 +0900 Subject: [PATCH] Edit docs/maintenance-migrating.md: edit the check section Signed-off-by: Suguru Hirahara --- docs/maintenance-migrating.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/maintenance-migrating.md b/docs/maintenance-migrating.md index dbfc83086..5554d8f6c 100644 --- a/docs/maintenance-migrating.md +++ b/docs/maintenance-migrating.md @@ -64,8 +64,8 @@ Finally, run the command below on your local computer to finish the installation ansible-playbook -i inventory/hosts setup.yml --tags=install-all,start ``` -### Checking if services work +### Check 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) +After starting the services, you probably might want to ensure that you've migrated things correctly and that services are running. For instructions, 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.