-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 27.06.2013 13:47, northof40 wrote: > I need to get access to a TRAC repository/database which I have a data > backup of but not the actual environment it ran within. > > My primary problem is that I don't know what version of TRAC was being > used to write to the repository/database which I have a backup of. > > We believe the version of TRAC in use was 0.10.x but it's possible it > was upgraded and that that it's 1.x.x ? > > I've read this document : http://trac.edgewall.org/browser/trunk/UPGRADE > but some of the special cases towards the bottom of the page require > that you know the version number you're starting from (not unreasonably !). > > Is there any way I could look into the backups and determine which > version of TRAC wrote them ?
Assuming you're talking about a Trac database copy you'll find the Trac version in 'system' db table. But if you don't inherited the environment for this database, you'll get into trouble with attachments. The files are not stored in the database but in a directory within the Trac environment folder. Other default content could be regenerated from source, even a lot of trac.ini content could be guessed from database content, if you know where to look at. Steffen Hoffmann -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAlHMXXYACgkQ31DJeiZFuHdqRQCfVDkkSd4EAe1yIx97fBWngkdg /m0An3XqM99bj/qbkjR1blaLLumYdgG+ =tarr -----END PGP SIGNATURE----- -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/groups/opt_out.
