> I found from documentation that I wrote up on the process of migrating stuff
> that this is what I did, is this correct, or is there more that needs to be
> done?
> 
> for x in /etc/request-tracker3.8/upgrade/*; do \
>      for y in schema acl insert; do \
>         /usr/sbin/rt-setup-database-3.8 --action $y --datadir $x \
>           --dba rt_user --dba-password [password]; \
>      done;\
>   done;

More.  In particular, steps 4, 5 and 6 in UPGRADING.mysql.

-- 
-- ============================
   Tom Lahti
   BIT Statement LLC

   (425)251-0833 x 117
   http://www.bitstatement.net/
-- ============================
_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: sa...@bestpractical.com


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com

Reply via email to