Settings

Theme

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

1 points by pyfish 12 years ago · 1 comment · 1 min read


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.

namidark 12 years ago

You can use taps [1]

[1] https://github.com/ricardochimal/taps

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection