Best way to migrate from MySQL to PostgreSQL
- by user37994
Hi,
I have to migrate a MySQL database to PostgreSQL. I have tried the mysqldump with --compatible = postresql. I have seen that some poeple use ETL like Talend to make the migration but you must describe the migration for all tables... (I have 39 tables...)
Any other idea ?
Thanks in advance