docs: linked license faq to new section about upgrading to 1.10.x; also removed upgrade req details and table in faq

This commit is contained in:
trujillo-adam 2021-06-22 10:33:11 -07:00
parent 30ae32b8bf
commit 5137479816
1 changed files with 3 additions and 48 deletions

View File

@ -23,54 +23,9 @@ This will no longer work since each server must be able to find a valid license
## Q: What are the upgrade requirements?
All customers on Consul Enterprise 1.8/1.9 must first upgrade their agents to the latest patch release.
The license file must also be set in an environment variable or file path. Otherwise,
the Consul agents will fail to retrieve the license with a valid agent token.
The upgrade process varies if ACLs are enabled or disabled in the cluster. The following table and corresponding sections describe common 1.10.0 upgrade scenarios.
| Client Version | Server Version | ACLs | Guidance |
| -------------- | -------------- | -------- | --------------------------------------------------------------------------------------------------------------------------------------------- |
| 1.9.x | 1.9.x | Enabled | See [Upgrade Path for Consul Clients and Servers 1.9.x - ACLs Enabled](faq#upgrade-path-for-consul-clients-and-servers-1-9-x-acls-enabled). |
| 1.9.x | 1.9.x | Disabled | See [Upgrade Path for Consul Clients and Servers 1.9.x - ACLs Disabled](faq#upgrade-path-for-consul-clients-and-servers-1-9-x-acls-disabled). |
| 1.8.x | 1.8.x | Enabled | See [Upgrade Path for Consul Clients and Servers 1.8.x - ACLs Disabled](faq#upgrade-path-for-consul-clients-and-servers-1-8-x-acls-enabled). |
| 1.8.x | 1.8.x | Disabled | See [Upgrade Path for Consul Clients and Servers 1.8.x - ACLs Disabled](faq#upgrade-path-for-consul-clients-and-servers-1-8-x-acls-disabled). |
For Consul clients and servers older than 1.8, follow the instructions for [upgrading to specific versions](/docs/upgrading/upgrade-specific) to install Consul 1.8.X on clients and servers before performing one of the following upgrade scenarios.
### Upgrade Path for Consul Clients and Servers 1.9.x - ACLs Enabled
1. Upgrade Consul servers to the latest version of 1.9.x and confiure the license file or set the license environment variable.
1. Upgrade Consul clients to the latest version of 1.9.x and configure the license file or set the license environment variable.
1. Upgrade Consul servers to 1.10.0.
1. Upgrade Consul clients to 1.10.0.
1. Upgrade the Snapshot agent to 1.10.0.
### Upgrade Path for Consul Clients and Servers 1.9.x - ACLs Disabled
1. Upgrade Consul servers to the latest version of 1.9.x and confiure the license file or set the license environment variable.
1. Upgrade Consul clients to the latest version of 1.9.x and confiure the license file or set the license environment variable.
1. Upgrade Snapshot agents to the latest version of 1.9.x and confiure the license file or set the license environment variable.
1. Upgrade Consul servers to 1.10.0.
1. Upgrade Consul clients to 1.10.0.
1. Upgrade the Snapshot agent to 1.10.0.
### Upgrade Path for Consul Clients and Servers 1.8.x - ACLs Enabled
1. Configure the license file or set the license environment variable for Consul clients and servers.
1. Upgrade Consul servers to the latest version of 1.8.x.
1. Upgrade Consul clients to the latest version of 1.8.x.
1. Upgrade Consul servers to 1.10.0 and confiure the license file or set the license environment variable.
1. Upgrade Consul clients to 1.10.0 and confiure the license file or set the license environment variable.
1. Upgrade the Snapshot agent to 1.10.0 and confiure the license file or set the license environment variable.
### Upgrade Path for Consul Clients and Servers 1.8.x - ACLs Disabled
1. Configure the license file or set the license environment variable for Consul clients and servers.
1. Upgrade Consul servers to the latest version of 1.8.x and confiure the license file or set the license environment variable.
1. Upgrade Consul clients to the latest version of 1.8.x and confiure the license file or set the license environment variable.
1. Upgrade Snapshot Agents to the latest version of 1.8.x and confiure the license file or set the license environment variable.
1. Upgrade Consul servers to 1.10.0.
1. Upgrade Consul clients to 1.10.0.
1. Upgrade the Snapshot agent to 1.10.0.
The license file must also be set in an environment variable or file path, otherwise the Consul agents will fail to retrieve the license with a valid agent token.
The upgrade process varies if ACLs are enabled or disabled in the cluster.
Refer to the instructions on [upgrading to 1.10.x](/docs/upgrading/instructions/upgrade-to-1-10-x) for details.
## Q: Is there a tutorial available for the license configuration steps?