Skip to content

Commit 06ae72e

Browse files
committed
Remove deleted discovery procedures
1 parent 04f3b09 commit 06ae72e

File tree

1 file changed

+0
-49
lines changed

1 file changed

+0
-49
lines changed

modules/ROOT/pages/procedures.adoc

Lines changed: 0 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -334,18 +334,6 @@ Since Neo4j 5.23, it can be run with the `SERVER MANAGEMENT` privilege.
334334
It will still run with the `Admin` privilege, but that should be considered deprecated.
335335
====
336336

337-
[role=label--enterprise-edition label--new-5.26 label--admin-only ]
338-
[[procedure_dbms_cluster_movetonextdiscoveryversion]]
339-
=== dbms.cluster.moveToNextDiscoveryVersion()
340-
341-
.Details
342-
|===
343-
| *Syntax* 3+m| dbms.cluster.moveToNextDiscoveryVersion()
344-
| *Description* 3+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).
345-
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.
346-
| *Mode* 3+| DBMS
347-
|===
348-
349337
[role=label--enterprise-edition label--new-5.23]
350338
[[procedure_dbms_cluster_deallocateDatabaseFromServer]]
351339
=== dbms.cluster.deallocateDatabaseFromServer()
@@ -638,23 +626,6 @@ Since Neo4j 5.23, it can be run with the `SERVER MANAGEMENT` privilege.
638626
It will still run with the `Admin` privilege, but that should be considered deprecated.
639627
====
640628

641-
[role=label--enterprise-edition label--new-5.22 label--admin-only ]
642-
[[procedure_dbms_cluster_showparalleldiscoverystate]]
643-
=== dbms.cluster.showParallelDiscoveryState()
644-
645-
646-
.Details
647-
|===
648-
| *Syntax* 3+m| dbms.cluster.showParallelDiscoveryState() :: (mode, stateComparison, v1ServerCount, v2ServerCount)
649-
| *Description* 3+a| Compare the states of Discovery service V1 and Discovery service V2.
650-
.5+| *Return arguments* | *Name* | *Type* | *Description*
651-
| `mode` | `STRING` | mode :: STRING
652-
| `stateComparison` | `STRING` | stateComparison :: STRING
653-
| `v1ServerCount` | `STRING` | v1ServerCount :: STRING
654-
| `v2ServerCount` | `STRING` | v2ServerCount :: STRING
655-
| *Mode* 3+| DBMS
656-
|===
657-
658629

659630
[role=label--enterprise-edition label--new-5.24 label--admin-only]
660631
[[procedure_dbms_cluster_statusCheck]]
@@ -682,26 +653,6 @@ It will still run with the `Admin` privilege, but that should be considered depr
682653
|===
683654

684655

685-
[role=label--enterprise-edition label--new-5.22 label--admin-only]
686-
[[procedure_dbms_cluster_switchdiscoveryserviceversion]]
687-
=== dbms.cluster.switchDiscoveryServiceVersion()
688-
689-
690-
.Details
691-
|===
692-
| *Syntax* 3+m| dbms.cluster.switchDiscoveryServiceVersion(mode)
693-
| *Description* 3+a| Allows you to select which discovery service should be started.
694-
Possible values are:
695-
696-
* `V1_ONLY` -- it runs only discovery service v1.
697-
* `V1_OVER_V2` -- it runs both Discovery Service V1 and Discovery Service V2, where V1 is the main service and V2 runs in the background.
698-
* `V2_OVER_V1` -- it runs both Discovery Service V1 and Discovery Service V2, where V2 is the main service and V1 runs in the background.
699-
* `V2_ONLY` -- it runs only discovery service v2.
700-
.2+| *Input arguments* | *Name* | *Type* | *Description*
701-
| `mode` | `STRING` | mode :: STRING
702-
| *Mode* 3+| DBMS
703-
|===
704-
705656
[role=label--enterprise-edition label--deprecated-5.23]
706657
[[procedure_dbms_cluster_uncordonServer]]
707658
=== dbms.cluster.uncordonServer()

0 commit comments

Comments
 (0)