Skip to content

Instantly share code, notes, and snippets.

@davidleandro
Last active April 3, 2025 18:31
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 update
heroku addons:add pgbackups
heroku pgbackups:capture
curl -o latest.dump `heroku pgbackups:url`
pg_restore --verbose --clean --no-acl --no-owner -h localhost -d inside_development 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