mirror of https://github.com/hashicorp/consul
fixup
parent
0a208a2ff8
commit
8b549ffb75
|
@ -12,9 +12,10 @@ This document is intended to help users who find themselves many versions behind
|
||||||
|
|
||||||
## General Upgrade Path
|
## General Upgrade Path
|
||||||
|
|
||||||
Each upgrade should jump at most 2 major versions,
|
Each upgrade should jump at most 2 major versions, except where
|
||||||
except where dedicated instructions are provided for a larger jump between specific versions.
|
[dedicated instructions](#dedicated-instructions-for-specific-upgrade-paths)
|
||||||
If your upgrade path has no applicable dedicated instructions,
|
are provided for a larger jump between specific versions.
|
||||||
|
If your upgrade path has no applicable [dedicated instructions](#dedicated-instructions-for-specific-upgrade-paths),
|
||||||
review the [version-specific upgrade details](/consul/docs/upgrading/upgrade-specific)
|
review the [version-specific upgrade details](/consul/docs/upgrading/upgrade-specific)
|
||||||
to plan your upgrade, starting from the next version and working
|
to plan your upgrade, starting from the next version and working
|
||||||
upwards to your target version.
|
upwards to your target version.
|
||||||
|
@ -42,9 +43,9 @@ to a destination version.
|
||||||
| 0.8.5 - 1.2.3 | 1.2.4 | Follow the [instructions for upgrading to final 1.2.x](/consul/docs/upgrading/instructions/upgrade-to-1-2-x) |
|
| 0.8.5 - 1.2.3 | 1.2.4 | Follow the [instructions for upgrading to final 1.2.x](/consul/docs/upgrading/instructions/upgrade-to-1-2-x) |
|
||||||
|
|
||||||
For example, to upgrade from Consul 1.3.1 to latest 1.12:
|
For example, to upgrade from Consul 1.3.1 to latest 1.12:
|
||||||
1. Upgrade to Consul 1.6.10 using the dedicated instructions
|
1. Upgrade to Consul 1.6.10 using the dedicated instructions.
|
||||||
1. Upgrade to Consul 1.8.19 using the dedicated instructions
|
1. Upgrade to Consul 1.8.19 using the dedicated instructions.
|
||||||
1. Upgrade to Consul 1.10.12 using the dedicated instructions
|
1. Upgrade to Consul 1.10.12 using the dedicated instructions.
|
||||||
1. Upgrade to latest Consul 1.12.x after consulting the
|
1. Upgrade to latest Consul 1.12.x after consulting the
|
||||||
[version-specific upgrade details](/consul/docs/upgrading/upgrade-specific)
|
[version-specific upgrade details](/consul/docs/upgrading/upgrade-specific)
|
||||||
for 1.11 and 1.12.
|
for 1.11 and 1.12.
|
Loading…
Reference in New Issue