Skip to content

Instantly share code, notes, and snippets.

@jgarciach
Created November 19, 2014 17:13
Show Gist options
  • Save jgarciach/d0290b3d5842e22a19b3 to your computer and use it in GitHub Desktop.
Save jgarciach/d0290b3d5842e22a19b3 to your computer and use it in GitHub Desktop.
Create local copy of heroku app db
heroku pgbackups:capture -a <app name>
curl -o latest.dump `heroku pgbackups:url -a <app name>`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment