[rt-users] Upgrade from RT 4.0.9 to 4.0.11

2013-04-29 Thread Carlos Santos
I have been running RT 4.0.9 without issue on CentOS 6.4 for a few months. I went through the upgrade and after completed the login screen still have 4.0.9. I then did a fresh install on a VM and the login screen properly shows 4.0.11. Steps: unpacked 4.0.11 then ran ./configure, ran make testdep

Re: [rt-users] Upgrade from RT 4.0.9 to 4.0.11

2013-04-29 Thread Carlos Santos
I figured it out. No need to reply. -- View this message in context: http://requesttracker.8502.n7.nabble.com/Upgrade-from-RT-4-0-9-to-4-0-11-tp53677p53682.html Sent from the Request Tracker - User mailing list archive at Nabble.com.

Re: [rt-users] Upgrade from RT 4.0.9 to 4.0.11

2013-04-29 Thread Tim Wiley
On 04/29/2013 02:28 PM, Carlos Santos wrote: I figured it out. No need to reply. Would you mind including your solution in case someone having the same issue is searching the archives?

Re: [rt-users] Upgrade from RT 4.0.9 to 4.0.11

2013-04-30 Thread Carlos Santos
With 4.0.9 install I went with /usr/local/rt which ended up being my problem. • ./configure --prefix=/usr/local/rt • make testdeps • make upgrade • make upgrade-database And all works fine. -- View this message in context: http://requesttracker.8502.n7.nabble.com/Upgrade-from-RT-4-0-9-to-4