Release date: May 21, 2026
WarehousePG Backup and Restore 1.33.1 includes a new feature and bug fixes.
Features
--ignore-plugin-configoption forgprestore: Letsgprestoreread plugin-backed backup files directly, without requiring--plugin-configor a hand-edited config YAML.
Bug fixes
- Fixed a hang when backing up with
--single-data-file.gpbackupno longer assumes that tables to back up have sorted object IDs (OIDs) in this mode. Previously, if an extension config table had a lower OID than user tables, the backup helper crashed and hung the backup procedure indefinitely. - Fixed a hang in
TerminateHangingCopySessionson WarehousePG 6. After thepgx/v5upgrade, terminating a hangingCOPYsession on WarehousePG 6 caused the driver to silently retry theCOPYon a new connection, creating an orphaned session that deadlocked cleanup.gpbackupnow cancels the backend instead of terminating it, avoiding the retry.