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
19 changes: 19 additions & 0 deletions modules/ROOT/pages/access-control/manage-servers.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,10 @@ This may not be specified in combination with `deniedDatabases`.
| list of database names
| Only databases **not** matching the specified names may be hosted on the server.
This may not be specified in combination with `allowedDatabases`.

| tags
| list of server tags
| List of server tags used during database allocation and for load balancing and routing policies.
|===

[NOTE]
Expand All @@ -311,6 +315,11 @@ Composite databases are ignored by both `allowedDatabases` and `deniedDatabases`
The composite databases are available everywhere and hold no data on their own.
====

[NOTE]
====
When a server is enabled, if `tags` are not provided in `OPTIONS`, the default server tags are taken from the setting `initial.server.tags`.
====

[[server-management-alter-server]]
== Modifying servers

Expand Down Expand Up @@ -339,6 +348,10 @@ This may not be specified in combination with `deniedDatabases`.
| list of database names
| Only databases **not** matching the specified names may be hosted on the server.
This may not be specified in combination with `allowedDatabases`.

| tags
| list of server tags
| List of server tags used during database allocation and for load balancing and routing policies.
|===

[NOTE]
Expand All @@ -347,6 +360,12 @@ Composite databases are ignored by both `allowedDatabases` and `deniedDatabases`
The composite databases are available everywhere and hold no data on their own.
====

[NOTE]
====
Input provided to `SET OPTIONS {...}` replaces **all** existing options, rather than being combined with them.
For instance, if `SET OPTIONS {modeConstraint:'SECONDARY'}` is run followed by `SET OPTIONS {allowedDatabases:['foo']}`, the second `ALTER` removes the mode constraint.
====

[[server-management-rename-server]]
== Renaming servers

Expand Down