Skip to content

Commit a187ddf

Browse files
committed
Added the description move to next discovery version
1 parent c76040e commit a187ddf

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ One possible reason for failure is that some servers might have had inconsistent
272272
+
273273
[source,cypher]
274274
----
275-
CALL internal.dbms.cluster.moveToNextDiscoveryVersion();
275+
CALL dbms.cluster.moveToNextDiscoveryVersion();
276276
----
277277
. Check the state again:
278278
+
@@ -297,7 +297,7 @@ If they are not, wait and try again till matching.
297297
+
298298
[source,cypher]
299299
----
300-
CALL internal.dbms.cluster.moveToNextDiscoveryVersion();
300+
CALL dbms.cluster.moveToNextDiscoveryVersion();
301301
----
302302
. Check that transition to `V2_OVER_V1` was successful:
303303
+
@@ -322,7 +322,7 @@ If they are not, wait and try again till matching.
322322
+
323323
[source,cypher]
324324
----
325-
CALL internal.dbms.cluster.moveToNextDiscoveryVersion();
325+
CALL dbms.cluster.moveToNextDiscoveryVersion();
326326
----
327327
. Check that transition to `V2_ONLY` was successful:
328328
+

modules/ROOT/pages/reference/procedures.adoc

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,11 @@ In 4.2, signature changed to `db.listLocks() :: (mode :: STRING, resourceType ::
293293
| label:yes[]
294294
| label:new[Introduced in 5.22] label:admin-only[]
295295

296+
| xref:reference/procedures.adoc#procedure_dbms_cluster_movetonextdiscoveryversion[`dbms.cluster.moveToNextDiscoveryVersion()`]
297+
| label:no[]
298+
| label:yes[]
299+
| label:new[Introduced in 5.26] label:admin-only[]
300+
296301
| xref:reference/procedures.adoc#procedure_dbms_cluster_deallocateDatabaseFromServer[`dbms.cluster.deallocateDatabaseFromServer()`]
297302
| label:no[]
298303
| label:yes[]
@@ -1913,6 +1918,20 @@ m| dbms.cluster.showParallelDiscoveryState() :: (mode :: STRING, stateComparison
19131918
m|DBMS
19141919
|===
19151920

1921+
[[procedure_dbms_cluster_movetonextdiscoveryversion]]
1922+
[role=label--enterprise-edition label--new-5.26 label--admin-only ]
1923+
.dbms.cluster.moveToNextDiscoveryVersion()
1924+
[cols="<15s,<85"]
1925+
|===
1926+
| Description
1927+
a| The procedure triggers a switch to the next discovery service version for all known members of the cluster (as listed in the system database and discovery).
1928+
For example, if the current member's discovery version is V1_ONLY, it will switch all members to V1_OVER_V2. In case of failure, the user must manually resolve the issue.
1929+
| Signature
1930+
m| dbms.cluster.moveToNextDiscoveryVersion()
1931+
| Mode
1932+
m|DBMS
1933+
|===
1934+
19161935
[[procedure_dbms_cluster_deallocateDatabaseFromServer]]
19171936
[role=label--enterprise-edition label--new-5.23]
19181937
.dbms.cluster.deallocateDatabaseFromServer()

0 commit comments

Comments
 (0)