If you are using the version of Trac in Fink, be forewarned that for
0.10.4, we will be upgrading the pysqlite dependency to only use
pysqlite2, not whichever version happens to be installed. (Yes, I
realize 0.10.4 has been out for a while.)

In practical terms, this means that if you did not have pysqlite2
installed when you installed trac-py23 or trac-py24, your trac.db
would most likely be in sqlite2 format. After upgrading the trac
package, you can upgrade the database to sqlite3 (as used by
pysqlite2) as follows:

   fink install sqlite sqlite3
   mv trac.db trac.db.bak
   sqlite trac.db.bak .dump | sqlite3 trac.db
   (restart trac)

Since the Fink package does not place restrictions on where your Trac
environments are stored, we won't be able to easily automate this
upgrade procedure.

Please direct your questions to [EMAIL PROTECTED]


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

Reply via email to