Skip to content

Instantly share code, notes, and snippets.

@itsprdp
Created January 14, 2016 06:51
Show Gist options
  • Save itsprdp/cb95c54fdafa4762c9ba to your computer and use it in GitHub Desktop.
Save itsprdp/cb95c54fdafa4762c9ba to your computer and use it in GitHub Desktop.
Using https://github.com/ricardochimal/taps to migrate data from Postgres to MySQL
# Serve the MySQL database (destination db)
taps server mysql://<user>:<pass>@localhost/<database> user1 pass123
# Push the schema and the records of the database to destination db
taps push postgres://<user>:<pass>@localhost/<database> http://user1:pass123@localhost:5000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment