Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/ROOT/pages/clustering/disaster-recovery.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
A database can become unavailable due to issues on different system levels.
For example, a data center failover may lead to the loss of multiple servers, which may cause a set of databases to become unavailable.

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.
This section contains a step-by-step guide on how to recover *unavailable databases* that are incapable of serving writes and/or reads.
The guide recovers the unavailable databases and make them fully operational, with minimal impact on the other databases in the cluster.
However, if a database is not performing as expected for other reasons, this section cannot help.

Expand Down