-
-
Notifications
You must be signed in to change notification settings - Fork 71
Closed
Labels
Description
According to https://docs.stackstorm.com/install/upgrades.html
Mistral DB upgrading may be required after every st2mistral package update:
# Stop related services
service mistral-api stop
service mistral stop
# Upgrade 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
# Restart related services
service mistral start
service mistral-api startTODO
- Implement migration logic in
st2mistralrole - Verify if service
start/stopis a required step
Reactions are currently unavailable