Skip to content

Put EE labels back to the cluster and CDC procedures (#2192) #2200

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 26, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 26 additions & 15 deletions modules/ROOT/pages/procedures.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ For more information, see xref:authentication-authorization/index.adoc[Authentic
|===



[[procedure_dbms_showcurrentuser]]
=== dbms.showCurrentUser()

Expand Down Expand Up @@ -178,12 +179,12 @@ It is therefore not supported by the parallel runtime.
For more information, see the link:{neo4j-docs-base-uri}/cypher-manual/current/planning-and-tuning/runtimes/concepts#runtimes-parallel-runtime[Cypher Manual -> Parallel runtime].
====

[role=label--enterprise-edition]

== Change Data Capture (CDC)

For more information, see the link:{neo4j-docs-base-uri}/cdc/{page-version}/[CDC documentation].

[role=label--deprecated-5.17]
[role=label--enterprise-edition label--deprecated-5.17]
[[procedure_cdc_current]]
=== cdc.current()

Expand All @@ -198,7 +199,7 @@ For more information, see the link:{neo4j-docs-base-uri}/cdc/{page-version}/[CDC
| *Replaced by* 3+| xref:procedures.adoc#procedure_db_cdc_current[`db.cdc.current()`]
|===

[role=label--deprecated-5.17]
[role=label--enterprise-edition label--deprecated-5.17]
[[procedure_cdc_earliest]]
=== cdc.earliest()

Expand All @@ -213,7 +214,7 @@ For more information, see the link:{neo4j-docs-base-uri}/cdc/{page-version}/[CDC
| *Replaced by* 3+| xref:procedures.adoc#procedure_db_cdc_earliest[`db.cdc.earliest()`]
|===

[role=label--deprecated-5.17 label--admin-only]
[role=label--enterprise-edition label--deprecated-5.17 label--admin-only]
[[procedure_cdc_query]]
=== cdc.query()

Expand All @@ -236,6 +237,7 @@ For more information, see the link:{neo4j-docs-base-uri}/cdc/{page-version}/[CDC
|===


[role=label--enterprise-edition]
[[procedure_db_cdc_current]]
=== db.cdc.current()

Expand All @@ -250,6 +252,7 @@ For more information, see the link:{neo4j-docs-base-uri}/cdc/{page-version}/[CDC
|===


[role=label--enterprise-edition]
[[procedure_db_cdc_earliest]]
=== db.cdc.earliest()

Expand All @@ -263,7 +266,7 @@ For more information, see the link:{neo4j-docs-base-uri}/cdc/{page-version}/[CDC
| *Mode* 3+| READ
|===

[role=label--admin-only]
[role=label--admin-only label--enterprise-edition]
[[procedure_db_cdc_query]]
=== db.cdc.query()

Expand All @@ -284,12 +287,12 @@ For more information, see the link:{neo4j-docs-base-uri}/cdc/{page-version}/[CDC
| *Mode* 3+| READ
|===

[role=label--enterprise-edition]

== Cluster management

For more information, see xref:clustering/index.adoc[].

[role=label--admin-only]
[role=label--admin-only label--enterprise-edition]
[[procedure_dbms_cluster_checkConnectivity]]
=== dbms.cluster.checkConnectivity()

Expand All @@ -313,6 +316,7 @@ For more information, see xref:clustering/index.adoc[].
|===


[role=label--enterprise-edition]
[[procedure_dbms_cluster_cordonServer]]
=== dbms.cluster.cordonServer()

Expand All @@ -333,6 +337,7 @@ Running the procedure with an admin privilege is deprecated.
====


[role=label--enterprise-edition]
[[procedure_dbms_cluster_deallocateDatabaseFromServer]]
=== dbms.cluster.deallocateDatabaseFromServer()

Expand All @@ -357,6 +362,7 @@ Running the procedure with an admin privilege is deprecated.
|===


[role=label--enterprise-edition]
[[procedure_dbms_cluster_deallocateDatabaseFromServers]]
=== dbms.cluster.deallocateDatabaseFromServers()

Expand All @@ -381,7 +387,7 @@ Running the procedure with an admin privilege is deprecated.
|===



[role=label--enterprise-edition]
[[procedure_dbms_cluster_deallocateNumberOfDatabases]]
=== dbms.cluster.deallocateNumberOfDatabases()

Expand All @@ -406,6 +412,7 @@ Running the procedure with an admin privilege is deprecated.
|===


[role=label--enterprise-edition]
[[procedure_dbms_cluster_protocols]]
=== dbms.cluster.protocols()

Expand All @@ -423,7 +430,7 @@ Running the procedure with an admin privilege is deprecated.
| *Mode* 3+| DBMS
|===

[role=label--admin-only label--deprecated-5.6]
[role=label--admin-only label--deprecated-5.6 label--enterprise-edition]
[[procedure_dbms_cluster_readreplicatoggle]]
=== dbms.cluster.readReplicaToggle()

Expand Down Expand Up @@ -475,6 +482,7 @@ CALL dbms.cluster.readReplicaToggle("neo4j", false)
----


[role=label--enterprise-edition]
[[procedure_dbms_cluster_reallocateDatabase]]
=== dbms.cluster.reallocateDatabase()

Expand All @@ -498,6 +506,7 @@ CALL dbms.cluster.readReplicaToggle("neo4j", false)
|===


[role=label--enterprise-edition]
[[procedure_dbms_cluster_reallocateNumberOfDatabases]]
=== dbms.cluster.reallocateNumberOfDatabases()

Expand All @@ -520,6 +529,7 @@ CALL dbms.cluster.readReplicaToggle("neo4j", false)
|===


[role=label--enterprise-edition]
[[procedure_dbms_cluster_recreateDatabase]]
=== dbms.cluster.recreateDatabase()

Expand All @@ -541,7 +551,7 @@ Further details on how to use the `dbms.cluster.recreateDatabase()` procedure ar
If no topology option is defined, the database will be recreated with the previous topology.
====

[role=label--deprecated-5.21]
[role=label--deprecated-5.21 label--enterprise-edition]
[[procedure_dbms_cluster_routing_getroutingtable]]
=== dbms.cluster.routing.getRoutingTable()

Expand All @@ -559,7 +569,7 @@ If no topology option is defined, the database will be recreated with the previo
| *Mode* 3+| DBMS
|===

[role=label--admin-only]
[role=label--admin-only label--enterprise-edition]]
[[procedure_dbms_cluster_secondaryreplicationdisable]]
=== dbms.cluster.secondaryReplicationDisable()

Expand Down Expand Up @@ -608,6 +618,7 @@ CALL dbms.cluster.secondaryReplicationDisable("neo4j", false)
----


[role=label--enterprise-edition]
[[procedure_dbms_cluster_setAutomaticallyEnableFreeServers]]
=== dbms.cluster.setAutomaticallyEnableFreeServers()

Expand All @@ -629,7 +640,7 @@ Running the procedure with an admin privilege is deprecated.
====


[role=label--admin-only]
[role=label--admin-only label--enterprise-edition]
[[procedure_dbms_cluster_statusCheck]]
=== dbms.cluster.statusCheck()

Expand All @@ -655,7 +666,7 @@ Running the procedure with an admin privilege is deprecated.
|===


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

Expand All @@ -676,7 +687,7 @@ Running the procedure with an admin privilege is deprecated.
Running the procedure with an admin privilege is deprecated.
====

[role=label--admin-only]
[role=label--admin-only label--enterprise-edition]
[[procedure_dbms_setDefaultAllocationNumbers]]
=== dbms.setDefaultAllocationNumbers()

Expand All @@ -691,7 +702,7 @@ Running the procedure with an admin privilege is deprecated.
| *Mode* 3+| WRITE
|===

[role=label--admin-only]
[role=label--admin-only label--enterprise-edition]
[[procedure_dbms_showTopologyGraphConfig]]
=== dbms.showTopologyGraphConfig()

Expand Down