On Tue, May 20, 2008 at 12:33:20AM -0400, Dan Magnuszewski wrote:
> All,
> 
> I'm looking to upgrade from RT version 3.4.0 (RH 7.2/MySQL 4.0.20/Apache
> 1.3.33) to 3.6.6 (CentOS 4.6/MySQL 5.0.22/Apache 2.x). I checked out a
> guide on the wiki
> (http://wiki.bestpractical.com/view/MigrateToNewServer) but I would like
> to know if there are any DB schema changes that would prevent me from
> just installing 3.6.6 on another server, then simply doing a mysqldump
> and migrating the database schema from the old 3.4.0 server.
> 

Just follow the procedure in the README file, here is a part of the
Upgrading procedure in this file which will help you answer your
question ;)

[...]
     You may also need to update RT's database.  To find out, type:

       ls etc/upgrade

     For each item in that directory whose name is greater than
     your previously installed RT version, run:

       /opt/rt3/sbin/rt-setup-database --action schema \
           --datadir etc/upgrade/<version>
       /opt/rt3/sbin/rt-setup-database --action acl \
           --datadir etc/upgrade/<version>
       /opt/rt3/sbin/rt-setup-database --action insert \
            --datadir etc/upgrade/<version>
[...]

_______________________________________________
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

Reply via email to