Skip to content

Instantly share code, notes, and snippets.

@raarellano
Created February 26, 2015 21:26
Show Gist options
  • Save raarellano/3dbfdfee405cbbe1dc60 to your computer and use it in GitHub Desktop.
Save raarellano/3dbfdfee405cbbe1dc60 to your computer and use it in GitHub Desktop.
Migrate between Heroku Databases
heroku addons:add pgbackups --app production-app
heroku addons:add pgbackups --app staging-app
heroku pgbackups:capture --app production-app
heroku pgbackups --app production-app
heroku pgbackups:restore HEROKU_POSTGRESQL_EXAMPLE_URL `heroku pgbackups:url --app production-app` --app staging-app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment