Hi please pardon me for any ignorance, as this is my first encounter
with trac and on this mailing list.
Now back to business.
I have to move data from existing legacy bugtracking system, (which is
Microsoft Access based and contains more than 100,000 tickets), to
trac 0.11 + sqlite3. Now after looking at all the schemas in MS
Access, I have created a small application, which will go through
existing tickets and views one by one in access db and insert records
into trac 'ticket' and trac 'ticket_custom' tables.  Now question is,
am I doing it the right way, or missing some thing.
Another question arises is that the priority in legacy Ms Access db is
'High,Normal,Low'. So I want to change the trac's priority drop down
values to ones in access db. I tried something like this in trac.ini
where there are default values for priority (please ignore typo for
priority)
default_priority = 'low'
default_priority.options = High|NormalLow
but this didnt work.
Although I changed some bits in components table, and can have my own
component and mile stone values.

Any idea if you see problem with my approach to migration, please ring
the bell.
Any help will be appreciated.
Regards

--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to