Search found 3 matches

by cwp
22 Feb 2007, 22:07
Forum: General Discussion
Topic: Python Script to port Bugzilla MySQL to Mantis PostgreSQL
Replies: 5
Views: 8863

Actually you're talking about a different script

You seem to be discussing Agusti Fontquerni's bugzilla2mantis.php script.
I can't help you with that one. The python script bz2mantis.py was the
kick off point for this topic.
by cwp
22 Feb 2007, 15:32
Forum: General Discussion
Topic: Python Script to port Bugzilla MySQL to Mantis PostgreSQL
Replies: 5
Views: 8863

Sure, I can make a wiki page. Does the forum login allow one to create wiki
pages as well?
by cwp
16 Feb 2007, 20:10
Forum: General Discussion
Topic: Python Script to port Bugzilla MySQL to Mantis PostgreSQL
Replies: 5
Views: 8863

Python Script to port Bugzilla MySQL to Mantis PostgreSQL

I just ported our old bugzilla database hosted in MySQL to Mantis hosted
in PostgreSQL. Since it took a couple days to put together the script for the
port, it may be worth sharing. I took a look at Agusti Fontquerni's
bugzilla2mantis.php script. It was a helpful roadmap but didn't dig out all
the ...