TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What is Your Approach to Migrate from MySql to Postgres

1 pointsby pyfishalmost 11 years 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 comment

namidarkalmost 11 years ago
You can use taps [1]<p>[1] <a href="https://github.com/ricardochimal/taps" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;ricardochimal&#x2F;taps</a>