On Mon, Jul 09, 2007 at 02:50:01PM -0700, cobwebsmasher wrote: > What is the best way to upgrade an environment safely from 0.10.4 to > 0.11? And is that even advisable given how close the 0.11 milestone > is to completion? (as opposed to waiting for the official release > package --- or will setuptools work on the existing code base and make > it trivial even when code changes occur?)
At last weekend, I ugraded from 0.10.3 to latest from trunk (0.11dev-r5805). Genshi installation was trivial, all I had to do afterwards were "trac-admin upgrade" and "trac-admin wiki upgrade". One minor problem was with a missing row in the sqlite database - I do not remeber exactly, but I was able to fix it after a little googling. In any case, before upgrading, you should check if your installed plugins, macros etc. are compatible with 0.11. Rainer --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
