Skip to content

Commit 6974f21

Browse files
Update modules/ROOT/pages/clustering/databases.adoc
Co-authored-by: NataliaIvakina <[email protected]>
1 parent 9bdf533 commit 6974f21

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

modules/ROOT/pages/clustering/databases.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,9 @@ CALL dbms.recreateDatabase("neo4j", {seedingServers: [], seedURI: "s3://myBucket
360360

361361
[[clear-data-recreate]]
362362
=== Clear data option
363-
In Neo4j 2025.04 an additional option was added to the recreate database procedure which clears the data (e.g. nodes and relationships) and the schema (e.g. constraints and indexes) for the database.
363+
364+
In Neo4j 2025.02, an additional option is added to the recreate procedure.
365+
The new option `clearData` deletes the data (e.g., nodes and relationships) and the schema (e.g., constraints and indexes) for the database.
364366
This means you end up with an empty store, but as with the other recreate database options, all privileges associated with the database are kept.
365367

366368
When, and only when, the clear data option is used, the store format can also be changed for the recreated database.

0 commit comments

Comments
 (0)