Skip to content

Instantly share code, notes, and snippets.

@davidleandro
Last active February 1, 2023 17:37
Show Gist options
  • Save davidleandro/d6b4f2961dd344d16484 to your computer and use it in GitHub Desktop.
Save davidleandro/d6b4f2961dd344d16484 to your computer and use it in GitHub Desktop.
heroku pg:backups capture --app APPNAME
curl -o latest.dump `heroku pg:backups public-url --app APPNAME`
pg_restore --verbose --clean --no-acl --no-owner -h localhost -d DATABASE latest.dump
@sabatiny
Copy link

sabatiny commented Dec 4, 2015

Obrigado !

@rafael-fernandes
Copy link

Obrigado!

@fegvilela
Copy link

Obrigadaaa

@brunoschagas
Copy link

Obrigado!

@vitorlimadev
Copy link

THANK YOU

@gabrielbentog
Copy link

Valeuu =D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment