Skip to content

Commit 05ae482

Browse files
authored
fix load command example (#1967)
without extra flag got: ``` Failed to load database 'system': Database already exists: systemLoad failed for databases: 'system' Load failed for databases: 'system' ```
1 parent 107a686 commit 05ae482

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ROOT/pages/kubernetes/operations/dump-load.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ For information about the command syntax, options, and usage, see xref:backup-re
3131
+
3232
[source, shell]
3333
----
34-
neo4j-admin database load --expand-commands system --from-path=/backups && neo4j-admin database load --expand-commands neo4j --from-path=/backups
34+
neo4j-admin database load --expand-commands system --from-path=/backups --overwrite-destination=true && neo4j-admin database load --expand-commands neo4j --from-path=/backups --overwrite-destination=true
3535
----
3636
+
3737
[TIP]
@@ -40,4 +40,4 @@ For information about the command syntax, options, and usage, see xref:backup-re
4040
====
4141
+
4242
. Put your Neo4j back to xref:kubernetes/operations/maintenance-mode.adoc#put-online-mode[online mode].
43-
. Verify that Neo4j is working by refreshing Neo4j Browser.
43+
. Verify that Neo4j is working by refreshing Neo4j Browser.

0 commit comments

Comments
 (0)