Skip to content

Instantly share code, notes, and snippets.

@RyotaBannai
Last active December 19, 2018 18:49
Show Gist options
  • Save RyotaBannai/7aa230e6c4cc2443630f05917df6f038 to your computer and use it in GitHub Desktop.
Save RyotaBannai/7aa230e6c4cc2443630f05917df6f038 to your computer and use it in GitHub Desktop.
$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