Actions
Patch #757
closedSupport database schema for Trac migration
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Importers
Target version:
-
Start date:
2008-03-01
Due date:
% Done:
100%
Estimated time:
Description
Support database schema for trac migration
PostgreSQL trac databases can have a schema setting in the trac config like
this:
database = postgres://trac:password@127.0.0.1/trac?schema=site
The schema restricts the PostgreSQL table views. This permits many Trac
instances to live within a single database.
This patch adds a prompt for the schema.
Files
Updated by Jean-Philippe Lang over 16 years ago
- Category set to Importers
- Status changed from New to Closed
- % Done changed from 0 to 100
Committed in r1195. Thanks for this enhancement.
Actions