Dear Zbigniew, Il Thursday 25 September 2008 19:09:21 Zbigniew Leonowicz ha scritto: > After many difficulties with reloading of the database and changing to utf8 > I encountered a problem I cannot solve: > > probably the make update-v0.92.1-tables > > does not work well and the next steps with the upgrade mostly fail with > such result: > > File "build/bdist.linux-i686/egg/MySQLdb/connections.py", line 35, in > defaulte > rrorhandler > _mysql_exceptions.OperationalError: (1054, "Unknown column 'priority' in > 'field > list'") > > > Or maybe there is another way to upgrade without the need of manual reload > of all data ?
you're just missing a table update instruction. Since you are migrating from 0.92.1 to 0.99.1 you have to run all the intermediate make update steps: $> make update-v0.92.1-tables $> make update-v0.99.0-tables You can also take a look to the Invenio wiki: <https://twiki.cern.ch/twiki/bin/view/CDS/InvenioUpgrade> Best regards, Samuele -- .O. ..O OOO
