plugin-barman-cloud/internal/cnpgi/common
Leonardo Cecchi 950364b955
fix: check for empty WAL archive during WAL archiving (#458)
In the in-tree barman-cloud implementation, the check for an empty WAL
archive is performed both immediately after the restore process and when the
first WAL file is archived.

Previously, the plugin-based implementation only performed this check after
restore, skipping it during archiving of the first WAL. This patch restores
parity with the in-tree behavior by ensuring the check is also performed
during WAL archiving.

Closes: #457

Signed-off-by: Leonardo Cecchi <leonardo.cecchi@enterprisedb.com>
2025-08-07 09:03:21 +10:00
..
check.go fix: check for empty WAL archive during WAL archiving (#458) 2025-08-07 09:03:21 +10:00
common.go chore: remove embedded fields 2025-03-27 16:15:29 +01:00
doc.go feat(spike): restore (#29) 2024-11-06 16:01:56 +01:00
errors.go feat: separate recovery object store from replica source (#83) 2024-12-09 13:29:20 +01:00
health.go feat: add liveness and readiness probe support (#69) 2024-12-02 14:51:32 +01:00
wal_import.go fix: ensure restore configuration points to manager wal-restore (#68) 2024-11-28 14:04:50 +01:00
wal.go fix: check for empty WAL archive during WAL archiving (#458) 2025-08-07 09:03:21 +10:00