Skip to content

Commit 9a05423

Browse files
storeFormat is available for both procedures
1 parent 7ae8cee commit 9a05423

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/ROOT/pages/clustering/databases.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ See xref:clustering/disaster-recovery.adoc[Disaster recovery] for more informati
260260

261261
* label:new[Introduced in 2025.02] Delete the data and schema for a database, while keeping the database privileges assigned to each role.
262262

263-
* label:new[Introduced in 2025.04] Alter the database store format when clearing the data and schema via the new procedure `dbms.recreateDatabase()`.
263+
* label:new[Introduced in 2025.04] Alter the database store format when clearing the data and schema.
264264

265265
[CAUTION]
266266
====
@@ -397,7 +397,6 @@ See xref:backup-restore/online-backup.adoc[Online backup] for more information.
397397
==== Alter the database store format
398398

399399
In Neo4j 2025.04, the database store format can also be altered during recreation, but only when the `clearData` option is specified.
400-
This functionality is available through the new `dbms.recreateDatabase()` procedure.
401400

402401
See xref:database-internals/store-formats.adoc[Store formats], for more details about available database store formats in Neo4j.
403402
If the store format option is not defined, the recreated database ends up with the same store format as before the recreation.

0 commit comments

Comments
 (0)