On https://docs.stackstorm.com/latest/install/upgrades.html it states for upgrade:
- Upgrade Mistral database:
/opt/stackstorm/mistral/bin/mistral-db-manage --config-file /etc/mistral/mistral.conf upgrade head
/opt/stackstorm/mistral/bin/mistral-db-manage --config-file /etc/mistral/mistral.conf populate | grep -v -e openstack -e keystone -e ironicclient
On stackstorm 3.2 dev on Centos 8 with python 3 there is no /opt/stackstorm/mistral to update.
As I understand it mistral is not installed for python3.
Does this just require a note to say unless upgrading from 3.2 and higher on python 3? Is there anything special to do though when upgrading from 3.1 to 3.2?
Also in step 2 it states to upgrade the st2mistral package, but that is not present on Centos8/python3.