Add hint to readme's

This commit is contained in:
Wolfgang Huß 2023-12-12 17:21:06 +01:00
parent c8abe9c51c
commit 9a041c5309
2 changed files with 2 additions and 0 deletions

View File

@ -146,6 +146,7 @@ $ kubectl -n default exec -it $(kubectl -n default get pods | grep ocelot-neo4j
``` ```
If you need a specific database name, add the option `--database=<name>` to the command `neo4j-admin dump`. If you need a specific database name, add the option `--database=<name>` to the command `neo4j-admin dump`.
To find out the default database name, see the [Neo4j readme](https://github.com/Ocelot-Social-Community/Ocelot-Social/blob/master/neo4j/README.md).
Lets copy the dump backup Lets copy the dump backup

View File

@ -95,6 +95,7 @@ neo4j% exit
``` ```
If you need a specific database name, add the option `--database=<name>` to the command `neo4j-admin load`. If you need a specific database name, add the option `--database=<name>` to the command `neo4j-admin load`.
To find out the default database name, see below.
## Commands ## Commands