Hi Tom, On Mon, Jun 24, 2002 at 02:38:50PM +0200, Tom Schr�der wrote: > > Ok. That's a bug in 0.5 Beta5 (http://bugs.otrs.org/show_bug.cgi?id=10). > > Hmm... I should switch to BETA 6 but I don't know exactly a good way to > upgrade my current installation. I can copy all the files in the > directory and then upgrade the database and the Config. > > Or is there another way to do a upgrade?! > > I could also checkout from cvs... maybe this would be a better way to > handle changes. > > Any hints?
CVS is nice, but not always working. I think the easiest way is: - Rename (backup) the current installation (e. g. mv /opt/OpenTRS/ to /opt/OpenTRS-$DATE/) - Install the new release (e. g. into /opt/OpenTRS/) - Do database upgrade (e. g. cat /opt/OpenTRS/scripts/DBUpdate.mysql.sql | mysql -f -u root -p otrs) - Update the /opt/OpenTRS/Kernel/Config.pm (db settings, ...) If you run in trouble with the new release, you can switch back to the old installation. > bye!tom Have a lot of fun. Martin -- Martin Edenhofer - <martin at edenhofer.de> - http://martin.edenhofer.de/ -- Old programmers never die. They just branch to a new address. _______________________________________________ OpenTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
