Heroku
Restore PostgreSQL backup within Heroku
·138 words·1 min
Recently I was playing around with my local database in my Rails project deployed using Heroku. Eventually, I screwed up and had to delete all the data. I use rake db: reset and rake db:create`, but how would I populate the data again?