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;
_______________________________________________
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