I have a heroku database, d76mj7ltuqs.
d76mj7ltuqs
I then have a local database, test_development.
test_development
The schema is the same on both of these data
Use your terminal to make a local pg_dump and then either psql or pg_restore it into your local database.
pg_dump
psql
pg_restore
Similar method can be found here.