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/clustering/setup/discovery.adoc
+40-14Lines changed: 40 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -295,19 +295,23 @@ Note that `stateComparison` is `N/A` because you do not have v1 to compare state
295
295
[[discovery-v1-to-v2-new-server]]
296
296
=== New server rolling
297
297
The new server rolling requires three running servers and three new servers.
298
-
. For all the servers, ensure that new settings are added to the configuration as detailed the xref:clustering/setup/discovery.adoc#_preparation[Preparation] section.
298
+
299
+
. Start up the three new servers with the setting `dbms.cluster.discovery.version=V1_OVER_V2`.
299
300
+
300
-
As an example, for those using the list resolver, the settings for all the servers should include:
301
+
image:discovery-service/v1_over_v2.png[]
302
+
+
303
+
The new servers should have settings which are updated as detailed in the xref:clustering/setup/discovery.adoc#_preparation[Preparation] section.
304
+
The discovery addresses should include addresses of the new members, and the previous members.
305
+
+
306
+
As an example, for those using the list resolver, the settings for the new servers should include:
. Using `bolt://`, connect to the system database of servers 7, 8, 9 and run the following procedure:
341
356
+
342
357
[source,cypher]
343
358
----
@@ -358,21 +373,32 @@ If they are not, wait and try again till matching.
358
373
----
359
374
+
360
375
. Deallocate, drop, and shut down servers 4, 5, and 6.
361
-
. Run `neo4j-admin unbind` on these three servers.
362
376
+
363
-
. Start up servers 4, 5, and 6, this time with the setting `dbms.cluster.discovery.version=V2_ONLY`.
377
+
. Start up servers 10, 11, 12, this time with the setting `dbms.cluster.discovery.version=V2_ONLY`.
364
378
+
365
379
image:discovery-service/v2_only.png[]
366
-
. Deallocate, drop, and shut down servers 1, 2, 3.
367
380
+
368
-
. Finally, using `bolt://`, connect to the system database of servers 4, 5, and 6, and run the following procedure to check the version of the discovery service:
381
+
The discovery addresses in the settings should include addresses of the new members, and the previous members.
382
+
Note that only the v2 settings are required.
383
+
+
384
+
As an example, for those using the list resolver, the settings for the new servers should include:
. Deallocate, drop, and shut down servers 7, 8, 9.
394
+
+
395
+
. Finally, using `bolt://`, connect to the system database of servers 10, 11, 12, and run the following procedure to check the version of the discovery service:
0 commit comments