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 <[EMAIL PROTECTED]>
                   Postmaster / USENET / DNS
                Northwest Nexus Inc. / NetOS Inc.
_______________________________________________
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