views:

35

answers:

1

Hi

My requirement is I need to migrate Data from Mysql to Postgres. Is there any free Data Migration tool which could do this effectively.

I have some huge data in MySQL which I need to convert to Postgres Db. Henceforth I am looking for a Data Migration tool which could migrate tables (along with indexes, constraints etc) and data. I found Swiss SQL Data Migration tool to fit my requirement but sadly it is not a open source.

Can you please suggest some nice tool.

Thanks in advance.....

A: 

This list might help:

http://wiki.postgresql.org/wiki/Converting_from_other_Databases_to_PostgreSQL#Scripts.2C_programs

For pure Data Migration you might want to look into Kettle, an OpenSource ETL (Extract-Transform-Load) tool.

a_horse_with_no_name