From 29a9015ba2c620e4255d9bd0964f89be83ff3052 Mon Sep 17 00:00:00 2001 From: Joel Watson Date: Thu, 15 Apr 2021 12:03:24 -0500 Subject: [PATCH 1/2] Update upgrade guide from 1.8.4 to 1.8.10 --- website/content/docs/upgrading/instructions/index.mdx | 2 +- .../docs/upgrading/instructions/upgrade-to-1-8-x.mdx | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/website/content/docs/upgrading/instructions/index.mdx b/website/content/docs/upgrading/instructions/index.mdx index c1ec07505..11c099760 100644 --- a/website/content/docs/upgrading/instructions/index.mdx +++ b/website/content/docs/upgrading/instructions/index.mdx @@ -9,7 +9,7 @@ description: >- # Upgrade Instructions This document is intended to help users who find themselves many versions behind to upgrade safely. -Our recommended upgrade path is moving from version 0.8.5 to 1.2.4 to 1.6.9 to the current version. To get +Our recommended upgrade path is moving from version 0.8.5 to 1.2.4 to 1.6.9 to 1.8.10 to the current version. To get started, you will want to choose the version you are currently on below and then follow the instructions until you are on the latest version. The upgrade guides will mention notable changes and link to relevant changelogs – we recommend reviewing the changelog for versions between the one you are on and the diff --git a/website/content/docs/upgrading/instructions/upgrade-to-1-8-x.mdx b/website/content/docs/upgrading/instructions/upgrade-to-1-8-x.mdx index a229664a2..104e168b3 100644 --- a/website/content/docs/upgrading/instructions/upgrade-to-1-8-x.mdx +++ b/website/content/docs/upgrading/instructions/upgrade-to-1-8-x.mdx @@ -1,17 +1,17 @@ --- layout: docs -page_title: Upgrading to 1.8.4 +page_title: Upgrading to 1.8.10 description: >- Specific versions of Consul may have additional information about the upgrade process beyond the standard flow. --- -# Upgrading to 1.8.4 +# Upgrading to 1.8.10 ## Introduction This guide explains how to best upgrade a multi-datacenter Consul deployment that is using -a version of Consul >= 1.6.9 and < 1.8.4 while maintaining replication. If you are on a version +a version of Consul >= 1.6.9 and < 1.8.10 while maintaining replication. If you are on a version older than 1.6.9, please follow the link for the version you are on from [here](/docs/upgrading/instructions). In this guide, we will be using an example with two datacenters (DCs) and will be @@ -19,7 +19,7 @@ referring to them as DC1 and DC2. DC1 will be the primary datacenter. ## Requirements -- All Consul servers should be on a version of Consul >= 1.6.9 and < 1.8.4. +- All Consul servers should be on a version of Consul >= 1.6.9 and < 1.8.10. ## Assumptions @@ -87,7 +87,7 @@ You should receive output similar to this: } ``` -**3.** Upgrade the Consul agents in all DCs to version 1.8.4 by following our [General Upgrade Process](/docs/upgrading/instructions/general-process). +**3.** Upgrade the Consul agents in all DCs to version 1.8.10 by following our [General Upgrade Process](/docs/upgrading/instructions/general-process). **4.** Confirm that replication is still working in DC2 by issuing the following curl command from a consul server in that DC: From 9bf4be7dc5e232f4b1fa6fdda59e7c6297b8a005 Mon Sep 17 00:00:00 2001 From: Joel Watson Date: Thu, 15 Apr 2021 12:12:10 -0500 Subject: [PATCH 2/2] Also update the nav link --- website/data/docs-nav-data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/data/docs-nav-data.json b/website/data/docs-nav-data.json index e76581354..b524b3b9e 100644 --- a/website/data/docs-nav-data.json +++ b/website/data/docs-nav-data.json @@ -860,7 +860,7 @@ "path": "upgrading/instructions/upgrade-to-1-6-x" }, { - "title": "Upgrading to 1.8.4", + "title": "Upgrading to 1.8.10", "path": "upgrading/instructions/upgrade-to-1-8-x" } ]