Skip to content

Commit 8382788

Browse files
yirensumsumyirenrenetapopovaNataliaIvakinanick-giles-neo
authored
Discovery service V1 to V2 upgrading guide (#1739)
I've added v2 for discovery setup. This is very similar to v1 found in https://neo4j.com/docs/operations-manual/current/clustering/setup/discovery/, with the exception that the settings names have been changed, and example removed. --------- Co-authored-by: sumyiren <[email protected]> Co-authored-by: Reneta Popova <[email protected]> Co-authored-by: NataliaIvakina <[email protected]> Co-authored-by: Nick Giles <[email protected]>
1 parent 477b6a4 commit 8382788

File tree

11 files changed

+402
-34
lines changed

11 files changed

+402
-34
lines changed
7.64 KB
Loading
8.55 KB
Loading
21.4 KB
Loading
16.7 KB
Loading
16.8 KB
Loading
6.19 KB
Loading
62.3 KB
Loading
70.3 KB
Loading
74 KB
Loading

modules/ROOT/pages/clustering/index.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ This chapter describes the following:
99
* Set up a cluster -- The basics of configuring and deploying a new cluster.
1010
** xref:clustering/setup/deploy.adoc[Deploy a basic cluster] -- How to set up a basic cluster.
1111
** xref:clustering/setup/analytics-cluster.adoc[Deploy an analytics cluster] -- How to deploy a special case Neo4j cluster for analytic queries.
12-
** xref:clustering/setup/single-to-cluster.adoc[Move from a standalone deployment to a cluster] -- This section describes how to move from a single Neo4j server to Neo4j cluster.
13-
** xref:clustering/setup/discovery.adoc[Cluster server discovery] -- How servers in a cluster discover each other.
14-
** xref:clustering/setup/routing.adoc[Leadership, routing, and load balancing] -- Election of leaders, routing, and load balancing.
12+
** xref:clustering/setup/single-to-cluster.adoc[Move from single server to cluster] -- This section describes how to move from a single Neo4j server to Neo4j cluster.
13+
** xref:clustering/setup/discovery.adoc[Cluster server discovery] -- How servers in a cluster discover each other and form a cluster.
14+
** xref:clustering/setup/routing.adoc[Leadership, routing and load balancing] -- Election of leaders, routing and load balancing.
1515
** xref:clustering/setup/encryption.adoc[Intra-cluster encryption] -- How to secure the cluster communication.
1616
* xref:clustering/servers.adoc[Managing servers in a cluster] -- How to manage manage the servers in a cluster.
1717
* xref:clustering/databases.adoc[Managing databases in a cluster] -- How to manage the databases in a cluster.
@@ -25,7 +25,7 @@ This chapter describes the following:
2525
* xref:clustering/clustering-advanced/index.adoc[Advanced clustering] -- Some more advanced features of Neo4j clusters.
2626
** xref:clustering/clustering-advanced/default-database.adoc[Default database in a cluster] -- The initial default database created when the DBMS starts for the first time.
2727
** xref:clustering/clustering-advanced/multi-data-center-routing.adoc[Multi-data center routing] -- Clusters on mutli-data centers.
28-
** xref:clustering/clustering-advanced/reconciler.adoc[Reconciler] -- An internal component that observes the requested state of a server and makes changes to the server to match that state.
28+
** xref:clustering/clustering-advanced/reconciler.adoc[Reconciler] -- An internal component that observes the requested state of a server and makes changes to the server to match that state.
2929
* xref:clustering/glossary.adoc[Clustering glossary] -- A glossary of terms related to the Neo4j clustering.
3030
3131

0 commit comments

Comments
 (0)