jouell wrote:
> I am Migrating Trac to a new box (Linux to Linux). I no little about
> trac, really.
>
> Everything works well (I can login and browse source ) except when I
> copied /var/trac/<project> from the old srv to the new one (to "import"
> the existing settings and tickets, I get:
>
> Oops...
>
> Trac detected an internal error:
...snip...
> DatabaseError: file is encrypted or is not a database

You need to check the version of pysqlite installed on the new host.
Version 1.0 uses the SQLite2 database format while 1.1 and up use the
SQLite3 database format.  You'll need to either install the necessary
version of Pysqlite to support your Trac database, or convert your Trac
db to the format used by your pysqlite.

> What do I need to go to either get the new install up to 0.9?
> or convert the 0.9 db to 0.8? Other Thoughts?

See http://trac.edgewall.org/wiki/TracUpgrade

-- Matt Good


--~--~---------~--~----~------------~-------~--~----~
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