| 7 | | This script was written in self defense as the conversion process is particularly painful. The script will fix schema, and indexes to work correctly. It's fairly easy to run and works across multiple machines. |
| | 7 | This script was written in self defense as the conversion process is particularly painful. |
| | 8 | |
| | 9 | The script will fix schema, and indexes to work correctly. It's specifically designed for an instance of Trac that has been installed for a while (with lots of extra tables from plugins ) and convert things over. Using 'dump' doesnt' work in this case because of the mixture of quotes. It's fairly easy to run and works across multiple machines. |
| | 10 | |
| | 11 | === Requirements === |
| | 12 | - you will need to have installed the DBI, DBD::mysql and DBD::SQLite perl modules |
| | 13 | - you will need to have sqlite3 in your path. |
| | 14 | - you need to have full permissions on the target database server |