I have a backup of PostgreSQL database (taken from Heroku) now I want to restore this backup to my local database but it's not working. I tried from CMD and pgadmin, but no luck!
What wrong I am doing?
pg_restore --verbose --clean --no-acl --no-owner -h localhost -U nafuser -d naf latest.dump
pgadmin issue:
