mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-12-11 06:25:28 +00:00
Early indication of storage backend requirements (#7472)
A Vault Enterprise Pro customer in Japan has tried to get Vault DR replication working using Google Cloud Storage. They were frustrated to learn that GCS may not have support for transactional updates which has resulted in a lot of wasted time. The complaint was that this was not clear from our documentation. This note may help customers to understand sooner that not all highly available backends support transactional updates.
This commit is contained in:
committed by
Brian Kassouf
parent
c4f53775af
commit
a65f4fed92
@@ -23,6 +23,8 @@ applications that need to interoperate.
|
||||
Vault replication addresses both of these needs in providing consistency,
|
||||
scalability, and highly-available disaster recovery.
|
||||
|
||||
Note: Using replication requires a storage backend that supports transactional updates, such as Consul.
|
||||
|
||||
## Architecture
|
||||
|
||||
The core unit of Vault replication is a **cluster**, which is comprised of a
|
||||
|
||||
Reference in New Issue
Block a user