Skip to content

Commit

Permalink
Merge pull request #978 from amanda11/master
Browse files Browse the repository at this point in the history
Update upgrade and uninstall as mistral not used on RHEL/Centos 8 - resolves #977
  • Loading branch information
armab authored Apr 28, 2020
2 parents a20f1e1 + b0b93e9 commit 840e997
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
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

0 comments on commit 840e997

Please sign in to comment.