Upgrading from request-tracker-3.0.10 to 3.2.2

Hey everyone,

We’re prepping to upgrade our debian installation of requestion
tracker from 3.0.10 to the lates 3.2.2. Does anybody know what (if
any) changes occured to the database schema and how to apply these
changes to an existing database? I can’t find much help with this in
the debian package or on the RT documentation. Thanks for the help.

Nate

It’s in the README (I’ve included the appropriate section here)

5b FOR UPGRADING: (Within the RT 3.x series)

    Read through the UPGRADING document included in this distribution.
    It may contain important instructions which will help you upgrade
    RT safely.

    As root, type: 
            make upgrade    

    This will build new binaries, config files and libraries without
    overwriting your RT database. 

    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>