I'm getting the below warning when I'm upgrading my RT 3.8.8 mySQL DB to RT 
4.0.5.

I checked the source DB I used
        mysql> SELECT * FROM `rt388`.`Tickets` where Type = 'approval';

and the upgraded DB using the below command
        mysql> SELECT * FROM `rt405`.`Tickets` where Type = 'approval';

and all looks the same. It appears that this is a benign Warning I just need to 
clarify because it will soon be the prod RT instance.

Other than this and the RTFM error (the upgrade script worked flawlessly) the 
rest of the DB upgrade went very well.

Thanks for all your help,
Scott

---


Enter RT version if you want to stop upgrade at some point,
  or leave it blank if you want apply above upgrades: 

IT'S VERY IMPORTANT TO BACK UP BEFORE THIS STEP

Proceed [y/N]:y
Processing 3.8.9
Now inserting data.
Processing 3.9.1
Now inserting data.
Processing 3.9.2
Now inserting data.
Processing 3.9.3
Now populating database schema.
Processing 3.9.5
Now populating database schema.
Processing 3.9.6
Now populating database schema.
Processing 3.9.7
Now populating database schema.
Now inserting data.
Processing 3.9.8
Now populating database schema.
Now inserting data.
[Tue Mar 20 19:40:37 2012] [error]: We found RTFM tables in your database.  
Checking for content. (./etc/upgrade/3.9.8/content:17)
[Tue Mar 20 19:40:37 2012] [error]: You appear to have RTFM Articles.  You can 
upgrade using the etc/upgrade/upgrade-articles script.  Read more about it in 
UPGRADING (./etc/upgrade/3.9.8/content:22)
Processing 4.0.0rc2
Now populating database schema.
Processing 4.0.0rc4
Now populating database schema.
Processing 4.0.0rc7
Now inserting data.
[Tue Mar 20 19:40:41 2012] [warning]: There is no ___Approvals queue in the DB 
(./etc/upgrade/4.0.0rc7/content:8)
Processing 4.0.1
Now inserting data.
Processing 4.0.3
Now inserting data.
Processing 4.0.4
Now inserting data.
Done.

Reply via email to