Restore from Postgres Dump file (Heroku)


/ Published in: Bash
Save to your folder(s)



Copy this code and paste it in your HTML
  1. pg_restore --verbose --clean --no-acl --no-owner -h myhost -U myuser -d mydb latest.dump

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.