Clone Your Heroku DB Into Development
I’ve released a gem to easily clone your Heroku app’s database into your development environment. It makes troubleshooting production bugs a breeze. http://blog.nrowegt.com/heroku-db-restore-gem-release/
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
I’ve released a gem to easily clone your Heroku app’s database into your development environment. It makes troubleshooting production bugs a breeze. http://blog.nrowegt.com/heroku-db-restore-gem-release/
Comments
This is REALLY handy. Thanks for sharing!!
Great! But whats wrong with:
heroku pg:pull DATABASE_URL local_db_name --app APPNAME
?Post a comment