Upgrade 3.6.1 to 3.6.3

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

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                                                          
         <j0ey@j0ey.de>                                                
         Sent by:                                                   To 
         rt-users-bounces@         RT-Users@lists.bestpractical.com    
         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: sales@bestpractical.com

Discover RT’s hidden secrets with RT Essentials from O’Reilly Media.
Buy a copy at http://rtbook.bestpractical.com

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?

jmoseley@pgtv.com wrote:

You need to make a list of the files you have changed so that you can
update those files with your changes in any new installation.

James Moseley

         joey                                                          
         <j0ey@j0ey.de>                                                
                                                                    To 
         01/19/2007 03:48          jmoseley@pgtv.com                   
         AM                                                         cc 
                                   RT-Users@lists.bestpractical.com    
                                                               Subject 
                                   Re: [rt-users] upgrade 3.6.1 to     
                                   3.6.3                               

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?

jmoseley@pgtv.com 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
         <j0ey@j0ey.de>
         Sent by:

To

         rt-users-bounces@         RT-Users@lists.bestpractical.com
         lists.bestpractic

cc

         al.com

Subject

See: Request Tracker Wiki

bobg