[rt-users] Moving rt to another machine

Jesse jesse at fsck.com
Wed Feb 7 15:09:05 EST 2001


This is a quick and dirty list of 
the things that need to be done to move an RT1 instance from one host
to another are as follows:
        Install RT on the new host.
        On the old host: 
         mysqldump rt  > rtdb
         tar cvf transactions.tar rt/transactions

        copy those files to the new host.

        On the new host
          mysqladmin drop rt
          mysqladmin create rt
          mysql rt <rtdb
          cd /opt/rt; tar xvf transactions.tar

         on your rt install dir on the new host:
          make fixperms
        
On Tue, Feb 06, 2001 at 08:28:35PM -0600, Todd Jagger wrote:
> Hi,
> 
> I'd like to move our rt to another machine.  I have rt all set up on 
> the new machine and was wondering if I can just tar up certain 
> directories on the old machine, then untar them in the proper place on 
> the new machines, and have everything like it was, with all the tickets 
> in tact and such.  If so, what directories would I want to 
> migrate?  What might break when I do this?  I know to add the aliases 
> and such but am not sure where rt has put stuff for mysql.
> 
> Thanks in advance,
> Todd 
> 
> 
> _______________________________________________
> rt-users mailing list
> rt-users at lists.fsck.com
> http://lists.fsck.com/mailman/listinfo/rt-users
> 

-- 
jesse reed vincent -- root at eruditorum.org -- jesse at fsck.com 
70EBAC90: 2A07 FC22 7DB4 42C1 9D71 0108 41A3 3FB3 70EB AC90

There are no supercomputer applications that are solvable that cannot be solved
in finite time using a fucking TRS-80 with approprite disk/tape drives.  Zero.
									-Tanj




More information about the rt-users mailing list