Database Reference
In-Depth Information
Downloading the backup
As you learned earlier, it's possible to generate a new backup and download it:
$ heroku pgbackups:capture --app your-app-name
$ curl -o latest.dump `heroku pgbackups:url --app
your-app-name`
Search WWH ::




Custom Search