Hi admin,
I used helm chart to install neo4j 4.0.4 enterprise version
We are planning to import data to causal cluster.
By referring to doc here Managing databases in a cluster - Operations Manual
it mentioned "neo4j-admin unbind" should be fired.
After the command was executed, there is an error. However, the neo4j server was not running and the "neo4j" database was stopped.
root@c6-neo4j-core-0:/var/lib/neo4j# ./bin/neo4j-admin unbind
Database is currently locked. Please shutdown database.
root@c6-neo4j-core-0:/var/lib/neo4j# ./bin/neo4j stop
Neo4j not running
neo4j@system> show databases;
+---------------------------------------------------------------------------------------------------------------------------------------+
| name | address | role | requestedStatus | currentStatus | error | default |
+---------------------------------------------------------------------------------------------------------------------------------------+
| "neo4j" | "c6-neo4j-core-0.c6-neo4j.default.svc.cluster.local:7687" | "unknown" | "offline" | "offline" | "" | TRUE |
| "neo4j" | "c6-neo4j-core-1.c6-neo4j.default.svc.cluster.local:7687" | "unknown" | "offline" | "offline" | "" | TRUE |
| "neo4j" | "c6-neo4j-core-2.c6-neo4j.default.svc.cluster.local:7687" | "unknown" | "offline" | "offline" | "" | TRUE |
| "system" | "c6-neo4j-core-0.c6-neo4j.default.svc.cluster.local:7687" | "leader" | "online" | "online" | "" | FALSE |
| "system" | "c6-neo4j-core-1.c6-neo4j.default.svc.cluster.local:7687" | "follower" | "online" | "online" | "" | FALSE |
| "system" | "c6-neo4j-core-2.c6-neo4j.default.svc.cluster.local:7687" | "follower" | "online" | "online" | "" | FALSE |
+---------------------------------------------------------------------------------------------------------------------------------------+