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

Exporting databases


Exporting a database from Heroku Postgres and restoring it on your computer or on another server is a simple process. The first step is to generate a new backup, download it, and finally restore the backup using the pg_restore tool.