Browse Source

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 <acioustick@noreply.codeberg.org>
pull/3816/head
Suguru Hirahara 1 year ago
parent
commit
226fb5b825
No known key found for this signature in database GPG Key ID: E4F9743DAB4B7B75
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      docs/maintenance-migrating.md

+ 6
- 0
docs/maintenance-migrating.md View File

@@ -61,3 +61,9 @@ Finally, run the command below to finish the installation and start all services
```sh ```sh
ansible-playbook -i inventory/hosts setup.yml --tags=install-all,start 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.

Loading…
Cancel
Save