Skip to content

Instantly share code, notes, and snippets.

@coryetzkorn
Last active September 19, 2016 15:14
Show Gist options
  • Save coryetzkorn/13163d7ccb9f3702ac0250bcb5ec8f36 to your computer and use it in GitHub Desktop.
Save coryetzkorn/13163d7ccb9f3702ac0250bcb5ec8f36 to your computer and use it in GitHub Desktop.
dropdb db-name
createdb db-name
pg_restore --verbose --clean --no-acl --no-owner -h localhost -d db-name ~/desktop/db-backup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment