From c931c27a106a78952b8f3e7d46c94a3f8e2d27a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Tue, 12 Dec 2023 15:52:34 +0100 Subject: [PATCH] Add description option '--database=' to dumping or loading database --- neo4j/README.md | 4 ++++ 1 file changed, 4 insertions(+) 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: