We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8eb697 commit 163601eCopy full SHA for 163601e
1 file changed
docs/managing_deis/upgrading-deis.rst
@@ -24,6 +24,12 @@ and then reinstall platform components.
24
25
In-place upgrades are supported starting from Deis version 0.14.0
26
27
+.. note::
28
+
29
+ Occasionally, when upgrading Deis, we have seen deisctl stuck in a restart loop on ``deis-store`` components.
30
+ The workaround for this is to restart the store-daemons with ``deisctl restart store-daemon``. If run while
31
+ the original ``deisctl start platform`` command is still running, it should resume almost immediately.
32
33
Use the following steps to perform an in-place upgrade of your Deis cluster.
34
35
.. code-block:: console
0 commit comments