Skip to content

Commit 4985555

Browse files
Apply suggestions from code review
Co-authored-by: Reneta Popova <[email protected]>
1 parent 37e9273 commit 4985555

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

modules/ROOT/pages/database-administration/standard-databases/recreate-database.adoc

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,30 +43,30 @@ Input arguments are the database name and list of the seeding and topology optio
4343

4444
|seedingServers
4545
|A list of possible seeding servers.
46-
You can define available servers of provide an empty list.
46+
You can define available servers or provide an empty list.
4747
For details, see <<seed-servers, Use available servers as a seed>>.
4848

4949
|seedURI
5050
|External source specified by URI.
5151

5252
|clearData label:new[Introduced in 2025.02]
53-
|Allows you to delete tha data and schema for a database, while keeping the database privileges assigned to each role.
53+
|Allows you to delete the data and schema for a database, while keeping the database privileges assigned to each role.
5454

5555
|storeFormat label:new[Introduced in 2025.04]
5656
|Allows you to change the database store format when clearing the data and schema.
5757

5858
|primaries
59-
|Number of servers in a primary constrained mode.
59+
|Number of primary allocations for the recreated database.
6060
If you set number of primaries without secondaries, then secondaries is set to `0`.
6161
For more details, see <<alter-topology-recreate, Change the topology>>.
6262

6363
|secondaries
64-
|Number of servers in a secondary constrained mode.
64+
|Number of secondary allocations for the recreated database.
6565
You cannot set secondaries without primaries.
6666

6767
|===
6868

69-
=== Considerations
69+
=== Prerequisites and considerations
7070

7171
The database in question can be in an `online` or `offline` state when it is recreated, but a successful operation starts the database regardless of its previous state.
7272

@@ -78,7 +78,7 @@ For more information, see xref:database-administration/standard-databases/errors
7878

7979
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.
8080

81-
Additionally, you have the option to modify <<alter-topology-recreate, the topology>> during the recreation process.
81+
Additionally, in a cluster deployment, you have the option to modify <<alter-topology-recreate, the topology>> during the recreation process.
8282

8383
However, note that the store format (up to Neo4j 2025.04), access, and enrichment cannot be altered during recreation.
8484
Starting with 2025.04, the store format can only be altered if the `clearData` option is used.
@@ -101,7 +101,7 @@ See <<undefined-servers-backup, Undefined servers with fallback backup>> for mor
101101
* If `seedingServers` is not empty and `seedURI` is also defined, an error will occur.
102102

103103
[[uri-seed]]
104-
=== Use backup as a seed
104+
=== Use a backup as a seed
105105

106106
If you provide a URI to a backup or a dump, the stores on all allocations will be replaced by the backup or the dump at the given URI.
107107
The new allocations can be put on any `ENABLED` server in the cluster.
@@ -164,7 +164,7 @@ CALL dbms.recreateDatabase("neo4j", {seedingServers: [], seedURI: "s3://myBucket
164164
[[alter-topology-recreate]]
165165
== Change the topology
166166

167-
There is an option to define a new topology when recreating a database.
167+
In a cluster deployment, there is an option to define a new topology when recreating a database.
168168
This can be beneficial during a disaster, if enough servers are not available to recreate the database with the original topology.
169169
When altering the total number of allocations down during a recreation, it is important to remember that the number of seeding servers cannot exceed the number of total allocations of the database.
170170
This also holds true when using recreate with an empty list of seeders.

0 commit comments

Comments
 (0)