Skip to content

Upgrading Old Versions

mike w edited this page Jun 4, 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.

How to fix

Resolve the issue by first downgrading your kegbot-server install, upgrade, update kegbot-server, and run again:

(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
Clone this wiki locally