update docs for exp v2 licensing changes (#15563)
This commit is contained in:
parent
61e808ab6e
commit
400d3fc1da
|
@ -72,6 +72,9 @@ Consul will only cease operation after license *termination*, which occurs 10 ye
|
|||
after license expiration and is defined in
|
||||
[`termination_time`](/api-docs/operator/license#getting-the-consul-license).
|
||||
|
||||
~> **Starting with Consul 1.14, and patch releases 1.13.3 and 1.12.6, Consul will support non-terminating licenses**:
|
||||
Please contact your support representative for more details on non-terminating licenses.
|
||||
|
||||
## Q: Does this affect client agents?
|
||||
|
||||
There are upgrade requirements that affect Consul Enterprise clients.
|
||||
|
|
|
@ -5,6 +5,10 @@ description: >-
|
|||
Automated upgrades simplify the process for updating Consul. Learn how Consul can gracefully transition from existing server agents to a new set of server agents without Consul downtime.
|
||||
---
|
||||
|
||||
~> **Starting with Consul 1.14, and patch releases 1.13.3 and 1.12.6, Consul will disallow upgrades to new versions with a release date after license expiration**:
|
||||
If you are looking to upgrade to a version of Consul that was released after your license expired, please be sure to renew your license before attempting an upgrade.
|
||||
|
||||
|
||||
# Automated Upgrades
|
||||
|
||||
<EnterpriseAlert>
|
||||
|
|
Loading…
Reference in New Issue