Migration OTRS-0.5Beta8 to otrs-1.2.3

Hi , I need to migrate from OTRS 0.5 Beta8 (in Linux Red Hat 7.3) to otrs-1.2.3 (in linux SuSE 9.0) I will install the SuSE 9.0 in a server and will install the RPM otrs 1.2.3 for SuSE 9.0. The Question: My database is a MySQL database. I know I need to migrate its structure from version otrs0.5Beta8 to version otrs1.2.3. But I don't know well how... Do you have a script to do it? Thank you Diego Fernández Servicios Profesionales http://openware.biz eMail: dfernandez@openware.biz

Hi Diego, On Tue, Jun 15, 2004 at 02:00:19PM -0300, Diego Fernandez wrote:
I need to migrate from OTRS 0.5 Beta8 (in Linux Red Hat 7.3) to otrs-1.2.3 (in linux SuSE 9.0)
I will install the SuSE 9.0 in a server and will install the RPM otrs 1.2.3 for SuSE 9.0.
The Question: My database is a MySQL database. I know I need to migrate its structure from version otrs0.5Beta8 to version otrs1.2.3. But I don't know well how... Do you have a script to do it?
Exactly. :) Use * cat $OTRS_HOME/scripts/DBUpdate-to-1.0.mysql.sql | mysql -p -f -u root otrs * cat $OTRS_HOME/scripts/DBUpdate-to-1.1.mysql.sql | mysql -p -f -u root otrs * cat $OTRS_HOME/scripts/DBUpdate-to-1.2.mysql.sql | mysql -p -f -u root otrs Have a lot of fun! ,-)
Diego Fernández Servicios Profesionales http://openware.biz
Martin Edenhofer -- ((otrs.de)) :: OTRS GmbH :: Norsk-Data-Str. 1 :: 61352 Bad Homburg http://www.otrs.de/ :: Manage your communication!
participants (2)
-
Diego Fernandez
-
Martin Edenhofer