Skip to content

Commit 184f7f3

Browse files
Update modules/ROOT/pages/database-administration/standard-databases/delete-databases.adoc
Co-authored-by: NataliaIvakina <[email protected]>
1 parent aeb2633 commit 184f7f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ DROP DATABASE movies DUMP DATA
8686
----
8787

8888
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-
Dumps can be used to create databases using the xref:clustering/databases.adoc#cluster-seed-uri[Seed from URI approach].
89+
You can use dumps to create databases through the xref:clustering/databases.adoc#cluster-seed-uri[Seed from URI approach].
9090

9191
The option `DESTROY DATA` explicitly requests the default behavior of the command.
9292

0 commit comments

Comments
 (0)