[EMAIL PROTECTED] wrote:
> Any idea of how to convert a sqlite 2 database to work with sqlite3?
>
In short:

 $ mv trac.db trac2.db
 $ sqlite trac2.db .dump | sqlite3 trac.db

See http://trac.edgewall.org/wiki/TracUpgrade for specific
instructions. The database migration appears under the "from 0.8.x to
0.9" heading. Note also, you must have both SQLite 2 and SQLite 3
installed.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/trac-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to