Make BACKUP_ID
optional when performing PITR with barman-cloud-restore
#1013
Labels
BACKUP_ID
optional when performing PITR with barman-cloud-restore
#1013
Currently,
barman-cloud-restore
requires a backup ID when performing a recovery. While this is fine, having an automated way for Barman to determine the start backup ID based on a requested target would simplify the code of client applications like CloudNativePG.For example, this is what CloudNativePG is currently doing: https://github.com/cloudnative-pg/cloudnative-pg/blob/74886c384d318603a4cc4a96aa61b1a0f33e2584/pkg/management/catalog/catalog.go#L102
Would it be possible to have
barman-cloud-restore
bring that functionality inside?The text was updated successfully, but these errors were encountered: