Skip to content
Merged
Show file tree
Hide file tree
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
6 changes: 6 additions & 0 deletions docs/source/install/uninstall.rst
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,12 @@ below. Only execute the instructions for your distribution.
sudo yum erase st2 st2mistral st2chatops st2web st2python bwc-ui st2flow


.. note::

Omit st2mistral from list of packages if Mistral is not installed in your installation



3. Remove |st2| System User
---------------------------

Expand Down
6 changes: 6 additions & 0 deletions docs/source/install/upgrades.rst
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,14 @@ This is the standard upgrade procedure:

sudo yum update st2 st2web st2chatops st2mistral

.. note::

Omit st2mistral from list of packages if Mistral is not installed in your installation

3. Upgrade Mistral database:

This step can be skipped if Mistral is not installed on your installation.

.. sourcecode:: bash

/opt/stackstorm/mistral/bin/mistral-db-manage --config-file /etc/mistral/mistral.conf upgrade head
Expand Down