Skip to content

Commit

Permalink
Remove deleted discovery procedures
Browse files Browse the repository at this point in the history
  • Loading branch information
jackwaudby committed Nov 28, 2024
1 parent 04f3b09 commit 06ae72e
Showing 1 changed file with 0 additions and 49 deletions.
49 changes: 0 additions & 49 deletions modules/ROOT/pages/procedures.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -334,18 +334,6 @@ Since Neo4j 5.23, it can be run with the `SERVER MANAGEMENT` privilege.
It will still run with the `Admin` privilege, but that should be considered deprecated.
====

[role=label--enterprise-edition label--new-5.26 label--admin-only ]
[[procedure_dbms_cluster_movetonextdiscoveryversion]]
=== dbms.cluster.moveToNextDiscoveryVersion()

.Details
|===
| *Syntax* 3+m| dbms.cluster.moveToNextDiscoveryVersion()
| *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).
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.
| *Mode* 3+| DBMS
|===

[role=label--enterprise-edition label--new-5.23]
[[procedure_dbms_cluster_deallocateDatabaseFromServer]]
=== dbms.cluster.deallocateDatabaseFromServer()
Expand Down Expand Up @@ -638,23 +626,6 @@ Since Neo4j 5.23, it can be run with the `SERVER MANAGEMENT` privilege.
It will still run with the `Admin` privilege, but that should be considered deprecated.
====

[role=label--enterprise-edition label--new-5.22 label--admin-only ]
[[procedure_dbms_cluster_showparalleldiscoverystate]]
=== dbms.cluster.showParallelDiscoveryState()


.Details
|===
| *Syntax* 3+m| dbms.cluster.showParallelDiscoveryState() :: (mode, stateComparison, v1ServerCount, v2ServerCount)
| *Description* 3+a| Compare the states of Discovery service V1 and Discovery service V2.
.5+| *Return arguments* | *Name* | *Type* | *Description*
| `mode` | `STRING` | mode :: STRING
| `stateComparison` | `STRING` | stateComparison :: STRING
| `v1ServerCount` | `STRING` | v1ServerCount :: STRING
| `v2ServerCount` | `STRING` | v2ServerCount :: STRING
| *Mode* 3+| DBMS
|===


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


[role=label--enterprise-edition label--new-5.22 label--admin-only]
[[procedure_dbms_cluster_switchdiscoveryserviceversion]]
=== dbms.cluster.switchDiscoveryServiceVersion()


.Details
|===
| *Syntax* 3+m| dbms.cluster.switchDiscoveryServiceVersion(mode)
| *Description* 3+a| Allows you to select which discovery service should be started.
Possible values are:

* `V1_ONLY` -- it runs only discovery service v1.
* `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.
* `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.
* `V2_ONLY` -- it runs only discovery service v2.
.2+| *Input arguments* | *Name* | *Type* | *Description*
| `mode` | `STRING` | mode :: STRING
| *Mode* 3+| DBMS
|===

[role=label--enterprise-edition label--deprecated-5.23]
[[procedure_dbms_cluster_uncordonServer]]
=== dbms.cluster.uncordonServer()
Expand Down

0 comments on commit 06ae72e

Please sign in to comment.