Skip to content

Upgrade from packages

Httqm edited this page Nov 6, 2013 · 10 revisions

Introduction

Before upgrade, it's recommended to make a snapshot or backup your Canopsis with this: Howto Backup

Upgrade Ubik

As root:

pip install --upgrade git+https://github.com/socketubs/ubik.git@0.1

rm /opt/canopsis/bin/ubik
ln -s $(which ubik) /opt/canopsis/bin/ubik

Upgrade Canopsis

Log in as Canopsis: su - canopsis

Stop Canopsis

hypcontrol stop

Upgrade Python and Python-libs

ubik update
ubik upgrade python python-libs

Upgrade Canopsis

ubik update
ubik upgrade

Start Canopsis

hypcontrol start