diff --git a/neo4j/README.md b/neo4j/README.md index d9e510d8f..f5be62eb8 100644 --- a/neo4j/README.md +++ b/neo4j/README.md @@ -74,6 +74,8 @@ neo4j% exit $ docker cp :/var/lib/neo4j/neo4j-dump /$(date +%F)-neo4j-dump ``` +If you need a specific database name, add the option `--database=` to the command `neo4j-admin dump`. + ### Import Neo4j Dump To import a dump into Neo4j running in a Docker container: @@ -92,6 +94,8 @@ neo4j% neo4j-admin load --expand-commands --database=neo4j --from /var/lib/neo4j neo4j% exit ``` +If you need a specific database name, add the option `--database=` to the command `neo4j-admin load`. + ## Commands Here we describe some rarely used Cypher commands for Neo4j that are needed from time to time: