Make database backups
Make a backup of the database
heroku pg:backups:capture --remote stagingheroku pg:backups:capture --remote productionList all the backups:
heroku pg:backups --remote stagingheroku pg:backups --remote productionDownload the most recent backup. This generates a URL where it can be downloaded from.
heroku pg:backups:url --remote stagingheroku pg:backups:url --remote productionLast updated