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...