Skip to content

Commit 29aefbc

Browse files
Fix the code example in the restore backup section (#2595) (#2597)
following #2588
1 parent 6824c72 commit 29aefbc

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
@@ -266,7 +266,7 @@ The example assumes that you have backup artifacts located in the `myBucket/myDi
266266
+
267267
[source,shell]
268268
----
269-
bin/neo4j-admin database restore --to-path=gs://myBucket/myDirectory/myBackup.backup mydatabase
269+
bin/neo4j-admin database restore --from-path=gs://myBucket/myDirectory/myBackup.backup mydatabase
270270
----
271271
======
272272
@@ -280,7 +280,7 @@ The example assumes that you have backup artifacts located in the `myStorageAcco
280280
+
281281
[source,shell]
282282
----
283-
bin/neo4j-admin database restore --to-path=azb://myStorageAccount/myContainer/myDirectory/myBackup.backup mydatabase
283+
bin/neo4j-admin database restore --from-path=azb://myStorageAccount/myContainer/myDirectory/myBackup.backup mydatabase
284284
----
285285
======
286286
=====

0 commit comments

Comments
 (0)