
Hello, I have a question about how to corectly upgrade MySQL database shema from 2.2.5 version to current. I have tried this upgrade procedure: 1. cat scripts/DBUpdate-to-2.4.mysql.sql | mysql -p -f -u root otrs 2. scripts/DBUpdate-to-2.4.pl 3. cat scripts/DBUpdate-to-2.4-post.mysql.sql | mysql -p -f -u root otrs Everything went smooth without any error or warning. But Finally I cannot login, because table Users is missing ( was not created in the old database shema after upgrade procedure ), maybe other things is missing too. Please advice. Thank you. Best regards, Skirmantas Juraška

* Skirmantas Juraška
Hello,
I have a question about how to corectly upgrade MySQL database shema from 2.2.5 version to current.
Upgrade from 2.2.x -> 2.3.x Upgrade from 2.3.x -> 2.4.x two steps. -- Ralf Hildebrandt Geschäftsbereich IT | Abteilung Netzwerk Charité - Universitätsmedizin Berlin Campus Benjamin Franklin Hindenburgdamm 30 | D-12203 Berlin Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962 ralf.hildebrandt@charite.de | http://www.charite.de
participants (2)
-
Ralf Hildebrandt
-
Skirmantas Juraška