Skip to content

Commit f628414

Browse files
Put EE labels back to the clustering and CDC procedures (#2192)
Test failure will be covered in another PR
1 parent 9a94409 commit f628414

File tree

1 file changed

+27
-16
lines changed

1 file changed

+27
-16
lines changed

modules/ROOT/pages/procedures.adoc

Lines changed: 27 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ For more information, see xref:authentication-authorization/index.adoc[Authentic
7575
|===
7676

7777
[role=label--enterprise-edition label--admin-only label--new-2025.03]
78-
[procedure_dbms_security_reload_tls]]
78+
[[procedure_dbms_security_reload_tls]]
7979
=== dbms.security.reloadTLS()
8080

8181

@@ -86,6 +86,7 @@ For more information, see xref:authentication-authorization/index.adoc[Authentic
8686
| *Mode* 3+| DBMS
8787
|===
8888

89+
8990
[[procedure_dbms_showcurrentuser]]
9091
=== dbms.showCurrentUser()
9192

@@ -189,12 +190,12 @@ It is therefore not supported by the parallel runtime.
189190
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].
190191
====
191192

192-
[role=label--enterprise-edition]
193+
193194
== Change Data Capture (CDC)
194195

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

197-
[role=label--deprecated-5.17]
198+
[role=label--enterprise-edition label--deprecated-5.17]
198199
[[procedure_cdc_current]]
199200
=== cdc.current()
200201

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

212-
[role=label--deprecated-5.17]
213+
[role=label--enterprise-edition label--deprecated-5.17]
213214
[[procedure_cdc_earliest]]
214215
=== cdc.earliest()
215216

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

227-
[role=label--deprecated-5.17 label--admin-only]
228+
[role=label--enterprise-edition label--deprecated-5.17 label--admin-only]
228229
[[procedure_cdc_query]]
229230
=== cdc.query()
230231

@@ -247,6 +248,7 @@ For more information, see the link:{neo4j-docs-base-uri}/cdc/{page-version}/[CDC
247248
|===
248249

249250

251+
[role=label--enterprise-edition]
250252
[[procedure_db_cdc_current]]
251253
=== db.cdc.current()
252254

@@ -261,6 +263,7 @@ For more information, see the link:{neo4j-docs-base-uri}/cdc/{page-version}/[CDC
261263
|===
262264

263265

266+
[role=label--enterprise-edition]
264267
[[procedure_db_cdc_earliest]]
265268
=== db.cdc.earliest()
266269

@@ -274,7 +277,7 @@ For more information, see the link:{neo4j-docs-base-uri}/cdc/{page-version}/[CDC
274277
| *Mode* 3+| READ
275278
|===
276279

277-
[role=label--admin-only]
280+
[role=label--admin-only label--enterprise-edition]
278281
[[procedure_db_cdc_query]]
279282
=== db.cdc.query()
280283

@@ -295,12 +298,12 @@ For more information, see the link:{neo4j-docs-base-uri}/cdc/{page-version}/[CDC
295298
| *Mode* 3+| READ
296299
|===
297300

298-
[role=label--enterprise-edition]
301+
299302
== Cluster management
300303

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

303-
[role=label--admin-only]
306+
[role=label--admin-only label--enterprise-edition]
304307
[[procedure_dbms_cluster_checkConnectivity]]
305308
=== dbms.cluster.checkConnectivity()
306309

@@ -324,6 +327,7 @@ For more information, see xref:clustering/index.adoc[].
324327
|===
325328

326329

330+
[role=label--enterprise-edition]
327331
[[procedure_dbms_cluster_cordonServer]]
328332
=== dbms.cluster.cordonServer()
329333

@@ -344,6 +348,7 @@ Running the procedure with an admin privilege is deprecated.
344348
====
345349

346350

351+
[role=label--enterprise-edition]
347352
[[procedure_dbms_cluster_deallocateDatabaseFromServer]]
348353
=== dbms.cluster.deallocateDatabaseFromServer()
349354

@@ -368,6 +373,7 @@ Running the procedure with an admin privilege is deprecated.
368373
|===
369374

370375

376+
[role=label--enterprise-edition]
371377
[[procedure_dbms_cluster_deallocateDatabaseFromServers]]
372378
=== dbms.cluster.deallocateDatabaseFromServers()
373379

@@ -392,7 +398,7 @@ Running the procedure with an admin privilege is deprecated.
392398
|===
393399

394400

395-
401+
[role=label--enterprise-edition]
396402
[[procedure_dbms_cluster_deallocateNumberOfDatabases]]
397403
=== dbms.cluster.deallocateNumberOfDatabases()
398404

@@ -417,6 +423,7 @@ Running the procedure with an admin privilege is deprecated.
417423
|===
418424

419425

426+
[role=label--enterprise-edition]
420427
[[procedure_dbms_cluster_protocols]]
421428
=== dbms.cluster.protocols()
422429

@@ -434,7 +441,7 @@ Running the procedure with an admin privilege is deprecated.
434441
| *Mode* 3+| DBMS
435442
|===
436443

437-
[role=label--admin-only label--deprecated-5.6]
444+
[role=label--admin-only label--deprecated-5.6 label--enterprise-edition]
438445
[[procedure_dbms_cluster_readreplicatoggle]]
439446
=== dbms.cluster.readReplicaToggle()
440447

@@ -486,6 +493,7 @@ CALL dbms.cluster.readReplicaToggle("neo4j", false)
486493
----
487494

488495

496+
[role=label--enterprise-edition]
489497
[[procedure_dbms_cluster_reallocateDatabase]]
490498
=== dbms.cluster.reallocateDatabase()
491499

@@ -509,6 +517,7 @@ CALL dbms.cluster.readReplicaToggle("neo4j", false)
509517
|===
510518

511519

520+
[role=label--enterprise-edition]
512521
[[procedure_dbms_cluster_reallocateNumberOfDatabases]]
513522
=== dbms.cluster.reallocateNumberOfDatabases()
514523

@@ -531,6 +540,7 @@ CALL dbms.cluster.readReplicaToggle("neo4j", false)
531540
|===
532541

533542

543+
[role=label--enterprise-edition]
534544
[[procedure_dbms_cluster_recreateDatabase]]
535545
=== dbms.cluster.recreateDatabase()
536546

@@ -552,7 +562,7 @@ Further details on how to use the `dbms.cluster.recreateDatabase()` procedure ar
552562
If no topology option is defined, the database will be recreated with the previous topology.
553563
====
554564

555-
[role=label--deprecated-5.21]
565+
[role=label--deprecated-5.21 label--enterprise-edition]
556566
[[procedure_dbms_cluster_routing_getroutingtable]]
557567
=== dbms.cluster.routing.getRoutingTable()
558568

@@ -570,7 +580,7 @@ If no topology option is defined, the database will be recreated with the previo
570580
| *Mode* 3+| DBMS
571581
|===
572582

573-
[role=label--admin-only]
583+
[role=label--admin-only label--enterprise-edition]]
574584
[[procedure_dbms_cluster_secondaryreplicationdisable]]
575585
=== dbms.cluster.secondaryReplicationDisable()
576586

@@ -619,6 +629,7 @@ CALL dbms.cluster.secondaryReplicationDisable("neo4j", false)
619629
----
620630

621631

632+
[role=label--enterprise-edition]
622633
[[procedure_dbms_cluster_setAutomaticallyEnableFreeServers]]
623634
=== dbms.cluster.setAutomaticallyEnableFreeServers()
624635

@@ -640,7 +651,7 @@ Running the procedure with an admin privilege is deprecated.
640651
====
641652

642653

643-
[role=label--admin-only]
654+
[role=label--admin-only label--enterprise-edition]
644655
[[procedure_dbms_cluster_statusCheck]]
645656
=== dbms.cluster.statusCheck()
646657

@@ -666,7 +677,7 @@ Running the procedure with an admin privilege is deprecated.
666677
|===
667678

668679

669-
[role=label--deprecated-5.23]
680+
[role=label--deprecated-5.23 label--enterprise-edition]
670681
[[procedure_dbms_cluster_uncordonServer]]
671682
=== dbms.cluster.uncordonServer()
672683

@@ -687,7 +698,7 @@ Running the procedure with an admin privilege is deprecated.
687698
Running the procedure with an admin privilege is deprecated.
688699
====
689700

690-
[role=label--admin-only]
701+
[role=label--admin-only label--enterprise-edition]
691702
[[procedure_dbms_setDefaultAllocationNumbers]]
692703
=== dbms.setDefaultAllocationNumbers()
693704

@@ -702,7 +713,7 @@ Running the procedure with an admin privilege is deprecated.
702713
| *Mode* 3+| WRITE
703714
|===
704715

705-
[role=label--admin-only]
716+
[role=label--admin-only label--enterprise-edition]
706717
[[procedure_dbms_showTopologyGraphConfig]]
707718
=== dbms.showTopologyGraphConfig()
708719

0 commit comments

Comments
 (0)