HOWTO? Upgrading among OTRS 2.* versions

Sorry list,
I've read through hundreds of messages but I've got to ask... again
since the question has been asked in a couple of different forms.
Thanks go out in advance to Ken Kilgore and Bryan Fullerton for sharing
their methods.
THE QUESTION:
Are there any formal instructions on upgrading OTRS 2.* versions? I
just started a month ago with the 2.02 system on a Debian 3.1 machine
and it took me a bit of time to get it right... so I'm not eager to
touch the database or fool with permissions again. But the 2.03 bug
updates sound like they're worth getting and if we're really going to
use this system, then I'll have to tackle this question at some point.
I sincerely appreciate any suggestions and I will be sure to publish
back to the list any solution other than those put forward by the
aforementioned contributors. FYI, their suggestions follow at the end
of the mail.
Sincere thanks.
--
jt
Message: 2
Date: Fri, 05 Aug 2005 07:23:59 -0500
From: Ken Kilgore
I'm running a CVS installation from July 15th. I think it's around the time of 2.0.0 beta5. I'd like to upgrade to the current release (2.0.2 source) but I'm not sure what the best practice is for doing so.
A bit late, but a reply. :) When I upgrade I do the following: - read the release notes (<ahem>) - move the old ./otrs directory to ./otrs.old - extract the new tarball to ./otrs - cd otrs.old; tar cf - var | (cd ../otrs; tar xpf -) - copy otrs.old/Kernel/Config.pm to otrs/Kernel - copy otrs.old/Kernel/Config/GenericAgent.pm to otrs/Kernel/Config - ditto for any other changed config files (I only have those two) - apply any db updates that are needed - report any bugs ;) That's been my working method for upgrading since v0.5. You especially need to copy the entire var directory if you're using *or have at any time used* ArticleStorageFS, because that's where the articles live by default. If you've only ever used ArticleStorageDB, which is the default now, then they'll be in your DB and you don't have to worry about moving them. Bryan
participants (1)
-
Jason Turner