Dump Trac DB on Windows/XAMPP
- by Whiteknight
I have a Trac instance running on a WindowsXP machine with XAMPP. I am trying to migrate the trac instance to a newer Linux-based machine. However, I'm having a hard time getting the database to cooperate.
I try to dump the db with this command:
sqlite3 C:\tracroot\db\trac.db ".dump" >> mysqldump.sql
But the generated file is mostly…