
Rob Cas schrieb am 09.08.2007 2:41 Uhr:
Hi,
Could somebody recommend the best manual/source upgrade path from a 2.0.4 installation to 2.2.2?
It looks like I may need to do: 2.0.4 to 2.1.1 (to get database schema changes) then 2.1.1 to 2.2.2
Are there any other intermediate releases that would be important to touch on?
Thanks in advance, Rob.
--
Hi Rob,
updated from 2.0.4 to 2.2.1 recently - you can step over Version 2.1.1
safely. The only thing you have to asure is to execute EVERY DB Upgrade
Skript since 2.0.4:
.) backup everything eg.:
cp -r /opt/otrs/Kernel/ <destination>
/usr/bin/mysqldump -A -u otrs -p <destination>/backup.sql
cat crontab -u otrs -e > <destination>
.) make sure you backuped everything
.) update source to 2.2.x
.) execute upgrade skript