I tried after the above failures to export the DB and import it into another instance (clean install, new machine, RPM's). I got good output from the upgrade on the original box
root@ubuntu:/etc/apache2/sites-enabled# rb-site upgrade --all-sites Rebuilding directory structure Updating database. This may take a while. The log output below, including warnings and errors, can be ignored unless upgrade fails. ------------------ <begin log output> ------------------ Creating tables ... There are unapplied evolutions for webapi. Installing custom SQL ... Installing indexes ... Installed 0 object(s) from 0 fixture(s) No evolution required. ------------------- <end log output> ------------------- Resetting in-database caches. Upgrade complete! But when I run rb-site manage /var/www/reviewboard dumpdb It eventually bombs out with django.db.utils.OperationalError: (1054, "Unknown column 'reviews_group.email_list_only' in 'field list'") -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out RBCommons: https://rbcommons.com/ Happy user? Let us know! https://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "reviewboard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
