File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
modules/ROOT/pages/clustering Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff 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
399399In 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
402401See xref:database-internals/store-formats.adoc[Store formats], for more details about available database store formats in Neo4j.
403402If the store format option is not defined, the recreated database ends up with the same store format as before the recreation.
You can’t perform that action at this time.
0 commit comments