Skip to content

Instantly share code, notes, and snippets.

@swards
Created June 14, 2015 21:30
Show Gist options
  • Save swards/c25e67e34ff016fbab30 to your computer and use it in GitHub Desktop.
Save swards/c25e67e34ff016fbab30 to your computer and use it in GitHub Desktop.
heroku pgbackups:capture --app <appname>
curl -o private/latest.dump `heroku pg:backups public-url --app <appname>`
pg_restore --verbose --clean --no-acl --no-owner -h localhost -d <appname>-development private/latest.dump
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment