We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e65e75c commit 85cc1b4Copy full SHA for 85cc1b4
1 file changed
README.md
@@ -164,7 +164,7 @@ docker run --rm --name neo4j-load \
164
--mount type=bind,source=$PWD/data/neo4j-data,target=/data \
165
--mount type=bind,source=$PWD/data/neo_dumps,target=/dumps \
166
-it neo4j:4.4 bin/neo4j-admin load \
167
- --database=neo4j --from=/dumps/sourcedata_v1-0-0.db.dump.2023-03-29-15.07.42_latest \
+ --database=neo4j --from=/dumps/sourcedata_v1-0-0.db.dump.2023-03-29-15.07.42 \
168
--force # Note that this will overwrite any content ! ! ! ! !
169
```
170
0 commit comments