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
Copy file name to clipboardExpand all lines: modules/ROOT/pages/clustering/databases.adoc
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -243,9 +243,8 @@ The recreate procedure works only for real user databases and not for composite
243
243
Keep in mind the recreate procedure results in downtime while the stores get updated.
244
244
The time is unbounded and may depend on different factors -- for example, the size of the store, network speed, etc.
245
245
246
-
The recreate procedure selects the most up-to-date seed from the defined seeding servers.
247
-
If only a subset of the previous cluster members is specified as seeders, there is a risk of data loss.
248
-
To avoid this, ensure you back up the current store before replacing it with a seed from a URI, so the latest state can be restored if needed.
246
+
The database recreation process is designed to select the latest seed from the defined seeding servers.
247
+
Specifying only a subset of the previous cluster servers as seeders carries a risk of data loss.
249
248
====
250
249
251
250
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 the previous state.
@@ -254,7 +253,7 @@ If CDC is enabled for the database, it will still be enabled after recreating th
254
253
See link:https://neo4j.com/docs/cdc/current/[CDC documentation] for more details.
255
254
256
255
Before recreating a database, any eventual quarantined states need to be addressed.
257
-
For more information, see xref:clustering/databases.adoc#recreate-databases[Standard databases -> Error handling].
256
+
For more information, see xref:database-administration/standard-databases/errors.adoc#quarantine[Standard databases -> Error handling].
258
257
259
258
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.
260
259
@@ -274,6 +273,8 @@ If you provide a URI to a backup or a dump, the stores on all allocations will b
274
273
The new allocations can be put on any `ENABLED` server in the cluster.
275
274
See <<cluster-seed-uri, Seed from URI>> for more details.
276
275
276
+
To avoid possible data loss, ensure you back up the current store before replacing it with a seed from a URI, so the latest state can be restored if needed.
0 commit comments