[rt-users] upgrading from request-tracker-3.0.10 to 3.2.2
Bruce Segal
bsegal at DECARIE.COM
Tue Nov 23 12:09:37 EST 2004
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>
>
More information about the rt-users
mailing list