On Saturday, November 23, 2013 3:14:37 PM UTC-8, Gabriel wrote: > > Hi all, > > I am trying to move my current Trac env. which is on 0.11 to a new machine > with 1.0. I have found the following that could be useful: > > - > > https://groups.google.com/forum/#!searchin/trac-users/transfer/trac-users/bl_pLags9aI/Ir9MWRz935gJ > - > > https://groups.google.com/forum/#!searchin/trac-users/transfer/trac-users/MektJ2GTJBE/ZWA088GQ8RkJ > > I wanted to know if those methods would work in my case? Both machines run > linux, I want to transfer all tickets, the wiki, the blog, etc. > > The second link mentions using " trac-admin hotcopy", this sound clean, > but I am not sure it would work since I have different versions. >
Hot copy should do the trick for you if you are running SQLite as a database. Support for PostgreSQL and MySQL were not added until 1.0, so you'll have to handle the database backup yourself if running one of the databases: http://trac.edgewall.org/ticket/8954 You'll also need to move your web server configuration files. -- 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.
