[rt-users] migrating from Windows (3.0.12) to Linux (3.4.2) a nd having issue s with Links/References in tickets

Paul Crossman Paul.Crossman at tvguide.com
Wed Nov 16 18:58:24 EST 2005


Ok, after some serious digging into the database itself, I've come up with
two lines of SQL that need to be run if you should change your $rtname and
$Organization variables.  Not sure it this is perfect but it fixed my
problem at least.

update Links 
set Base = replace(Base, 'Old text', 'newdomain.com') 
where Base like '%Old text%' ;

update Links
set Target = replace(Target, 'Old text', 'newdomain.com') where Target like
'%Old text%' ;

Paul C.


> -----Original Message-----
> From: rt-users-bounces at lists.bestpractical.com [mailto:rt-users-
> bounces at lists.bestpractical.com] On Behalf Of Paul Crossman
> Sent: Wednesday, November 16, 2005 1:46 PM
> To: rt-users at lists.bestpractical.com
> Subject: [rt-users] migrating from Windows (3.0.12) to Linux (3.4.2) and
> having issue s with Links/References in tickets
> 
> I'm in the process of migrating from a windows 3.0.12 RT install to a
> Linux
> (3.4.2) install and I've come up against something that might be a show
> stopper.
> 
> The folks that are testing have noticed that there are no ticket links in
> the "Links"/"References" section of a ticket after a migration to the
> Linux
> 3.4.2 server.  After going through the list archives, I found a thread
> that
> it could relate to the $Organization variable changing in
> RT_SiteConfig.pm.
> 
> This is the case with the process I'm currently going through.  I am going
> to have to change $Organization and $rtname so that once on the Linux
> server, we will be able to enable the email features of RT.
> 
> Is there a document somewhere that outlines the whats and wheres in the
> database I need to change?  I've searched the list archives and Wiki, and
> have come back without a lead.
> 
> My 60,000 foot upgrade process for reference:
> - Backup DB on Windows PC.
> - Import DB onto Linux server running 3.0.12
> - Upgrade RT from 3.0.12 to 3.4.2
> _______________________________________________
> http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users
> 
> Be sure to check out the RT Wiki at http://wiki.bestpractical.com
> 
> Download a free sample chapter of RT Essentials from O'Reilly Media at
> http://rtbook.bestpractical.com
> 
> WE'RE COMING TO YOUR TOWN SOON - RT Training in Amsterdam, Boston and
> San Francisco - Find out more at
> http://bestpractical.com/services/training.html



More information about the rt-users mailing list