On Tue, Jan 16, 2018 at 2:06 PM, W. Martin Borgert <[email protected]> wrote:
> > * Wiki is simple if there are no page name collisions. You can just > > export/import using TracAdmin. However, you can also do this by dump/load > > of the wiki table, and since you have to handle a number of other tables, > > that is the way to go. > > Will export/import include history? If not, I'll go for dump/load. > I will check name collisions before and do renames if necessary. > That's a good point. The trac-admin export will not include history, so you probably want to use a database dump/load. You'll also need to move attachments, contained in the environment "files" directory. - Ryan -- 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 https://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
