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

Self-test Questions


Answer true or false:

  1. Is it only possible to do automated backups on Heroku via the PG Backups add-on?

  2. Are the backups done by default on the primary database, available via the DATABASE_URL configuration variable?

  3. Are all PG Backups plans paid?

  4. Can you download a backup via the web interface?

  5. Are you only able to delete backups via the client?

  6. Is the heroku pgbackups:restore command used to restore backups?

  7. Is the heroku pgbackups:url command used to change the URL connection to the database?

  8. Isn't it possible to restore a Heroku Postgres database locally?

  9. Can you remove the PG Backups add-on at any time?

  10. When the Heroku Postgres add-on is removed, are the backups kept?