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?  <br><br><pre class="code-java"><span class="code-keyword">for</span> x in /etc/request-tracker3.8/upgrade/*; <span class="code-keyword">do</span> \<br>
     <span class="code-keyword">for</span> y in schema acl insert; <span class="code-keyword">do</span> \<br>        /usr/sbin/rt-setup-database-3.8 --action $y --datadir $x \<br>          --dba rt_user --dba-password [password]; \<br>
     done;\<br>  done;<br><br><br></pre><br>