hotfix to remove data replication (#3950)

pull/3954/head
kelseiv 2022-04-11 18:31:44 -07:00 committed by GitHub
parent 8e7b6126db
commit 2ef4e39884
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -18,12 +18,13 @@ data is consistent and readable.
##### On this page
- [Data replication](#data-replication)
<!-- [Data replication](#data-replication)
-->
- [Backup processes](#backup-processes)
- [Recovery](#recovery)
- [Data verification](#data-verification)
## Data replication
<!-- ## Data replication
InfluxDB Cloud replicates data in both the write tier and the storage tier.
- **Write tier:** all data written to InfluxDB is processed by a durable message queue.
@ -31,6 +32,7 @@ InfluxDB Cloud replicates data in both the write tier and the storage tier.
replicates each partition across other physical nodes in the message queue.
- **Storage tier:** all data in the underlying storage tier is replicated across
two availability zones in a cloud region.
-->
## Backup processes
InfluxDB Cloud backs up all data in the following way: