$ heroku addons:add pgbackups
$ heroku pgbackups:capture
$ curl -o latest.dump `heroku pgbackups:url --remote staging`
$ pg_restore --verbose --clean --no-acl --no-owner -h localhost -d customermash_development latest.dump # 'customermash_development' is the db this app is using on my local machine