Last active
December 19, 2018 18:49
-
-
Save RyotaBannai/7aa230e6c4cc2443630f05917df6f038 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 pg:backups:capture | |
//Make the latest backup file on Poshgres on heroku | |
$heroku pg:backups:download | |
//Download the latest backup file to the localhost(the name is latest.dump) | |
//Reference is below |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment