Skip to content

Commit 21f51f6

Browse files
Update the Clustering section
1 parent 80e636e commit 21f51f6

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

modules/ROOT/pages/changes-deprecations-removals.adoc

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -172,11 +172,22 @@ You can find guidelines on how to migrate from previous Neo4j versions to 2025.0
172172
[role=label--enterprise]
173173
=== Clustering
174174

175+
Discovery service::
175176
In 2025.01, discovery service v1 is removed.
176177
Therefore, transitioning from v1 to v2 must be completed before upgrading to Neo4j 2025.01.
177-
178+
+
178179
For more details, refer to the link:https://neo4j.com/docs/operations-manual/5/clustering/setup/discovery/#clustering-discovery-v1-to-v2[Operations Manual → Moving from discovery service v1 to v2].
179180

181+
Configuration settings::
182+
183+
Note that in 2025.01 the settings `server.discovery.advertised_address` and `server.discovery.listen_address` are removed.
184+
Configure `server.cluster.advertised_address` and `server.cluster.listen_address` instead.
185+
186+
Ports::
187+
Port `5000` is no longer used from 2025.01 onwards.
188+
Port `6000` is used for the internal traffic.
189+
For more details, refer to the xref:configuration/ports.adoc[Configuration -> Ports].
190+
180191
=== Built-in Neo4j procedures
181192

182193
.See procedures removed in Neo4j 2025.01 without replacement.
@@ -299,7 +310,7 @@ However, it is recommended to update your _neo4j.conf_ file to use the new setti
299310

300311
These changes will only affect new installations or upgrades that replace their configuration files.
301312

302-
.The list of changed default values
313+
.The list of changes to default values
303314
[%collapsible]
304315
====
305316
[options=header, cols="2m,1,1"]
@@ -471,10 +482,6 @@ SSL-related configuration setting::
471482
Starting from 2025.01, the default value of `dbms.ssl.policy.*.verify_hostname` is changed from `false` to `true`.
472483
See link:{neo4j-docs-base-uri}/operations-manual/5/security/ssl-framework/#ssl-configuration[the table on the page _SSL framework_] for more details.
473484

474-
=== Ports
475-
476-
Port `5000` is no longer used from 2025.01 onwards.
477-
For more details, refer to the xref:configuration/ports.adoc[Configuration -> Ports].
478485

479486
=== Java API
480487

0 commit comments

Comments
 (0)