Skip to content

Commit d06c701

Browse files
NataliaIvakinagfx54bAnnaSjerling
authored
Apply suggestions from code review
Co-authored-by: Balazs Lendvai <[email protected]> Co-authored-by: Anna Sjerling <[email protected]>
1 parent dd08fea commit d06c701

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

modules/ROOT/pages/clustering/databases.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -227,11 +227,11 @@ neo4j@neo4j> DRYRUN REALLOCATE DATABASES;
227227

228228
[role=label--new-5.24]
229229
[[recreate-databases]]
230-
== Recreate databases using a procedure
230+
== Recreate databases
231231

232232
Neo4j 5.24 introduces the xref:reference/procedures.adoc#procedure_dbms_cluster_recreateDatabase[`dbms.cluster.recreateDatabase()`] procedure, which allows you:
233233

234-
* To restore a database store to a specified backup, while keeping all the users and roles (metadata) for the database.
234+
* To restore a database to a specified backup, while keeping all the associated privileges for the database.
235235

236236
* To restore a database to a write mode again after it has been lost (for example, due to a disaster).
237237
See xref:clustering/disaster-recovery.adoc[] for more information.
@@ -241,7 +241,7 @@ See xref:clustering/disaster-recovery.adoc[] for more information.
241241
The recreate procedure works only for real user databases and not for composite databases, or the `system` database.
242242
243243
Keep in mind the recreate procedure results in downtime while the stores get updated.
244-
The time is unbounded and may depend on the store size and network speed.
244+
The time is unbounded and may depend on different factors -- for example, the size of the store, network speed, etc.
245245
246246
The recreate procedure selects the most up-to-date seed from the defined seeding servers.
247247
If only a subset of the previous cluster members is specified as seeders, there is a risk of data loss.
@@ -254,14 +254,14 @@ If CDC is enabled for the database, it will still be enabled after recreating th
254254
See link:https://neo4j.com/docs/cdc/current/[CDC documentation] for more details.
255255

256256
Before recreating a database, any eventual quarantined states need to be addressed.
257-
For more information, refer to the quarantined state documentation.
257+
For more information, see xref:clustering/databases.adoc#recreate-databases[Standard databases -> Error handling].
258258

259259
You need xref:authentication-authorization/dbms-administration.adoc#access-control-dbms-administration-database-management[the DBMS `DATABASE MANAGEMENT` privileges] to run the recreate procedure.
260260

261261
[[recreate-seeding-options]]
262262
=== Seeding options and configurations
263263

264-
The store to be used during the recreation can be defined in three different ways.
264+
The store to be used during the recreation of a database can be defined in three different ways.
265265
One method uses a backup, while the two others use available allocations in the cluster.
266266

267267
Additionally, you have the option to modify <<alter-topology-recreate, the topology>> during the recreation process.

0 commit comments

Comments
 (0)