mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 03:27:54 +00:00
Note on pending etcd v2 API deprecation (#12935)
* Note on pending etcd v2 API deprecation * Updating etcd guidance to include migration
This commit is contained in:
@@ -13,6 +13,14 @@ The Etcd storage backend is used to persist Vault's data in [Etcd][etcd]. It
|
||||
supports both the v2 and v3 Etcd APIs, and the version is automatically detected
|
||||
based on the version of the Etcd cluster.
|
||||
|
||||
~> The Etcd v2 API has been deprecated with the release of Etcd v3.5, and will
|
||||
be decommissioned by Etcd v3.6. It will be removed from Vault in Vault 1.10.
|
||||
Users of the Etcd storage backend should prepare to
|
||||
[migrate](/docs/commands/operator/migrate) Vault storage to an Etcd v3 cluster
|
||||
prior to upgrading to Vault 1.10. All storage migrations should have
|
||||
[backups](/docs/concepts/storage#backing-up-vault-s-persisted-data) taken prior
|
||||
to migration.
|
||||
|
||||
- **High Availability** – the Etcd storage backend supports high availability.
|
||||
The v2 API has known issues with HA support and should not be used in HA
|
||||
scenarios.
|
||||
|
||||
Reference in New Issue
Block a user