We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1679ad5 commit ee164c6Copy full SHA for ee164c6
modules/ROOT/pages/tools/neo4j-admin/unbind.adoc
@@ -17,7 +17,7 @@ In Neo4j 5.x, use the `unbind` command only when troubleshooting **a specific se
17
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.
18
Therefore, it will not host any of the databases it hosted before the operation.
19
20
-In 2025.x, the `unbind` command cannot be used to convert a cluster member into a standalone server.
+In Neo4j 5.x, the `unbind` command cannot be used to convert a cluster member into a standalone server.
21
Instead, it is recommended to take backups, create the standalone server, and then use those backups to restore the databases.
22
====
23
0 commit comments