Skip to content

Commit

Permalink
Fix the default Bolt port (#2014) (#2018)
Browse files Browse the repository at this point in the history
  • Loading branch information
NataliaIvakina authored Dec 18, 2024
1 parent ffabf0f commit ea59730
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/ROOT/pages/clustering/setup/discovery.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ dbms.cluster.discovery.v2.endpoints=server01.example.com:6000,server02.example.c
+
[source, shell, role=nocopy noplay]
----
./cypher-shell -a bolt://localhost:7681 -d system
./cypher-shell -a bolt://localhost:7687 -d system
----
. Run the procedure:
+
Expand Down Expand Up @@ -385,7 +385,7 @@ It is important to connect via `bolt://` because otherwise the procedure might b
+
[source, shell, role=nocopy noplay]
----
./cypher-shell -a bolt://localhost:7681 -d system
./cypher-shell -a bolt://localhost:7687 -d system
----

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

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

0 comments on commit ea59730

Please sign in to comment.