Book Image

PostgreSQL 9 Administration Cookbook - Second Edition

Book Image

PostgreSQL 9 Administration Cookbook - Second Edition

Overview of this book

Table of Contents (19 chapters)
PostgreSQL 9 Administration Cookbook Second Edition
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 11. Backup and Recovery

In this chapter, we will cover the following recipes:

  • Understanding and controlling crash recovery

  • Planning backups

  • Hot logical backup of one database

  • Hot logical backup of all databases

  • Hot logical backup of all tables in a tablespace

  • Backup of database object definitions

  • Standalone hot physical database backup

  • Hot physical backup and continuous archiving

  • Recovery of all databases

  • Recovery to a point in time

  • Recovery of a dropped/damaged table

  • Recovery of a dropped/damaged tablespace

  • Recovery of a dropped/damaged database

  • Improving performance of backup/recovery

  • Incremental/differential backup and restore

  • Hot physical backups with Barman

  • Recovery with Barman