File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
modules/ROOT/pages/backup-restore Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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=====
You can’t perform that action at this time.
0 commit comments