You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mike w edited this page Jun 24, 2014
·
5 revisions
What
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
What it means
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.
(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