mirror of https://github.com/hashicorp/consul
fixup
parent
8b549ffb75
commit
88e60ebe3c
|
@ -21,11 +21,12 @@ to plan your upgrade, starting from the next version and working
|
||||||
upwards to your target version.
|
upwards to your target version.
|
||||||
|
|
||||||
For example, to upgrade from Consul 1.12 to Consul 1.15:
|
For example, to upgrade from Consul 1.12 to Consul 1.15:
|
||||||
|
|
||||||
1. Upgrade to Consul 1.14 as an intermediate step.
|
1. Upgrade to Consul 1.14 as an intermediate step.
|
||||||
To plan, review the upgrade details for
|
To plan, review the upgrade details for
|
||||||
[1.13](/consul/docs/upgrading/upgrade-specific#consul-1-13-x) and
|
[1.13](/consul/docs/upgrading/upgrade-specific#consul-1-13-x) and
|
||||||
[1.14](/consul/docs/upgrading/upgrade-specific#consul-1-14-x).
|
[1.14](/consul/docs/upgrading/upgrade-specific#consul-1-14-x).
|
||||||
2. Upgrade to Consul 1.15.
|
1. Upgrade to Consul 1.15.
|
||||||
To plan, review the upgrade details for
|
To plan, review the upgrade details for
|
||||||
[1.15](/consul/docs/upgrading/upgrade-specific#consul-1-15-x).
|
[1.15](/consul/docs/upgrading/upgrade-specific#consul-1-15-x).
|
||||||
|
|
||||||
|
@ -37,10 +38,10 @@ to a destination version.
|
||||||
|
|
||||||
| Starting Version Range | Destination Version | Upgrade Instructions |
|
| Starting Version Range | Destination Version | Upgrade Instructions |
|
||||||
| ---------------------- | ------------------- | -------------------- |
|
| ---------------------- | ------------------- | -------------------- |
|
||||||
| 1.8.0 - 1.9.17 | 1.10.12 | Follow the [instructions for upgrading to final 1.10.x](/consul/docs/upgrading/instructions/upgrade-to-1-10-x) |
|
| 1.8.0 - 1.9.17 | 1.10.12 | Refer to [upgrading to latest 1.10.x](/consul/docs/upgrading/instructions/upgrade-to-1-10-x) |
|
||||||
| 1.6.9 - 1.8.18 | 1.8.19 | Follow the [instructions for upgrading to final 1.8.x](/consul/docs/upgrading/instructions/upgrade-to-1-8-x) |
|
| 1.6.9 - 1.8.18 | 1.8.19 | Refer to [upgrading to latest 1.8.x](/consul/docs/upgrading/instructions/upgrade-to-1-8-x) |
|
||||||
| 1.2.4 - 1.6.9 | 1.6.10 | Follow the [instructions for upgrading to final 1.6.x](/consul/docs/upgrading/instructions/upgrade-to-1-6-x) |
|
| 1.2.4 - 1.6.9 | 1.6.10 | Refer to [upgrading to latest 1.6.x](/consul/docs/upgrading/instructions/upgrade-to-1-6-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) |
|
| 0.8.5 - 1.2.3 | 1.2.4 | Refer to [upgrading to latest 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.
|
||||||
|
|
|
@ -515,10 +515,13 @@ to Consul 1.11.11 or later to avoid the breaking nature of that change.
|
||||||
|
|
||||||
### Licensing Changes <EnterpriseAlert inline />
|
### Licensing Changes <EnterpriseAlert inline />
|
||||||
|
|
||||||
You can only upgrade to Consul Enterprise 1.10 from a version of
|
You can only upgrade to Consul Enterprise 1.10 from the following Enterprise versions:
|
||||||
Consul Enterprise 1.8 >= 1.8.13 or 1.9 >= 1.9.7. Other versions of
|
- 1.8 release series: 1.8.13+
|
||||||
Consul Enterprise are not forward compatible with v1.10 and will
|
- 1.9 release series: 1.9.7+
|
||||||
cause issues during the upgrade that could result in agents failing to start due to [changes in the way we manage licenses](/consul/docs/enterprise/license/faq).
|
|
||||||
|
Other versions of Consul Enterprise are not forward compatible with v1.10 and will
|
||||||
|
cause issues during the upgrade that could result in agents failing to start due to
|
||||||
|
[changes in the way we manage licenses](/consul/docs/enterprise/license/faq).
|
||||||
|
|
||||||
Consul Enterprise 1.10 has removed temporary licensing capabilities from the binaries
|
Consul Enterprise 1.10 has removed temporary licensing capabilities from the binaries
|
||||||
found on https://releases.hashicorp.com. Servers will no longer load a license previously
|
found on https://releases.hashicorp.com. Servers will no longer load a license previously
|
||||||
|
|
Loading…
Reference in New Issue