From 9aa14f5c1f3d460e041f8ffd637330361483f520 Mon Sep 17 00:00:00 2001 From: sumyiren Date: Mon, 16 Jun 2025 15:27:37 +0100 Subject: [PATCH] Clarify not running in single to cluster migration --- 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 7fd17833c..3abea78d2 100644 --- a/modules/ROOT/pages/clustering/setup/single-to-cluster.adoc +++ b/modules/ROOT/pages/clustering/setup/single-to-cluster.adoc @@ -17,7 +17,8 @@ See xref:clustering/setup/analytics-cluster.adoc[] for more information on analy .Move from a single `system` database to a cluster with three `system` primaries 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.