Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
10-23-2020 12:08 AM
i have an issue with making dump from neo4j which has installed on google Kubernetes.
when i run below command i receive => The database is in use. Stop database 'graph.db' and try again.
neo4j-admin dump --database=graph.db --to=<path>
then i try to run: neo4j stop
but receive => Neo4j not running
while neo4j is already running and accessible.
how can i stop database and making a dump ?
10-26-2020 05:34 PM
Try stopping the database first by issuing the cypher statement
stop database graph.db;
see https://neo4j.com/docs/operations-manual/current/manage-databases/queries/#manage-databases-queries-... for more details.
To restart the database run cypher
start database graph.db;
10-27-2020 11:11 AM
i'm using v3.5 so this cypher query is not supported what is the solution for v3.5?
03-03-2021 08:16 AM
Any update on this, how can backup Neo4J 3.5 on docker?
All the sessions of the conference are now available online