Hi, I have a neo4j DB running on a Amazon EC2 instance I was attempting to take dump file of it. I SSH into the instance running the DB and used cypher-shell to shut down the DB in order to take the dump file using the following commands
# open cyphe...