> From: [email protected] On Behalf Of JackOfAll > Sent: 20 September 2012 18:07 > To: [email protected] > Subject: [Trac] Migrating from 0.10 to 1.0 Trac, database > schema changes > > In 1.0, there is support for multiple repositories, meaning > an added column for the repository ID in the revision table. > I'm migrating from 0.10, where there was only support for one > repository. I'm migrating to 1.0 and don't have a column in > the 0.10 database for repo ID. What should I set the repo ID > column for the migration?
Short answer: don't (you shouldn't ever need to fiddle the dB yourself) Long answer: trac will take care of this for you when you run the upgrade process (follow the instructions on the upgrade pages at t.e.o [1], especially the version-specific notes [2]). Once you have done your upgrade you will probably want to check out the new repo configuration options [3], especially the more efficient hook-script based synchronisation [4]. ~ mark c [1] http://trac.edgewall.org/wiki/TracUpgrade [2] http://trac.edgewall.org/wiki/TracUpgrade#UpgradingfromTrac0.10toTrac0.11 etc [3] http://trac.edgewall.org/wiki/TracRepositoryAdmin [4] http://trac.edgewall.org/wiki/TracRepositoryAdmin#Synchronization -- 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.
