You're probably running different versions of SQLite on the two servers. If that's the case, you'll need to manually dump the database on the source server:

$ sqlite project_root/db/trac.db .dump > db.sql

and restore it on the target:

$ sqlite project_root/db/trac.db < db.sql


On Feb 3, 2006, at 4:28 PM, Maciej Zięba wrote:

Hi :)

Is there some guide on moving (migrating) Trac project from one server to another? Is there anything I should know about when trying to do it?

I've tried simply coping the project (it's authenticated with user and password) and editing configuration accordingly, but I get some error about database being corrupted or encrypted. Unfortunatelly I can't give you the exact error at the moment...

I would be very grateful for any pointers...

Best regards,
Maciej Zieba
_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac

_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac

Reply via email to