Book Image

Learning Heroku Postgres

By : Patrick Rafael de Oliveira Espake
Book Image

Learning Heroku Postgres

By: Patrick Rafael de Oliveira Espake

Overview of this book

Table of Contents (17 chapters)
Learning Heroku Postgres
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Keyword List
Index

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`