Skip to content

Commit

Permalink
Update how we upgrade cluster (github#21484)
Browse files Browse the repository at this point in the history
  • Loading branch information
jianghao0718 authored Sep 14, 2021
1 parent e5742ee commit b5cce0c
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,7 @@ Run the `ghe-upgrade` command, providing the package file name you downloaded in
> gpg: depth: 0 valid: 1 signed: 0 trust: 0-, 0q, 0n, 0m, 0f, 1u
> gpg: Good signature from "GitHub Enterprise (Upgrade Package Key) > <[email protected]>"
```
5. The upgrade process will reboot the primary MySQL node once it completes. Verify that you can `ping` each node after it reboots.
6. Exit maintenance mode from the administrative shell of any node by running `ghe-cluster-maintenance -u`.
5. The upgrade process will reboot the primary MySQL node once it completes. Verify that you can `ping` each node after it reboots.{% ifversion ghes > 2.22 %}
6. Connect to the administrative shell of the primary MySQL node and run the `ghe-cluster-config-apply` command.
7. When `ghe-cluster-config-apply` is complete, check that the services are in a healthy state by running `ghe-cluster-status`.{% endif %}
8. Exit maintenance mode from the administrative shell of any node by running `ghe-cluster-maintenance -u`.

0 comments on commit b5cce0c

Please sign in to comment.