From be538d1fefb5a6e9e73120fed17cb8ab30344a15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?As=C4=B1m=20Atasert?= Date: Thu, 16 Jul 2026 14:19:45 +0300 Subject: [PATCH 1/3] feat: source-side compression and stale staging purge for SSH dumps (v3.10.0) - --compress-where source|target (default: target, old behavior): with zstd/xz/bzip2, compress the dump on the SSH source host before the transfer, so slow uplinks move the compressed artifact instead of the raw dump. Falls back to target-side compression with a warning when the tool is missing on the source or compression fails. gzip is unaffected (pg_dump -Z already compresses in-format at the source). - --from-stale