You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/changes-deprecations-removals.adoc
+13-6Lines changed: 13 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -172,11 +172,22 @@ You can find guidelines on how to migrate from previous Neo4j versions to 2025.0
172
172
[role=label--enterprise]
173
173
=== Clustering
174
174
175
+
Discovery service::
175
176
In 2025.01, discovery service v1 is removed.
176
177
Therefore, transitioning from v1 to v2 must be completed before upgrading to Neo4j 2025.01.
177
-
178
+
+
178
179
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].
179
180
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
+
180
191
=== Built-in Neo4j procedures
181
192
182
193
.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
299
310
300
311
These changes will only affect new installations or upgrades that replace their configuration files.
0 commit comments