1.1. Features #

pg_probackup3 includes all the key functionalities of the prior versions of the pg_probackup utility. Some less popular features may be missing at the moment, but will be implemented in the future.

As compared to pg_probackup, pg_probackup3 comprises the following new features and improvements:

As compared to other backup solutions, pg_probackup3 offers the following benefits that can help you implement different backup strategies and deal with large amounts of data:

To manage backup data, pg_probackup3 creates a backup catalog. This is a directory that stores all backup files with additional meta information, as well as WAL archives required for point-in-time recovery. You can store backups for different instances in separate subdirectories of a single backup catalog.

Using pg_probackup3, you can take full or incremental backups:

Warning

After promoting a standby server to primary and switching timelines, take the first backup in either FULL or DELTA mode. Using other backup modes in this case may result in data corruption.

pg_probackup3 can take only physical online backups, and online backups require WAL for consistent recovery. So regardless of the chosen backup mode (FULL or DELTA), any backup taken with pg_probackup3 must use the following WAL delivery mode:

In pg_probackup3 there are the following modes of backup data sources: