Hello, Warning: I am mostly a windoze user although I have setup and use Trac on an Ubuntu server at home...
> -----Original Message----- > From: [email protected] On Behalf Of Patty Cottrill > Sent: 13 September 2011 19:40 > To: [email protected] > Subject: [Trac] Help- Question on Trac upgrade > > Hi All, > > I'm a bit confused about the latest stable version of Trac. > According to the Trac website, the most recent & stable > version is 0.12.2, but the latest version available via > apt-get is 0.11.7. The version you get from apt-get is set by your distribution's package maintainers (and the limitations imposed by other dependencies) and therefore can often lag behind releases from the Trac site. > The upgrade instructions on Trac say to use easy_install to > upgrade, if that is how you installed Trac .11. > What if you didn't use easy_install? If you did not use easy_install, what did you do? If it was a manual install, then you know what you are doing and should go ahead with upgrading yourself. > I recently performed a system upgrade from Kubuntu 8.04 to > 9.10, then 10.04, which included a Trac upgrade from 0.11.4 > (Kubuntu 8.04) to 0.11.5(Kubunt 9.10) to 0.11.7(Kubuntu 10.04). > Should I stay with 11.7 until .12 is available via apt-get, > since I didn't use easy_install to arrive at this most > upgrade of 11.7? If you are happy doing so (I did not find it too difficult) I would recommend going the do-it-yourself root, probably after using apt-get to remove the current instances? > Also, do you guys recommend switching from mod_python to mod_wsgi? > If so, should I switch before going to 12 or after going to 12? > Please advise. Go for mod_wsgi (which is actively developed) rather than the currently (and probably permanently?) unmaintained mod_python. I would do this as you try to get 0.12 running. Others may be able to provide more/better help, but those are my thoughts. ~ mark c -- 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.
