I'm planning to migrate request tracket 3.6 from present server. The rt is running on sqlite and the new one will be mysql. Is there any way to migrate sqlitedb to mysql server.

Thanks in Advance.

link|improve this question

50% accept rate
feedback

1 Answer

I have no experience with request tracker.

In debian there's the package sqlite3-doc. In the file /usr/share/doc/sqlite3-doc/sqlite.html look at the commands .dump and .schema to export the sqlite database tables.

In mysql you can import these SQL files similarly.

If request tracker already created the database and tables, you need not to export the schema.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.