From 8953e78dc4bf641174843d39be7a48968e90e543 Mon Sep 17 00:00:00 2001 From: Bruce Lok <2253713+brucelok@users.noreply.github.com> Date: Mon, 19 Jun 2023 16:56:51 +1000 Subject: [PATCH] fix typo peers.json (#17538) --- website/content/docs/upgrade/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/content/docs/upgrade/index.mdx b/website/content/docs/upgrade/index.mdx index d59f8c7fa..cdbd3b206 100644 --- a/website/content/docs/upgrade/index.mdx +++ b/website/content/docs/upgrade/index.mdx @@ -221,10 +221,10 @@ elections that will slow down the process: If you are running a single Nomad server, restarting it in-place will result in that server not being able to elect itself as a leader. To -avoid this, create a new [`raft.peers`][peers-json] file before +avoid this, create a new [`peers.json`][peers-json] file before restarting the server with the new configuration. If you have `jq` installed you can run the following script on the server's host to -write the correct `raft.peers` file: +write the correct `peers.json` file: ``` #!/usr/bin/env bash