Skip to content

Commit ff1ead8

Browse files
committed
Deallocating is irreversible
1 parent f54d4af commit ff1ead8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ROOT/pages/clustering/servers.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ Once enabled, the server may be allocated databases to host.
8484

8585
When a server is no longer needed, it cannot be removed from the cluster while it is still allocated to host any databases.
8686
The command `DEALLOCATE DATABASE[S] FROM SERVER[S] _server_[,...]` is used to transition servers to the _Deallocating_ state, reallocating all their hosted databases to other servers in the cluster.
87-
Additionally, servers which are deallocating will not have any further databases allocated to them.
88-
87+
This is an irreversible state and servers which are deallocating will not have any further databases allocated to them.
88+
Note, if you wish to deallocate databases from a server in a reversible manner then see xref:clustering/databases.adoc#deallocate-databases[Deallocate databases] for more information.
8989

9090
=== Deallocated state
9191

0 commit comments

Comments
 (0)