From 9a041c53094dfd483f806935eefb2c1680fed574 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Tue, 12 Dec 2023 17:21:06 +0100 Subject: [PATCH] Add hint to readme's --- deployment/src/kubernetes/Backup.md | 1 + neo4j/README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/deployment/src/kubernetes/Backup.md b/deployment/src/kubernetes/Backup.md index bfae50776..5e4c55ddb 100644 --- a/deployment/src/kubernetes/Backup.md +++ b/deployment/src/kubernetes/Backup.md @@ -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=` 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 diff --git a/neo4j/README.md b/neo4j/README.md index fa2773d6c..58370c392 100644 --- a/neo4j/README.md +++ b/neo4j/README.md @@ -95,6 +95,7 @@ neo4j% exit ``` If you need a specific database name, add the option `--database=` to the command `neo4j-admin load`. +To find out the default database name, see below. ## Commands