Skip to content

Commit cdd418a

Browse files
Apply suggestions from code review
1 parent d06c701 commit cdd418a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

modules/ROOT/pages/clustering/databases.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -229,12 +229,12 @@ neo4j@neo4j> DRYRUN REALLOCATE DATABASES;
229229
[[recreate-databases]]
230230
== Recreate databases
231231

232-
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:
233233

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.
235235

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.
238238

239239
[CAUTION]
240240
====
@@ -256,7 +256,7 @@ See link:https://neo4j.com/docs/cdc/current/[CDC documentation] for more details
256256
Before recreating a database, any eventual quarantined states need to be addressed.
257257
For more information, see xref:clustering/databases.adoc#recreate-databases[Standard databases -> Error handling].
258258

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.
260260

261261
[[recreate-seeding-options]]
262262
=== Seeding options and configurations
@@ -294,7 +294,7 @@ CALL dbms.cluster.recreateDatabase("neo4j", {seedingServers: ["serverId1", "serv
294294
[[undefined-servers]]
295295
==== Undefined servers
296296

297-
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.
298298
The store will be replaced by the most up-to-date seeder available in the cluster.
299299

300300
[source, shell]

0 commit comments

Comments
 (0)