raf
raf

Reputation: 147

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

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

Do you Know if exist a command?

Upvotes: 3

Views: 3722

Answers (1)

Davy de Vries
Davy de Vries

Reputation: 5123

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

Upvotes: 3

Related Questions