How to restore postgreSQL backup file to MySQL server? I don't have postgreSQL server on my system. I have only MySQL server
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
migrated from stackoverflow.com Sep 28 '10 at 16:53
|
Install PostgreSQL, restore from backup, export the schema and data then import into MySQL. |
|||
|
|
|
I agree with florin, while performing postgre-sql to mysql migrations, its best to export, rather than restoring from dumps.Please find in detail : http://www.codesmell.org/blog/2009/03/migrate-data-from-postgres-to-mysql/ |
|||
|
|
