Skip to content

Instantly share code, notes, and snippets.

@briandailey
Created January 6, 2014 19:20
Show Gist options
  • Save briandailey/8288191 to your computer and use it in GitHub Desktop.
Save briandailey/8288191 to your computer and use it in GitHub Desktop.
Updating Heroku to Postgres 9.3
# https://github.com/heroku/heroku-pg-extras#pgbackupstransfer
# create a url
heroku addons:add heroku-postgresql:standard-yanari
heroku pg:wait
heroku pgbackups:transfer [oldbcolor] [newdbcolor]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment