Skip to content

Commit 442ec77

Browse files
authored
Prefer seed from uri (#2024)
Cherry-picks: #2010
1 parent 0ff6474 commit 442ec77

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

modules/ROOT/pages/database-administration/standard-databases/delete-databases.adoc

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,17 @@ By appending `DUMP DATA` to the command `DROP DATABASE`, you can create a dump o
8585
DROP DATABASE movies DUMP DATA
8686
----
8787

88-
These dumps are equivalent to those produced by xref:backup-restore/offline-backup.adoc[`neo4j-admin database dump`] and can be similarly restored using the xref:backup-restore/restore-dump.adoc[`neo4j-admin database load`] command.
89-
9088
In Neo4j, dumps can be stored in the directory specified by the xref:configuration/configuration-settings.adoc#config_server.directories.dumps.root[`server.directories.dumps.root`] setting (by default, the path for storing dumps is xref:configuration/file-locations.adoc#data[`<neo4j-home>/data/dumps`]).
89+
You can use dumps to create databases through the xref:clustering/databases.adoc#cluster-seed-uri[Seed from URI approach].
9190

9291
The option `DESTROY DATA` explicitly requests the default behavior of the command.
9392

93+
[NOTE]
94+
====
95+
The dumps produced by `DUMP DATA` are equivalent to those produced by xref:backup-restore/offline-backup.adoc[`neo4j-admin database dump`].
96+
You can also restore them using the xref:backup-restore/restore-dump.adoc[`neo4j-admin database load`] command.
97+
====
98+
9499
[[delete-existing-db-with-dump]]
95100
=== Delete a database with `IF{nbsp}EXISTS` and `DUMP DATA`/`DESTROY DATA`
96101

0 commit comments

Comments
 (0)