We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bdffd3 commit eda1999Copy full SHA for eda1999
modules/ROOT/pages/clustering/servers.adoc
@@ -485,6 +485,8 @@ If you want to keep both values `modeConstraint:'SECONDARY'` and `allowedDatabas
485
----
486
ALTER SERVER '25a7efc7-d063-44b8-bdee-f23357f89f01' SET OPTIONS {modeConstraint:'SECONDARY', allowedDatabases:['foo']};
487
488
+
489
+Always check the current configuration with `SHOW SERVERS YIELD *` and reapply unchanged options when using `ALTER SERVER`.
490
====
491
492
=== Renaming a server
0 commit comments