Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Open source data migration tool [closed]

My requirement is to migrate data from MySQL to PostgreSQL. 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 a PostgreSQL database. 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 open source.

Is there some nice tool?

like image 603
Balaji.N.S Avatar asked Aug 16 '10 05:08

Balaji.N.S


Video Answer


1 Answers

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 open-source ETL (Extract-Transform-Load) tool.

like image 130
a_horse_with_no_name Avatar answered Oct 16 '22 21:10

a_horse_with_no_name