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:procedures.adoc#procedure_dbms_cluster_recreateDatabase[`dbms.cluster.recreateDatabase()`] procedure, which allows you:
233
233
234
234
* To change the database store to a specified backup, while keeping all the associated privileges for the database.
235
235
236
236
* To make your database write-available again after it has been lost (for example, due to a disaster).
237
237
// See xref:clustering/disaster-recovery.adoc[] for more information.
238
-
238
+
239
239
[CAUTION]
240
240
====
241
241
The recreate procedure works only for real user databases and not for composite databases, or the `system` database.
@@ -304,7 +304,7 @@ If not used stores were more up to date than the used ones, this results in data
304
304
305
305
You can specify a set of available servers.
306
306
The stores on all allocations will be synchronized to the most up-to-date store from the defined servers.
307
-
The number of defined servers cannot exceed the number of total allocations in the desired topology.
307
+
The number of defined servers cannot exceed the number of total allocations in the desired topology.
308
308
309
309
[source, shell]
310
310
----
@@ -341,7 +341,7 @@ There is an option to define a new topology when recreating a database.
341
341
This can be beneficial during a disaster, if enough servers are not available to recreate the database with the original topology.
342
342
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.
343
343
This also holds true when using recreate with an empty list of seeders.
344
-
If there are more available servers in the cluster hosting the database than the number of new allocations, the recreation will fail.
344
+
If there are more available servers in the cluster hosting the database than the number of new allocations, the recreation will fail.
Copy file name to clipboardExpand all lines: modules/ROOT/pages/clustering/monitoring/status-check.adoc
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
[[monitoring-replication]]
5
5
= Monitor replication status
6
6
7
-
Neo4j 5.24 introduces the xref:reference/procedures.adoc#procedure_dbms_cluster_statusCheck[`dbms.cluster.statusCheck()`] procedure, which can be used to monitor the ability to replicate in clustered databases.
7
+
Neo4j 5.24 introduces the xref:procedures.adoc#procedure_dbms_cluster_statusCheck[`dbms.cluster.statusCheck()`] procedure, which can be used to monitor the ability to replicate in clustered databases.
8
8
In most cases this means a clustered database is write available.
9
9
The procedure identifies which members of a clustered database are up-to-date and can participate in successful replication.
10
10
Therefore, it is useful in determining the fault tolerance of a clustered database.
0 commit comments