A.1. pg_probackup 3.0.2 #

Release date: 2025-07-10

This release is based on pg_probackup3 3.0.0 and provides new features, optimizations and bug fixes. Major changes are as follows:

  • FUSE:

    • Added support for working with uncompressed tablespaces.

    • Fixed FUSE operation with CFS.

    • Added the file-map command, which allows creating file maps for an existing backup chain starting from a selected incremental backup.

    • Fixed a FUSE error caused by insufficient disk space. Added the --cache-dir option to specify the FUSE cache directory path (uses OS temporary directory if not specified).

  • S3:

    • Added options for managing HTTPS certificates.

    • Added the ability to set connection options via a configuration file using the --config-file option.

  • Other improvements:

    • Added the --status option for the delete command, allowing deletion of backups with a specified status.

    • WARNING-level log messages are now highlighted in yellow. Added color highlighting for the debug and trace-level log messages.

    • Added the --db-include and --db-exclude options for the restore command. Databases can now be included and excluded both by OID (--db-include-oid/--db-exclude-oid) and by name.

    • Added support for specifying option values in size units: B, KB, MB, GB, TB (default is bytes).

    • Added the --num-validate-threads option to set a custom number of threads for validation.