Hey guys, a friend of mine gave me collaborator rights on his heroku app. I cloned it to my projects folder, and then backed up and downloaded the DB using the instructions [here](https://devcenter.heroku.com/articles/heroku-postgres-import-export).
I'm stuck on this command
pg_restore --verbose --clean --no-acl --no-owner -h localhost -U myuser -d mydb latest.dump
Any help to this noob would be appreciated. First time either of us have tried to restore a back up to a local DB.
Well what happens when you run it?