I\'m trying to import my production Heroku database into my development machine.
My local db is PostgreSQL.
First, I\'m exporting the dump from Heroku to my
Use the Taps gem. It allows you to run a simple heroku db:pull to populate a local database.
heroku db:pull