Skip to content

Commit 631a150

Browse files
Clarify that a recreate won't keep read availability. (#2186) (#2190)
Remove ambiguity that disaster recovery can recover a write unavailable database without causing read unavailability. Co-authored-by: Tselmeg Baasan <[email protected]>
1 parent 0442612 commit 631a150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/clustering/disaster-recovery.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
A database can become unavailable due to issues on different system levels.
77
For example, a data center failover may lead to the loss of multiple servers, which may cause a set of databases to become unavailable.
88

9-
This section contains a step-by-step guide on how to recover *unavailable databases* that are incapable of serving writes, while possibly still being able to serve reads.
9+
This section contains a step-by-step guide on how to recover *unavailable databases* that are incapable of serving writes and/or reads.
1010
The guide recovers the unavailable databases and make them fully operational, with minimal impact on the other databases in the cluster.
1111
However, if a database is not performing as expected for other reasons, this section cannot help.
1212

0 commit comments

Comments
 (0)