Hello,
In my project, I am running neo4j in a docker container on a VM (GCE with container optimized os).
I would like to get a daily backup of this neo4j.
I know that the neo4j-admin dump command is the ideal backup method since I am using the commu...