Skip to content
Merged
Show file tree
Hide file tree
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
6 changes: 5 additions & 1 deletion modules/ROOT/pages/access-control/manage-servers.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,11 @@ Using `DRYRUN REALLOCATE DATABASE` returns a view of how the databases would hav
| "db3" | "server-1" | "00000000-94ff-4ede-87be-3d741b795480" | "server-5" | "00000003-0df7-4057-81fd-1cf43c9ef5f7" | "primary"
|===

[NOTE]
====
`DRYRUN` is introduced in Neo4j 5.2, and thus is not available in earlier minor releases of v5.
====

[[server-management-deallocate]]
== Deallocate databases

Expand All @@ -370,7 +375,6 @@ Using `DRYRUN DEALLOCATE DATABASES FROM 'server-1', 'server-2'` returns a view o
[options="header,footer", width="100%", cols="m,m,m,m,m,m"]
|===
|database|fromServerName|fromServerId|toServerName|toServerId|mode

| "db1" | "server-1" | "00000001-8c04-4731-a2fd-7b0289c511ce" | "server-4" | "00000002-5b91-43c1-8b25-5289f674563e" | "primary"
| "db1" | "server-2" | "00000000-7e53-427c-a987-24634c4745f3" | "server-5" | "00000003-0e98-44c8-9844-f0a4eb95b0d8" | "primary"
|===
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[[cypher-deprecations-additions-removals-compatibility]]
= Deprecations, additions and compatibility
= Deprecations, additions, and compatibility
:description: all of the features that have been removed, deprecated, added, or extended in different Cypher versions.


Expand Down Expand Up @@ -59,6 +59,16 @@ a|
Creating composite databases now allows for an empty options clause.
There are no applicable option values for composite databases.

a|
label:functionality[]
label:new[]
[source, cypher, role="noheader"]
----
DRYRUN REALLOCATE\|DEALLOCATE DATABASES FROM <serverId>
----

a| To preview of the result of either `REALLOCATE` or `DEALLOCATE` without executing, prepend the command with `DRYRUN`.

|===

[[cypher-deprecations-additions-removals-5.1]]
Expand Down