On Tue, Sep 9, 2008 at 8:45 AM, Rainer Sokoll <[EMAIL PROTECTED]> wrote: > I need to copy tickets from one trac to another. I do not want to copy > the comlete environment - just the tickets. So trac-admin hotcopy is not > the solution, I think. > How would you do that? >
Dump the ticket, ticket_change, and ticket_custom tables from your Trac environment's database. Load them in the other environment. The specifics depend on which database backend you're using. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
