Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save davidleandro/bef966e2e0db723c42404afb29a36ce7 to your computer and use it in GitHub Desktop.

Select an option

Save davidleandro/bef966e2e0db723c42404afb29a36ce7 to your computer and use it in GitHub Desktop.
Restaurar banco Heroku de outro app
heroku pg:backups capture --app APPNAME_FROM
heroku pg:backups:restore `heroku pg:backups public-url --app APPNAME_FROM` DATABASE_URL --app APPNAME_TO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment