Dan Crosta wrote:
Is it generally possible or easy to migrate the database behind a trac environment from SQLite to Postgres? Or possible to export the information in the current environment, create a new environment (ie using Postgres) and then import the data? It doesn't sound like that's what "trac-admin hotcopy" does...
You should be able to dump the SQLite db and then import it into Postgres. -John _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
