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
The command first looks inside the `/mnt/backups/` directory for a backup chain for the database `neo4j`. If found, it is then aggregated into a single backup artifact.
134
142
@@ -138,7 +146,7 @@ The following is an example of how to perform aggregation of a set of backups id
Copy file name to clipboardExpand all lines: modules/ROOT/pages/clustering/setup/discovery.adoc
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Neo4j provides several mechanisms for cluster members to discover each other and
14
14
In Neo4j 5.23, a new discovery service was introduced.
15
15
You must move to the new version before you start using Neo4j 2025.01.
16
16
17
-
See link:{neo4j-docs-base-uri}/operations-manual/5/clustering/setup/discovery/[Cluster server discovery in Operations Manual version 5] for more information.
17
+
See link:{neo4j-docs-base-uri}/operations-manual/5/clustering/setup/discovery/#clustering-discovery-v1-to-v2[Cluster server discovery in Operations Manual version 5] for more information.
18
18
====
19
19
20
20
[[clustering-discovery-methods]]
@@ -23,6 +23,11 @@ See link:{neo4j-docs-base-uri}/operations-manual/5/clustering/setup/discovery/[C
23
23
Depending on the type of xref:configuration/configuration-settings.adoc#config_dbms.cluster.discovery.resolver_type[`dbms.cluster.discovery.resolver_type`] currently in use, the discovery service can use a list of server addresses, DNS records, or Kubernetes services to discover other servers in the cluster.
24
24
The discovery configuration is used for initial discovery and to continuously exchange information about changes to the topology of the cluster.
25
25
26
+
[NOTE]
27
+
====
28
+
Regardless of the method used to resolve the list of server addresses, ensure that the endpoint for each server hosting the `system` database in primary mode is included.
0 commit comments