Skip to content

Commit ea59730

Browse files
Fix the default Bolt port (#2014) (#2018)
1 parent ffabf0f commit ea59730

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ dbms.cluster.discovery.v2.endpoints=server01.example.com:6000,server02.example.c
248248
+
249249
[source, shell, role=nocopy noplay]
250250
----
251-
./cypher-shell -a bolt://localhost:7681 -d system
251+
./cypher-shell -a bolt://localhost:7687 -d system
252252
----
253253
. Run the procedure:
254254
+
@@ -385,7 +385,7 @@ It is important to connect via `bolt://` because otherwise the procedure might b
385385
+
386386
[source, shell, role=nocopy noplay]
387387
----
388-
./cypher-shell -a bolt://localhost:7681 -d system
388+
./cypher-shell -a bolt://localhost:7687 -d system
389389
----
390390

391391
. Run the procedure:
@@ -536,7 +536,7 @@ Restart them sequentially, not in parallel.
536536
image:discovery-service/in-place-23-v1-over-v2.png[]
537537

538538
. Using `bolt://`, connect to the system database of servers 1, 2, 3, and run the following procedure.
539-
This can be done using via `./cypher-shell -a bolt://localhost:7681 -d system` for example.
539+
This can be done using via `./cypher-shell -a bolt://localhost:7687 -d system` for example.
540540
+
541541
[source,cypher]
542542
----

0 commit comments

Comments
 (0)