In Chapter 8, Managing PostgreSQL Security, we took a look at all that we need to know about securing PostgreSQL in the most simplistic and most beneficial way possible. The topics that we will cover in this chapter are backup and recovery. Performing backups should be a regular task, and every administrator is supposed to keep an eye on this vital stuff. Fortunately, PostgreSQL provides an easy means for creating backups.
Therefore, in this chapter, we will cover the following topics:
- Running pg_dump
- Partially dumping data
- Restoring backups
- Making use of parallelism
- Saving global data
By the end of this chapter, you will be able to set up proper backup mechanisms.