plugin-barman-cloud/internal/cnpgi
Ildar Gilyazev ec238c4d42 fix: honour the object store requested by a Backup resource
The operator relays the parameters of a Backup resource to the plugin in
the BackupRequest, but the plugin builds its configuration from the
Cluster alone. A Backup asking for a different object store is therefore
written to the cluster one, and it completes without any warning, so the
mistake surfaces only when the archive turns out to be empty.

Apply the parameters of the Backup on top of the configuration derived
from the Cluster, so that barmanObjectName and serverName select the
destination of that single backup.

Closes #611

Assisted-by: Claude Opus 5
Signed-off-by: Ildar Gilyazev <horiganmikle@gmail.com>
2026-08-26 10:32:05 +03:00
..
common feat: honor the operator's check_empty_wal_archive decision (#1009) 2026-07-21 17:29:10 +02:00
instance fix: honour the object store requested by a Backup resource 2026-08-26 10:32:05 +03:00
metadata chore(main): release 0.14.0 (#964) 2026-07-29 12:00:23 +02:00
operator fix: honour the object store requested by a Backup resource 2026-08-26 10:32:05 +03:00
restore feat: honor the operator's check_empty_wal_archive decision (#1009) 2026-07-21 17:29:10 +02:00