Barman 3.7.0
didiermichel
released this
25 Jul 14:02
·
189 commits
to master
since this release
Version 3.7.0 - 25 July 2023
Features
-
Support is added for snapshot backups on AWS using EBS volumes.
-
The
--profile
option in thebarman-cloud-*
scripts is renamed
--aws-profile
. The old name is deprecated and will be removed in
a future release. -
Backup manifests can now be generated automatically on completion
of a backup made withbackup_method = rsync
. This is enabled by
setting theautogenerate_manifest
configuration variable and can
be overridden using the--manifest
and--no-manifest
CLI options.
Bug fixes:
-
The
barman-cloud-*
scripts now correctly use continuation
tokens to page through objects in AWS S3-compatible object
stores. This fixes a bug wherebarman-cloud-backup-delete
would only delete the oldest 1000 eligible WALs after backup
deletion. -
Minor documentation fixes.