Can't you just install the latest and upgrade your environment? Sent wirelessly via BlackBerry from T-Mobile.
-----Original Message----- From: "Emmanuel Blot" <[EMAIL PROTECTED]> Date: Sat, 30 Sep 2006 01:06:07 To:[email protected] Subject: [Trac] Re: Help! Need to determine trac database version Use the sqlite3 command line tool to open your trac.db file (located in <project>/db), and type: select * from system; You should get a line such as: database_version|19 where the number is the database version. On 9/30/06, Matthew Gibbons <[EMAIL PROTECTED]> wrote: > > Help! > > I have restored a trac environment from backup, but I don't know what > version the trac.db database is. I don't have a record of the trac > version that was being used on the server before it died, but I have > 0.9.3 installed at the moment. > > Regards, > Matthew > > > > -- Manu --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
