Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 175 Bytes

File metadata and controls

8 lines (5 loc) · 175 Bytes

Heroku

PostgreSQL database restore locally from dump:

pg_restore --verbose --clean --no-acl --no-owner -h localhost -d <db_name> <Path to copy of Heroku DB dump>