Neo4J: How could I restart the database from the cypher-shell?

2.9k Views Asked by At

How could I restart the Neo4J database using the cypher-shell?

Do you Know if exist a command?

1

There are 1 best solutions below

1
On BEST ANSWER

The answer is: you can't restart Neo4j through cypher.

What your options are if you use Neo4j as a Service:

  • Windows aka (cd to the right directory) neo4j restart
  • Linux aka systemctl restart neo4j