Created attachment 599578 [details] 3.0 database file to restore from Description of problem: Restore a 3.0 database and runnig the 3.1 upgrade scripts on it is not working. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1.dropdb -U postgres engine 2.createdb -U postgres engine 3.psql -U postgres -d engine -w < engine.sql 4.upgrade.sh -u postgres -d engine Actual results: psql:/tmp/tmp.mXz8U4xpWr:3: ERROR: column "comment" of relation "schema_version" does not exist LINE 1: ...ksum,installed_by,started_at,ended_at,state,current,comment) Expected results: Upgrade should complete successfully Additional info: engine.sql (attached)
http://gerrit.ovirt.org/#/c/6504/
fixed in commit : 5845c73
Should be cherry-picked into engine_3.1 Eli- can you do that pleasE?
(In reply to comment #3) > Should be cherry-picked into engine_3.1 > > Eli- can you do that pleasE? sure, will let you know when done
3.2 beta built, moving to ON_QA status to allow testing