Skip to content

Commit fa44ee0

Browse files
committed
Remove problematic part from unbind docs
1 parent 8012b25 commit fa44ee0

File tree

1 file changed

+3
-5
lines changed
  • modules/ROOT/pages/clustering/clustering-advanced

1 file changed

+3
-5
lines changed

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ 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 and enabled, it is seen as an entirely new server.
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.
16+
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.
1618
====
1719

1820
[[unbind-command-syntax]]
@@ -79,10 +81,6 @@ You can use the `neo4j-admin server unbind` command to remove the cluster state
7981
To remove the cluster state of a server, run the `neo4j-admin server unbind` command from the _<NEO4J_HOME>_ folder of that server.
8082
When restarted, an unbound server rejoins the cluster as a new server and has to be enabled using the `ENABLE SERVER` command.
8183

82-
=== Turn a cluster member into a standalone server
83-
84-
To start the Neo4j server in single (standalone) mode after unbinding it from the cluster, verify that xref:configuration/configuration-settings.adoc#config_initial.server.mode_constraint[`initial.server.mode_constraint`] is set to `NONE` in xref:configuration/neo4j-conf.adoc[The neo4j.conf file].
85-
8684
=== Archive cluster state
8785

8886
If something goes wrong and debugging is needed, you can archive the cluster state, from the _<NEO4J_HOME>_ folder, run the `neo4j-admin server unbind` command with the arguments `--archive-cluster-state=true` and `--archive-path=<destination-folder>`:

0 commit comments

Comments
 (0)