Thales Paiva kirjoitti: > > Hi, > > I have the trac version 0.9.3 installed in a server1 (slackware linux) > and a lot of projects under it. Now i installed the 0.10.3.1 > <http://0.10.3.1> version em another server2 (gentoo linux) and i'd like > to move all the projects from server1 to server2. I'm using postgres > database and i figured out that this new version have more tables (in > DB) than the old one. Someone can give me some tips to solve it?
Move DB's as they are to new server and run: "trac-admin /path/to/env upgrade". It will automatically do upgrade path from old version to new version without any extra hassle. -- 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 -~----------~----~----~----~------~----~------~--~---
