Skip to content

Commit 171b2e9

Browse files
Update disaster-recovery.adoc
1 parent aed04ac commit 171b2e9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ In this guide the following terms are used:
3030
3131
* An _offline_ server is a server that is not running but may be restartable.
3232
* A _lost_ server, however, is a server that is currently not running and cannot be restarted.
33-
* A _write-available_ database is able to serve writes, while a _write unavailable_ database is not.
33+
* A _write-available_ database is able to serve writes, while a _write-unavailable_ database is not.
3434
====
3535

3636
There are four steps to recovering a cluster from a disaster:
@@ -92,7 +92,7 @@ The `system` database contains the view of the cluster.
9292
This includes which servers and databases are present, where they live and how they are configured.
9393
During a disaster, the view of the cluster might need to change to reflect a new reality, such as removing lost servers.
9494
Databases might also need to be recreated to regain write availability.
95-
Because both of these steps are executed by modifying the `system` database, making the `system` database write-enabled is a vital first step during disaster recovery.
95+
Because both of these steps are executed by modifying the `system` database, making the `system` database write-available is a vital first step during disaster recovery.
9696

9797
==== Verifying the state
9898

@@ -175,7 +175,7 @@ SHOW SERVERS;
175175
==== Path to correct state
176176
Use the following steps to remove lost servers and add new ones to the cluster.
177177
To remove lost servers, any allocations they were hosting must be moved to available servers in the cluster.
178-
This is done in two different ways:
178+
This is done in two different steps:
179179

180180
* Any allocations that cannot move by themselves require the database to be recreated so that they are forced to move.
181181
* Any allocations that can move will be instructed to do so by deallocating the server.
@@ -288,7 +288,7 @@ Recreations might fail for different reasons, but one example is that the checks
288288
.Guide
289289
[%collapsible]
290290
====
291-
. Identify all write unavailable databases by running `CALL dbms.cluster.statusCheck([])` as described in the xref:clustering/disaster-recovery.adoc#example-verification[Example verification] part of this disaster recovery step.
291+
. Identify all write-unavailable databases by running `CALL dbms.cluster.statusCheck([])` as described in the xref:clustering/disaster-recovery.adoc#example-verification[Example verification] part of this disaster recovery step.
292292
Filter out all databases desired to be stopped, so that they are not recreated unnecessarily.
293293
. Recreate every database that is not write-available and has not been recreated previously.
294294
See xref:clustering/databases.adoc#recreate-databases[Recreate databases] for more information.

0 commit comments

Comments
 (0)