From 75446a7805432d26856aeba22c30076eb42b8205 Mon Sep 17 00:00:00 2001 From: David Dotson Date: Fri, 27 Sep 2024 15:47:56 -0700 Subject: [PATCH] Small doc typo fix --- docs/operations.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/operations.rst b/docs/operations.rst index 0a14610e..7c18b2b6 100644 --- a/docs/operations.rst +++ b/docs/operations.rst @@ -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 \