Skip to content

Instantly share code, notes, and snippets.

@raarellano
Last active April 17, 2021 15:50
Show Gist options
  • Save raarellano/f8fb0fcee08a2c8eb857896a428ff973 to your computer and use it in GitHub Desktop.
Save raarellano/f8fb0fcee08a2c8eb857896a428ff973 to your computer and use it in GitHub Desktop.
pg_restore from Heroku
pg_restore --verbose --clean --no-acl --no-owner -U {user} -h {host} -d {database_name} -p {port} {file_name}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment