[EMAIL PROTECTED] wrote: > I have a Trac environment running an early 0.8.x version, what's the > best way to upgrade to 0.10 and move to a Postgres backend? > > The docs only cover moving from one major version to the next, and it > doesn't sound like the dump/restore feature will handle restoring to a > different SQL backend.
It's your lucky day. The easiest way is to upgrade the installation, run trac-admin /path/to/env upgrade to bring the database up to 0.10, create a postgresql database (or use and existing one, whatever) and check out http://trac-hacks.org/wiki/SqliteToPgScript to do the move between SQLite and PostgreSQL. -John --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
