Skip to content

Commit bcb159f

Browse files
Apply suggestions from code review
1 parent 53c3c3d commit bcb159f

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

modules/ROOT/pages/clustering/databases.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Deploying a cluster for the first time, consider configuring the xref:configurat
2222
This setting defaults to `3`.
2323
See xref:clustering/setup/deploy.adoc[] for details.
2424

25-
For information on how to recover the `system` database, refer to the xref:clustering/multi-region-deployment/disaster-recovery.adoc#make-the-system-database-write-available[Disaster recovery guide -> Make the `system` database write-available].
25+
For information on how to recover the `system` database, refer to the xref:clustering/multi-region-deployment/disaster-recovery.adoc[Disaster recovery guide].
2626

2727

2828

modules/ROOT/pages/clustering/unbind-system-database.adoc

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55

66
You can use the `neo4j-admin dbms unbind-system-db` command to remove and archive the cluster state for the `system` database, so that the server can rebind to a new `system` database in the cluster.
77

8+
[CAUTION]
9+
====
10+
Executing the `neo4j-admin dbms unbind-system-db` command does not affect the cluster state of other standard databases.
11+
However, since all servers in the DBMS need to be shut down to run the command, downtime will occur for all databases inside of the DBMS.
12+
====
813
[[unbind-system-db-syntax]]
914
== Syntax
1015

@@ -69,7 +74,8 @@ The Neo4j process must be shut down on all servers before running the `neo4j-adm
6974

7075
The `neo4j-admin dbms unbind-system-db` command removes and archives cluster state for the `system` database, so that the server can rebind to a new `system` database in a cluster.
7176

72-
This command should be run on all remaining members on a cluster to work as expected. Furthermore, the Neo4j process must be shut down before the command is issued.
77+
This command should be run on all remaining members of a cluster to work as expected.
78+
Furthermore, the Neo4j process must be shut down on all remaining servers at the same time before the command is issued.
7379
For details, see xref:clustering/multi-region-deployment/disaster-recovery.adoc#make-the-system-database-write-available[Disaster recovery guide -> Make the `system` database write-available].
7480

7581
This does not affect the other databases cluster state.

0 commit comments

Comments
 (0)