Skip to content

Commit 30c6e08

Browse files
Rewrite the warning
1 parent 747a8b0 commit 30c6e08

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

modules/ROOT/pages/tools/neo4j-admin/unbind.adoc

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,14 @@ You can use the `neo4j-admin server unbind` command to remove and archive the cl
77

88
[WARNING]
99
====
10-
Avoid running the `unbind` command on all servers, as this results in the loss of cluster quorum.
10+
Due to the new clustering architecture in Neo4j 5.x, the behavior of the `unbind` command has changed significantly compared to Neo4j 4.4.
1111
12-
In Neo4j 5.x, use the unbind command only when troubleshooting a specific server and keep in mind there is no guarantee that the allocator will reassign the same databases to this server, potentially resulting in orphaned database stores.
13-
The unbind command preserves all database stores on the server; and when the unbound server is restarted and enabled, it is seen as an entirely new server.
12+
Running the `unbind` command on any number of servers may result in the loss of cluster quorum, what affects the clustering functionality severely.
13+
Therefore, it is strongly recommended to consult with Neo4j Support before using the `unbind` command.
14+
15+
In Neo4j 5.x, use the `unbind` command only when troubleshooting **a specific server** and remember there is no guarantee that the allocator will reassign the same databases to this server, potentially resulting in orphaned database stores.
16+
17+
The `unbind` command preserves all database stores on the server; and when the unbound server is restarted and enabled, it is seen as an entirely new server.
1418
====
1519

1620
[[unbind-command-syntax]]

0 commit comments

Comments
 (0)