rohit bhute kirjoitti: > My earlier post didn't make it through. > > I 've read the following - <http://groups.google.com/ > group/trac-users/browse_thread/thread/e82ecca35136babd/> and <http:// > groups.google.com/group/trac-users/browse_thread/thread/ > e33621c933d91662/>. > > But, currently on windows, I'm running tracd. On Ubuntu, I plan to use > mod_python. Do any more changes apply? > > Regards. >
Well since I did this migration while ago (exception to that I was running Apache with Python in CGI mode) from W2k to Ubuntu I can tell my procedure: First I prepared dump(s) from SVN and pure COPY of Trac environments. I created new repositories and imported dumped data there. For Trac I only copied data, then I did one template that I used to replace my trac.ini settings to match Ubuntu directory structure. Also note Noah's comment about SQLite. I didn't change major version of SQLite so I didn't needed any data dumping for Trac database. It was pretty straightforward thing to do. Oh, and don't forget to run resync to repositories since if paths changes Trac needs resync... :) -- Jani Tiainen --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
