Hacker News new | ask | show | jobs
by malomalo 5260 days ago
Did you guys look into exporting your data from mysql to postgres with taps? (http://devcenter.heroku.com/articles/taps). I've done this many times and it's been pretty simple.
1 comments

We tried taps but it wasn't working for us and Craig Kerstiens, Heroku's Django guy, told us to use the pg:backups approach instead.