I have a heroku database, d76mj7ltuqs
.
I then have a local database, test_development
.
The schema is the same on both of these databases - I want to pull all of the data from my production database and overwrite my local database, so that local is an exact replica of production at the time of pull.
How can I do that in Postgres?
question from:https://stackoverflow.com/questions/23088421/postgres-copy-heroku-production-db-to-local-development-db