Skip to content

Commit 4564277

Browse files
Apply suggestions from code review
1 parent fa44ee0 commit 4564277

File tree

1 file changed

+4
-2
lines changed
  • modules/ROOT/pages/clustering/clustering-advanced

1 file changed

+4
-2
lines changed

modules/ROOT/pages/clustering/clustering-advanced/unbind.adoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@ Therefore, it is strongly recommended to consult with Neo4j Support before using
1212
1313
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.
1414
15-
The `unbind` command preserves all database stores on the server; and when the unbound server is restarted, it is seen as an entirely new server - so it won't host any of the database it did host before the operation.
15+
The `unbind` command preserves all database stores on the server; and when the unbound server is restarted, it is seen as an entirely new server.
16+
Therefore, it will not host any of the databases it hosted before the operation.
1617
17-
The `unbind` command can't be used anymore to convert a cluster member into a standalone server. For that we recommend taking backups, create the standalone server and the use those backups to create the databases.
18+
In 2025.x, the `unbind` command cannot be used to convert a cluster member into a standalone server.
19+
Instead, it is recommended to take backups, create the standalone server, and then use those backups to restore the databases.
1820
====
1921

2022
[[unbind-command-syntax]]

0 commit comments

Comments
 (0)