Skip to content

Commit bd4d403

Browse files
Update deploy.adoc
1 parent 752e281 commit bd4d403

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

modules/ROOT/pages/clustering/setup/deploy.adoc

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ They are configured by preparing xref:configuration/file-locations.adoc[_neo4j.c
8787

8888
Note that they are all identical, except for the configuration of `server.default_advertised_address`.
8989

90+
Besides, in the example below, the `dbms.cluster.minimum_initial_system_primaries_count` setting is not configured as it defaults to three, and we deploy a cluster of three servers.
91+
However in case of setting up a cluster with only *two* servers, the setting `dbms.cluster.minimum_initial_system_primaries_count` must be set to `2` on all servers .
9092

9193
._neo4j.conf_ on server01.example.com:
9294
[source, properties]
@@ -171,12 +173,6 @@ The instance may appear unavailable while it is joining the cluster.
171173
If you want to follow along with the startup, you can see the messages in xref:configuration/file-locations.adoc[_neo4j.log_].
172174
====
173175

174-
[CAUTION]
175-
====
176-
The setting
177-
xref:configuration/configuration-settings.adoc#config_dbms.cluster.minimum_initial_system_primaries_count[`dbms.cluster.minimum_initial_system_primaries_count`]
178-
must be set to `2` on all servers in case setting up a cluster with only *two* servers.
179-
====
180176

181177
[[cluster-example-create-databases-on-cluster]]
182178
== Create new databases in a cluster

0 commit comments

Comments
 (0)