Last active
April 3, 2025 18:31
-
-
Save davidleandro/d6b4f2961dd344d16484 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
Obrigado!
Obrigadaaa
Obrigado!
THANK YOU
Valeuu =D
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Obrigado !