Skip to content

Commit 375166b

Browse files
Apply suggestions from code review
Co-authored-by: Reneta Popova <[email protected]>
1 parent bcb159f commit 375166b

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,9 @@ The Neo4j process must be shut down on all servers before running the `neo4j-adm
7474

7575
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.
7676

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.
77+
You must shut down all cluster members before running the command on each of them.
7978
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].
8079

81-
This does not affect the other databases cluster state.
82-
However, since all servers in the DBMS need to be shut down when the command is issued, downtime is expected for all databases inside of the DBMS.
80+
The `neo4j-admin dbms unbind-system-db` command does not affect the cluster state of the standard databases.
81+
However, since all servers in the DBMS must be shut down before the command is issued, downtime is expected for all databases within the DBMS.
8382

modules/ROOT/pages/database-administration/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ image::manage-dbs-community.svg[title="A default Neo4j installation.",role=popup
8383
.An installation of Neo4j with multiple active databases, named `marketing`, `sales`, and `hr`:
8484
image::manage-dbs-enterprise.svg[title="A multiple database Neo4j installation.",role=popup]
8585

86-
For details about the `system` database in a clustered environment, refer to the xref:clustering/databases.adoc#cluster-system-db[Managing databases in a cluster -> The `system` database].
86+
For details about the `system` database in a clustered environment, refer to xref:clustering/databases.adoc#cluster-system-db[Managing databases in a cluster -> The `system` database].
8787

8888
== Composite databases
8989

0 commit comments

Comments
 (0)