Skip to content

Commit

Permalink
Small doc typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dotsdl committed Sep 27, 2024
1 parent 19c1f22 commit 75446a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/operations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ To later restore from a database dump, navigate to the directory containing your
**With the Neo4j service shut down**, choose ``$DUMP_DATE`` and set ``$NEO4J_VERSION`` to the version of Neo4j you are using, then run::

# create a copy of the timestamped dump to `neo4j.dump`
cp ${BACKUPS_DIR}/neo4j-$(date -I).dump ${BACKUPS_DIR}/neo4j.dump
cp ${BACKUPS_DIR}/neo4j-${DUMP_DATE}.dump ${BACKUPS_DIR}/neo4j.dump

# load the dump `neo4j.dump`
docker run --rm \
Expand Down

0 comments on commit 75446a7

Please sign in to comment.