How to Upgrade Supervisord

In Ubuntu (I don’t know how in other distros) there is very old version of supervisord in repo. This version has few very annoying bugs, and I can’t live with them ;) So, below is easy path to upgrade supervisord from system one to newest version in few simple steps: Stop service: service supervisor stop Backup current configuration: mkdir ~/supervisor cp -r /etc/supervisor ~/etc-supervisor cp /etc/default/supervisor ~/supervisor/etc-default-supervisor cp /etc/init.d/supervisor ~/supervisor/etc-init.d-supervisor Remove current installation: ...

2015-04-01 15:24:30 · 1 min · Marcin Sztolcman