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.