Skip to content

Instantly share code, notes, and snippets.

@tonybaloney
Created September 1, 2016 00:17
Show Gist options
  • Save tonybaloney/ea4c392c7e34f5f207903b3819e1582c to your computer and use it in GitHub Desktop.
Save tonybaloney/ea4c392c7e34f5f207903b3819e1582c to your computer and use it in GitHub Desktop.
Upgrading StackStorm on Ubuntu 14
st2ctl stop
apt-get install --only-upgrade st2 st2chatops st2mistral st2web
/etc/init.d/mistral stop
/etc/init.d/mistral-api stop
/opt/stackstorm/mistral/bin/mistral-db-manage --config-file /etc/mistral/mistral.conf upgrade head
/etc/init.d/mistral start
/etc/init.d/mistral-api start
st2ctl start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment