How to move data from suppose mysql database to postgres database?
Scenario: Two similar application. A user wants to switch from one application to other. But he had maintained certain data information in his previous appilaction which uses mysql database.When he switch his appliaction he has to move his data from his old application to new application which uses postgres.
Both database are different with different structure and table and table relationships, Number of tables and also columns under them.
But how to move the date from one database to other?
Is there any tool to do this? If so can anyone suggest such tool..