We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cebc10 commit 9fa54faCopy full SHA for 9fa54fa
source/upgrading/index.rst
@@ -41,7 +41,9 @@ will abort. If as an operator starting an MS you get the error
41
a clustered environment.` during upgrade, check if you have stopped
42
all MSses in your environment and retry. If is still fails it might be
43
that an MS has stopped un-gracefully and you need to fix the DB-entry
44
-for it.
+for it. For example, make sure all MSses are stopped by checking the
45
+hosts in the output of `select name from mshost where state <> ‘Down’`
46
+and then, when all is safe, run `update mshost set state = ‘Down'`
47
48
.. note::
49
For information on the API changes and issues fixed in this release, please see the Release Notes section of the documentation
0 commit comments