ENT supported storage updates (#17885)
* note that ENT supported storage check will log warning * callout difference between 1.12.0 and 1.12.2 * add a bit more guidance * startup -> start
This commit is contained in:
parent
117b09808d
commit
5b731699a1
|
@ -1,3 +1,4 @@
|
|||
For enterprise customers, HashiCorp provides official support for Consul and Vault's Integrated Storage as storage backends. Vault Enterprise will
|
||||
no longer startup if configured to use a storage backend other than Consul or Integrated Storage. This is meant to protect against issues caused by using
|
||||
unsupported backends that do not support transactional storage.
|
||||
For enterprise customers, HashiCorp provides official support for Vault's Integrated Storage and Consul as storage backends. Vault Enterprise customers are strongly
|
||||
recommended to use these supported storage backends for best outcomes. Version 1.12.0 of Vault Enterprise will not start if configured to use a storage backend
|
||||
other than Integrated Storage or Consul. This was meant to protect against issues caused by using unsupported backends that do not support transactional storage.
|
||||
Version 1.12.2 modified this behavior to instead log a warning when unsupported storage backends are used, while ensuring that Vault will start.
|
||||
|
|
Loading…
Reference in New Issue