Skip to content

Commit b35c46a

Browse files
Remove dbms.setDatabaseAllocator()
1 parent 559bd91 commit b35c46a

File tree

1 file changed

+6
-20
lines changed

1 file changed

+6
-20
lines changed

modules/ROOT/pages/procedures.adoc

Lines changed: 6 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -679,21 +679,6 @@ Since Neo4j 5.23, it can be run with the `SERVER MANAGEMENT` privilege.
679679
It will still run with the `Admin` privilege, but that should be considered deprecated.
680680
====
681681

682-
[role=label--enterprise-edition label--admin-only label--deprecated-5.23]
683-
[[procedure_dbms_setDatabaseAllocator]]
684-
=== dbms.setDatabaseAllocator()
685-
686-
687-
.Details
688-
|===
689-
| *Syntax* 3+m| dbms.setDatabaseAllocator(allocator)
690-
| *Description* 3+a| With this method you can set the allocator that is responsible for selecting servers for hosting databases.
691-
.2+| *Input arguments* | *Name* | *Type* | *Description*
692-
| `allocator` | `STRING` | The name of the allocator.
693-
| *Mode* 3+| WRITE
694-
|===
695-
696-
697682
[role=label--enterprise-edition label--admin-only]
698683
[[procedure_dbms_setDefaultAllocationNumbers]]
699684
=== dbms.setDefaultAllocationNumbers()
@@ -1963,11 +1948,6 @@ Replaced by: xref:procedures.adoc#procedure_dbms_routing_getroutingtable[`dbms.r
19631948
| label:deprecated[Deprecated since Neo4j 5.23] label:available[Available in Cypher 5] label:removed[Removed in Cypher 25] +
19641949
Replaced by xref:clustering/server-syntax.adoc#server-management-syntax[`ENABLE SERVER`].
19651950
1966-
| xref:procedures.adoc#procedure_dbms_setDatabaseAllocator[`dbms.setDatabaseAllocator()`] label:admin-only[]
1967-
|
1968-
| {check-mark}
1969-
| label:deprecated[Deprecated since Neo4j 5.23] label:available[Available in Cypher 5 and Cypher 25]
1970-
19711951
| xref:procedures.adoc#procedure_dbms_upgrade[`dbms.upgrade()`] label:admin-only[]
19721952
| {check-mark}
19731953
| {check-mark}
@@ -2025,6 +2005,12 @@ Several procedures were removed with the 2025.01 release of Neo4j.
20252005
| {check-mark}
20262006
| Removed without replacement
20272007
2008+
| link:{neo4j-docs-base-uri}/operations-manual/5/procedures/#procedure_dbms_setDatabaseAllocator[`dbms.setDatabaseAllocator()`] label:admin-only[]
2009+
|
2010+
| {check-mark}
2011+
| Removed without replacement
2012+
2013+
20282014
|===
20292015
20302016
====

0 commit comments

Comments
 (0)