Skip to content
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
14 changes: 7 additions & 7 deletions modules/ROOT/pages/procedures.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ Running the procedure with an admin privilege is deprecated.
| *Mode* 3+| DBMS
|===

[role=label--admin-only label--deprecated-5.6 label--enterprise-edition]
[role=label--admin-only label--deprecated-5.6 label--enterprise-edition label--removed-cypher-25]
[[procedure_dbms_cluster_readReplicaToggle]]
=== dbms.cluster.readReplicaToggle()

Expand Down Expand Up @@ -696,7 +696,7 @@ Running the procedure with an admin privilege is deprecated.
|===


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

Expand Down Expand Up @@ -1116,7 +1116,7 @@ For more information, see the link:{neo4j-docs-base-uri}/cypher-manual/current/p
Starting with Neo4j 2025.04, the default database can also be set to a local or remote database alias.
====

[role=label--enterprise-edition label--admin-only label--deprecated-2025.01]
[role=label--enterprise-edition label--admin-only label--deprecated-2025.01 label--removed-cypher-25]
[[procedure_dbms_quarantineDatabase]]
=== dbms.quarantineDatabase()

Expand Down Expand Up @@ -1174,7 +1174,7 @@ If there is only one server in `QUARANTINED` mode, then it is safe to choose `re
If there are two servers in `QUARANTINED` mode, then you should not use concurrently `replaceStateKeepStore` or `replaceStateReplaceStore` for both servers because there would be no majority to let them in.
====

[role=label--admin-only label--deprecated-5.9]
[role=label--admin-only label--deprecated-5.9 label--removed-cypher-25]
[[procedure_dbms_upgrade]]
=== dbms.upgrade()

Expand All @@ -1197,7 +1197,7 @@ For more information, see the link:{neo4j-docs-base-uri}/cypher-manual/current/p
====


[role=label--admin-only label--deprecated-5.9]
[role=label--admin-only label--deprecated-5.9 label--removed-cypher-25]
[[procedure_dbms_upgradeStatus]]
=== dbms.upgradeStatus()

Expand Down Expand Up @@ -1274,7 +1274,7 @@ Procedure signatures from `SHOW PROCEDURES` renders the vector arguments with a
The types are still enforced as `LIST<INTEGER | FLOAT>`.
====

[role=label--beta label--deprecated-5.13]
[role=label--beta label--deprecated-5.13 label--removed-cypher-25]
[[procedure_db_create_setVectorProperty]]
=== db.create.setVectorProperty()

Expand All @@ -1301,7 +1301,7 @@ The types are still enforced as `LIST<INTEGER | FLOAT>`.
====


[role=label--deprecated-5.26]
[role=label--deprecated-5.26 label--removed-cypher-25]
[[procedure_db_index_vector_createNodeIndex]]
=== db.index.vector.createNodeIndex()

Expand Down