OK I've figured it out. We had a DB issue in Essex to do with the projects table. I had to do a mysqldump and then reimport. This would've then had the DB at Essex but with character set for the database set to the default in mysql which is latin1. Thus missing the 077 migration which sets the database character set to utf-8.
I agree with Andrew on this one, setting it explicitly on DB creation should prevent something like this. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1062277 Title: 092_add_instance_system_metadata migration fails when upgrading To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1062277/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
