From b9b58ec763ba9e5199354d44544f089a08e7aaba Mon Sep 17 00:00:00 2001 From: John Murret Date: Wed, 12 Jul 2023 09:53:51 -0600 Subject: [PATCH] docs - update upgrade index page to not recommend consul leave. --- website/content/docs/upgrading/index.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/content/docs/upgrading/index.mdx b/website/content/docs/upgrading/index.mdx index 27500a4cb4ef..4b3ecad8d848 100644 --- a/website/content/docs/upgrading/index.mdx +++ b/website/content/docs/upgrading/index.mdx @@ -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.