-
Notifications
You must be signed in to change notification settings - Fork 103
Upgrading Old Versions
mike w edited this page Jun 24, 2014
·
5 revisions
Did you get sent here by the following command?
$ kegbot upgrade
ERROR: This version of Kegbot can only upgrade systems running on version
v0.9.35 or newer. Please install Kegbot v0.9.35 and run `kegbot upgrade` again.
More help: https://github.com/Kegbot/kegbot-server/wiki/Upgrading-Old-Versions
kegbot upgrade
can deal with many old installs, but some versions are too old for it to understand. Your existing installation is one of these.
If your current version is v0.9.32 or older:
(kb) $ pip install kegbot==0.9.33
(kb) $ kegbot upgrade # upgrade 1 of 3
(kb) $ pip install kegbot==0.9.35
(kb) $ kegbot upgrade # upgrade 2 of 3
(kb) $ pip install -U kegbot
(kb) $ kegbot upgrade # upgrade 3 of 3
All other version (v0.9.33 and newer):
(kb) $ pip install kegbot==0.9.35 # downgrade to the suggested version
(kb) $ kegbot upgrade # upgrade 1 of 2
(kb) $ pip install -U kegbot # update back to the newest version
(kb) $ kegbot upgrade # upgrade 2 of 2