On Wednesday, March 19, 2014 4:20:09 PM UTC-7, Robert Walker wrote: > > Does this bring across wiki history as well?
The wiki history is stored in the database, and hotcopy will make a backup of a PostgreSQL database since 1.0. So if you are running Trac 0.12.x, I guess you will need to export the database using a PostgreqSQL tool. http://trac.edgewall.org/ticket/8954 $ trac-admin tracdev help hotcopy hotcopy <backupdir> [--no-database] Make a hot backup copy of an environment The database is backed up to the 'db' directory of the destination, unless the --no-database option is specified. -- 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/d/optout.
