From 4ba7b4ae1b2afa390db9f2527cac6414a68a7ac6 Mon Sep 17 00:00:00 2001 From: NataliaIvakina <82437520+NataliaIvakina@users.noreply.github.com> Date: Thu, 19 Jun 2025 12:04:30 +0200 Subject: [PATCH 1/2] Update example for discovery service v1 --- modules/ROOT/pages/clustering/setup/single-to-cluster.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/ROOT/pages/clustering/setup/single-to-cluster.adoc b/modules/ROOT/pages/clustering/setup/single-to-cluster.adoc index bc689715a..45852cecb 100644 --- a/modules/ROOT/pages/clustering/setup/single-to-cluster.adoc +++ b/modules/ROOT/pages/clustering/setup/single-to-cluster.adoc @@ -95,7 +95,8 @@ Once all servers are enabled, you can scale up user databases using xref:cluster ====== In this example, a standalone server named `server01` is running and two additional servers, `server02` and `server03`, are to be added to form a cluster. -The two additional servers are configured according to xref:clustering/setup/deploy.adoc#cluster-example-configure-a-three-primary-cluster[Configure a cluster with three servers] and are _not_ running. +The two additional servers are configured according to xref:clustering/setup/deploy.adoc#cluster-example-configure-a-three-primary-cluster[Configure a cluster with three servers]. +These two new servers should _not_ be started up yet. Neo4j Enterprise Edition is installed on all three servers. Start by stopping the standalone server and once it is stopped, edit the xref:configuration/file-locations.adoc[_neo4j.conf_] file to include the discovery endpoints of itself and the servers that will form the cluster. From 99ec8549936017fa9884142ee41f18c3b5357bd6 Mon Sep 17 00:00:00 2001 From: NataliaIvakina <82437520+NataliaIvakina@users.noreply.github.com> Date: Thu, 19 Jun 2025 12:15:45 +0200 Subject: [PATCH 2/2] Update modules/ROOT/pages/clustering/setup/single-to-cluster.adoc --- modules/ROOT/pages/clustering/setup/single-to-cluster.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/ROOT/pages/clustering/setup/single-to-cluster.adoc b/modules/ROOT/pages/clustering/setup/single-to-cluster.adoc index 45852cecb..de3dabef9 100644 --- a/modules/ROOT/pages/clustering/setup/single-to-cluster.adoc +++ b/modules/ROOT/pages/clustering/setup/single-to-cluster.adoc @@ -99,7 +99,8 @@ The two additional servers are configured according to xref:clustering/setup/dep These two new servers should _not_ be started up yet. Neo4j Enterprise Edition is installed on all three servers. -Start by stopping the standalone server and once it is stopped, edit the xref:configuration/file-locations.adoc[_neo4j.conf_] file to include the discovery endpoints of itself and the servers that will form the cluster. +Start by stopping the standalone server. +Once it is stopped, edit the xref:configuration/file-locations.adoc[_neo4j.conf_] file to include the discovery endpoints of itself and the servers that will form the cluster. ._neo4j.conf_ on server01.example.com: [source, properties]