Skip to content

Commit 5a3af28

Browse files
Update restore-backup.adoc
1 parent 2ea5b5a commit 5a3af28

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

modules/ROOT/pages/backup-restore/restore-backup.adoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,13 +177,11 @@ That means, if you restore `neo4j-2023-06-29T14-50-45.backup`, your database wil
177177
The following examples assume that you want to restore your data in a new database, called `mydatabase`.
178178
If you want to replace an existing database, you need to stop it first, and add the option `--overwrite-destination=true` to the restore command.
179179

180-
==== Restore a full backup
181-
182180
. Restore a database backup by running the following command:
183181
+
184182
[source, shell,role=nocopy noplay]
185183
----
186-
bin/neo4j-admin database restore --from-path=/path/to/backups/neo4j-2023-05-05T11-26-38.backup mydatabase
184+
bin/neo4j-admin database restore --from-path=/path/to/backups/neo4j-2023-06-29T14-51-33.backup mydatabase
187185
----
188186
+
189187
The `--from-path=` argument must contain the path to the last backup of a chain, in this case, `neo4j-2023-06-29T14-51-33.backup`.

0 commit comments

Comments
 (0)