A.1. pg_probackup 3.2.1 #
Release date: 2025-02-19
This release is based on pg_probackup3 3.2.0 and provides the following improvements and bug fixes:
Implemented arbitrary positioning support in compressed WAL files. WAL segments are now fully loaded into memory to enable efficient validation and other operations with compressed files.
Fixed an issue that caused assertion error and crash when attempting to create a directory that already exists.
Changed the
--batch-sizedefault behavior to fix multithreading issue. When unspecified,--batch-sizenow defaults to the-j/--threadsvalue instead of the previous1.Optimized memory usage when creating file maps to prevent memory exhaustion for the
--with-file-mapandfile-mapoperations.