Skip to content

Commit

Permalink
recommend updating the leader last
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross committed Nov 29, 2021
1 parent 154ccc2 commit 6d80b84
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion website/content/docs/upgrade/upgrade-specific.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1009,7 +1009,9 @@ before rolling the upgrade forward to the next server. It's also possible to
stand up a new set of servers, and then slowly stand down each of the older
servers in a similar fashion.

For in-place raft protocol upgrades, perform the following for each server:
For in-place raft protocol upgrades, perform the following for each
server, leaving the leader until last to reduce the chance of leader
elections that will slow down the process:

* Stop the server
* Run `nomad server force-leave $server_name`
Expand Down

0 comments on commit 6d80b84

Please sign in to comment.