I'm having to migrate a trac installation from 0.11.7 to another host who only provides 0.11.6. I am not able to update the older installation.

My question is, Is it possible to migrate? What will I lose (if anything), and What problems will I face?

I created my trac backup by following the official instructions

$ trac-admin /path/to/projenv hotcopy /path/to/backupdir

thanks in advance.

link|improve this question
feedback

2 Answers

up vote 1 down vote accepted

I don't recall anything in the 0.11.6 -> 0.11.7 changes that would cause you problems. To double-check, create a test Trac environment in 0.11.6, then upgrade to 0.11.7 and see if you have to run a trac <env> upgrade to get it working. If you don't, I would not expect you to have any issues with the core Trac resulting from restoring a 0.11.7 environment on a 0.11.6 setup. There might be issues with plugins, depending on what you may be using.

Disclosure: I'm one of the Trac devs

link|improve this answer
thanks, the downgrade went without a problem. – bramp Sep 7 '10 at 10:48
feedback

That would require intimate knowledge of trac. Or you could read the changelog.

However, I think the trac devs would be able to answer your question best: http://trac.edgewall.org/wiki/MailingList

Post something to the user list.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.