[rt-users] Missing 3.5.1 upgrade files

Tim Rosmus trosmus at nwnexus.net
Tue Apr 10 14:49:30 EDT 2007


On Tue, 10 Apr 2007, Mike Friedman wrote:

|# If there is a 'content' file, doesn't this mean that there is an upgrade to
|# be run?  Yet, this can't be done without at least a 'schema.mysql' file.
|# 
|# What should I do now?
|# 

You have three possibilities for each upgrade section, schema update,
and/or acl update, and/or content (insert) update...

# make upgrade-instruct
Congratulations. RT has been upgraded. You should now check-over
/usr/local/rt/etc/RT_Config.pm for any necessary site customization. Additionally,
you should update RT's system database objects by running 
   ls etc/upgrade

For each item in that directory whose name is greater than
your previously installed RT version, run:
           /usr/local/rt/sbin/rt-setup-database --dba root --prompt-for-dba-password --action schema --datadir etc/upgrade/<version>
           /usr/local/rt/sbin/rt-setup-database --dba root --prompt-for-dba-password --action acl --datadir etc/upgrade/<version>
           /usr/local/rt/sbin/rt-setup-database --dba root --prompt-for-dba-password --action insert --datadir etc/upgrade/<version>

-- 
                Tim Rosmus <trosmus at nwnexus.net>
                   Postmaster / USENET / DNS
                Northwest Nexus Inc. / NetOS Inc.



More information about the rt-users mailing list