backport of commit b9b58ec763ba9e5199354d44544f089a08e7aaba (#18110)

Co-authored-by: John Murret <john.murret@hashicorp.com>
This commit is contained in:
hc-github-team-consul-core 2023-07-13 11:00:12 -05:00 committed by GitHub
parent 26fc877969
commit e32f25259c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -36,7 +36,8 @@ Consul is A, and version B is released.
2. On each Consul server agent, install version B of Consul.
3. One Consul server agent at a time, shut down version A via `consul leave` and restart with version B. Wait until
3. One Consul server agent at a time, use a service management system
(e.g., systemd, upstart, etc.) to restart the Consul service with version B. Wait until
the server agent is healthy and has rejoined the cluster before moving on to the
next server agent.