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

Chapter 4: PG Backups


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

    Answer: TRUE

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

    Answer: TRUE

  3. Are all PG backup plans paid?

    Answer: FALSE

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

    Answer: TRUE

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

    Answer: FALSE

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

    Answer: TRUE

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

    Answer: FALSE

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

    Answer: FALSE

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

    Answer: TRUE

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

    Answer: FALSE