Skip to content

Instantly share code, notes, and snippets.

@andymboyle
Created June 16, 2015 19:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andymboyle/a98758baf087de28dbcb to your computer and use it in GitHub Desktop.
Save andymboyle/a98758baf087de28dbcb to your computer and use it in GitHub Desktop.
curl -o tmp/production.dump `heroku pgbackups:url --remote production --app breaking-news` && pg_restore --verbose --clean --no-acl --no-owner -d bn_dev tmp/production.dump
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment