Hacker News new | ask | show | jobs
Ask HN: What is Your Approach to Migrate from MySql to Postgres
1 points by pyfish 4328 days ago
In this case MySql and Postgres have different schemas. I am thinking about just using CSVs from MySql and writing import scripts to get it into Postgres. But I am curious if I am overlooking a better approach.
1 comments