Skip to content

Commit 8bd24c0

Browse files
Update disaster-recovery.adoc
1 parent 2119158 commit 8bd24c0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

modules/ROOT/pages/clustering/multi-region-deployment/disaster-recovery.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,8 @@ This causes downtime for all databases in the cluster until the processes are st
167167
. For every _lost_ server, add a new *unconstrained* one according to xref:clustering/servers.adoc#cluster-add-server[Add a server to the cluster].
168168
It is important that the new servers are unconstrained, or deallocating servers in the next step of this guide might be blocked, even though enough servers were added.
169169
+
170+
In the current example, the new unconstrained servers are added in this step.
171+
+
170172
[NOTE]
171173
=====
172174
While recommended, it is not strictly necessary to add new servers in this step.
@@ -178,7 +180,7 @@ Be aware that not replacing servers can cause cluster overload when databases ar
178180
+
179181
. On each server, run `bin/neo4j-admin database load system --from-path=[path-to-dump] --overwrite-destination=true` to load the current `system` database dump.
180182
+
181-
image::system-db-restored.svg[width="400", title="The `system` database is restored and unconstrained servers are added", role=popup]
183+
image::system-db-restored.svg[width="400", title="The unconstrained servers are added and the `system` database is restored", role=popup]
182184
+
183185
. On each server, ensure that the discovery settings are correct.
184186
See xref:clustering/setup/discovery.adoc[Cluster server discovery] for more information.

0 commit comments

Comments
 (0)