Well, this will "overwrite" all my custom changes made to RT (not those made in the database, i know - but all *.pm for ex.). So what files does the "make upgrade" modify/replace?
[EMAIL PROTECTED] wrote: > Yep, it's that easy. However, I like to keep previous installations intact > in case any problems come up. So, for example: > > ./configure --prefix=/usr/local/rt3.6.3 > make testdeps > make install > > Copy over the old Site config from /rt3 (or update the new one in > /usr/local/rt3.6.3) > > Then make a symlink: > > ln -s /usr/local/rt3.6.3 /usr/local/rt3 > > Of course, if your current installation is /rt3, you'd want to tar that > directory up and then remove the /rt3 directory before creating the sym > link. > > Doing it this way, you don't have to clear out the mason cache from the > current installation. > > > James Moseley > > > > > > joey > <[EMAIL PROTECTED]> > > Sent by: To > rt-users-bounces@ [email protected] > lists.bestpractic cc > al.com > Subject > [rt-users] upgrade 3.6.1 to 3.6.3 > 01/12/2007 11:51 > AM > > > > > > > > > Hey there, > > is it that easy? > > 1. ./configure --prefix=/usr/local/rt3/ <- found that in the old > config.log of rt-3.6.1 source as "Invocation command line was" > > 2. make testdeps > 3. make upgrade > 4. Update etc/RT_SiteConfig.pm > > ? > > Greetings, > Joey > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > Community help: http://wiki.bestpractical.com > Commercial support: [EMAIL PROTECTED] > > > Discover RT's hidden secrets with RT Essentials from O'Reilly Media. > Buy a copy at http://rtbook.bestpractical.com > > _______________________________________________ http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users Community help: http://wiki.bestpractical.com Commercial support: [EMAIL PROTECTED] Discover RT's hidden secrets with RT Essentials from O'Reilly Media. Buy a copy at http://rtbook.bestpractical.com
