Skip to content

Commit e017e88

Browse files
Fix the code example in the restore backup section (neo4j#2595)
following neo4j#2588
1 parent 04ac7a2 commit e017e88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ The example assumes that you have backup artifacts located in the `myBucket/myDi
271271
+
272272
[source,shell]
273273
----
274-
bin/neo4j-admin database restore --to-path=gs://myBucket/myDirectory/myBackup.backup mydatabase
274+
bin/neo4j-admin database restore --from-path=gs://myBucket/myDirectory/myBackup.backup mydatabase
275275
----
276276
======
277277
@@ -285,7 +285,7 @@ The example assumes that you have backup artifacts located in the `myStorageAcco
285285
+
286286
[source,shell]
287287
----
288-
bin/neo4j-admin database restore --to-path=azb://myStorageAccount/myContainer/myDirectory/myBackup.backup mydatabase
288+
bin/neo4j-admin database restore --from-path=azb://myStorageAccount/myContainer/myDirectory/myBackup.backup mydatabase
289289
----
290290
======
291291
=====

0 commit comments

Comments
 (0)