Problem encountered during site upgrade from 1.5 to 1.5.5

2011-07-08 Thread Dan Brook
The problem at hand is this error when upgrading a site: $ sudo rb-site upgrade /path/to/site Rebuilding directory structure Updating database. This may take a while. There are unapplied evolutions for diffviewer. There are unapplied evolutions for reviews. There are unapplied evolutions for

Re: Problem encountered during site upgrade from 1.5 to 1.5.5

2011-07-08 Thread Christian Hammond
Did you back up before dropping the table? If you dropped the table, with no backup, you're basically screwed. That table represents the diffs. If you have a backup to come back to, then one thing to try first is to upgrade django_evolution using easy_install -U. Then try the upgrade again.

Re: Problem encountered during site upgrade from 1.5 to 1.5.5

2011-07-08 Thread Dan Brook
On Fri, Jul 8, 2011 at 8:03 PM, Christian Hammond chip...@chipx86.com wrote: Did you back up before dropping the table? Indeed, that was the first thing I did before touching the DB. If you have a backup to come back to, then one thing to try first is to upgrade django_evolution using