You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Neo4j 5.24 introduces the xref:reference/procedures.adoc#procedure_dbms_cluster_recreateDatabase[`dbms.cluster.recreateDatabase()`] procedure, which allows you:
232
+
Neo4j 5.24 introduces the xref:reference/procedures.adoc#procedure_dbms_cluster_recreateDatabase[`dbms.cluster.recreateDatabase()`] procedure, which allows you to restore a database:
233
233
234
-
* To restore a database to a specified backup, while keeping all the associated privileges for the database.
234
+
* to a specified backup, while keeping all the associated privileges for the database.
235
235
236
-
* To restore a database to a write mode again after it has been lost (for example, due to a disaster).
237
-
See xref:clustering/disaster-recovery.adoc[] for more information.
236
+
* to a write mode again after it has been lost (for example, due to a disaster).
237
+
// See xref:clustering/disaster-recovery.adoc[] for more information.
238
238
239
239
[CAUTION]
240
240
====
@@ -256,7 +256,7 @@ See link:https://neo4j.com/docs/cdc/current/[CDC documentation] for more details
256
256
Before recreating a database, any eventual quarantined states need to be addressed.
257
257
For more information, see xref:clustering/databases.adoc#recreate-databases[Standard databases -> Error handling].
258
258
259
-
You need xref:authentication-authorization/dbms-administration.adoc#access-control-dbms-administration-database-management[the DBMS `DATABASE MANAGEMENT` privileges] to run the recreate procedure.
259
+
You need xref:authentication-authorization/dbms-administration.adoc#access-control-dbms-administration-database-management[the `CREATE DATABASE` and `DROP DATABASE` privileges] to run the recreate procedure.
If you provide an empty list of seeding servers or do not specify a `seedURI`, Neo4j automatically selects all available allocations of the database as seeders.
297
+
If you provide an empty list of seeding servers and do not specify a `seedURI`, Neo4j automatically selects all available allocations of the database as seeders.
298
298
The store will be replaced by the most up-to-date seeder available in the cluster.
0 commit comments