From c687ec1a15b486144787608218de46f922dfa56e Mon Sep 17 00:00:00 2001 From: Didier Michel Date: Thu, 31 Aug 2023 16:25:21 +0200 Subject: [PATCH 1/2] Version set to 3.8.0 Signed-off-by: Didier Michel --- barman/version.py | 2 +- doc/barman-cloud-backup-delete.1 | 32 +++++++++++++++---------- doc/barman-cloud-backup-delete.1.md | 4 ++-- doc/barman-cloud-backup-keep.1 | 2 +- doc/barman-cloud-backup-keep.1.md | 4 ++-- doc/barman-cloud-backup-list.1 | 2 +- doc/barman-cloud-backup-list.1.md | 4 ++-- doc/barman-cloud-backup-show.1 | 2 +- doc/barman-cloud-backup-show.1.md | 4 ++-- doc/barman-cloud-backup.1 | 2 +- doc/barman-cloud-backup.1.md | 4 ++-- doc/barman-cloud-check-wal-archive.1 | 4 ++-- doc/barman-cloud-check-wal-archive.1.md | 4 ++-- doc/barman-cloud-restore.1 | 2 +- doc/barman-cloud-restore.1.md | 4 ++-- doc/barman-cloud-wal-archive.1 | 2 +- doc/barman-cloud-wal-archive.1.md | 4 ++-- doc/barman-cloud-wal-restore.1 | 2 +- doc/barman-cloud-wal-restore.1.md | 4 ++-- doc/barman-wal-archive.1 | 2 +- doc/barman-wal-archive.1.md | 4 ++-- doc/barman-wal-restore.1 | 2 +- doc/barman-wal-restore.1.md | 4 ++-- doc/barman.1 | 2 +- doc/barman.1.d/00-header.md | 4 ++-- doc/barman.5 | 18 +++++++++++++- doc/barman.5.d/00-header.md | 4 ++-- doc/manual/00-head.en.md | 2 +- 28 files changed, 77 insertions(+), 53 deletions(-) diff --git a/barman/version.py b/barman/version.py index 7750f7acd..3c17a79c0 100644 --- a/barman/version.py +++ b/barman/version.py @@ -20,4 +20,4 @@ This module contains the current Barman version. """ -__version__ = "3.7.0" +__version__ = "3.8.0" diff --git a/doc/barman-cloud-backup-delete.1 b/doc/barman-cloud-backup-delete.1 index eea663bbd..03e243c94 100644 --- a/doc/barman-cloud-backup-delete.1 +++ b/doc/barman-cloud-backup-delete.1 @@ -1,6 +1,6 @@ .\" Automatically generated by Pandoc 2.2.1 .\" -.TH "BARMAN\-CLOUD\-BACKUP\-DELETE" "1" "July 25, 2023" "Barman User manuals" "Version 3.7.0" +.TH "BARMAN\-CLOUD\-BACKUP\-DELETE" "1" "August 31, 2023" "Barman User manuals" "Version 3.8.0" .hy .SH NAME .PP @@ -52,9 +52,10 @@ usage:\ barman\-cloud\-backup\-delete\ [\-V]\ [\-\-help]\ [\-v\ |\ \-q]\ [\-t] \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ [\-\-endpoint\-url\ ENDPOINT_URL] \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ [\-P\ AWS_PROFILE]\ [\-\-profile\ AWS_PROFILE] \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ [\-\-read\-timeout\ READ_TIMEOUT] -\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ [\-\-azure\-credential\ {azure\-cli,managed\-identity}] -\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ (\-b\ BACKUP_ID\ |\ \-r\ RETENTION_POLICY) -\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ [\-\-dry\-run]\ [\-\-batch\-size\ DELETE_BATCH_SIZE] +\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ [\-\-azure\-credential\ {azure\-cli,managed\-identity} +\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ [\-b\ BACKUP_ID]\ [\-m\ MINIMUM_REDUNDANCY] +\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ [\-r\ RETENTION_POLICY]\ [\-\-dry\-run] +\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ [\-\-batch\-size\ DELETE_BATCH_SIZE] \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ source_url\ server_name This\ script\ can\ be\ used\ to\ delete\ backups\ made\ with\ barman\-cloud\-backup @@ -76,6 +77,8 @@ optional\ arguments: \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ The\ cloud\ provider\ to\ use\ as\ a\ storage\ backend \ \ \-b\ BACKUP_ID,\ \-\-backup\-id\ BACKUP_ID \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Backup\ ID\ of\ the\ backup\ to\ be\ deleted +\ \ \-m\ MINIMUM_REDUNDANCY,\ \-\-minimum\-redundancy\ MINIMUM_REDUNDANCY +\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ The\ minimum\ number\ of\ backups\ that\ should\ always\ be\ available. \ \ \-r\ RETENTION_POLICY,\ \-\-retention\-policy\ RETENTION_POLICY \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ If\ specified,\ delete\ all\ backups\ eligible\ for\ deletion \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ according\ to\ the\ supplied\ retention\ policy.\ Syntax: @@ -119,25 +122,29 @@ Extra\ options\ for\ the\ azure\-blob\-storage\ cloud\ provider: .PP For Boto: .IP \[bu] 2 -https://boto3.amazonaws.com/v1/documentation/api/latest/guide/configuration.html + .PP For AWS: .IP \[bu] 2 -https://docs.aws.amazon.com/cli/latest/userguide/cli\-chap\-getting\-set\-up.html + .IP \[bu] 2 -https://docs.aws.amazon.com/cli/latest/userguide/cli\-chap\-getting\-started.html. +. .PP For Azure Blob Storage: .IP \[bu] 2 -https://docs.microsoft.com/en\-us/azure/storage/blobs/authorize\-data\-operations\-cli#set\-environment\-variables\-for\-authorization\-parameters + .IP \[bu] 2 -https://docs.microsoft.com/en\-us/python/api/azure\-storage\-blob/?view=azure\-python + .PP -For Google Cloud Storage: * Credentials: -https://cloud.google.com/docs/authentication/getting\-started#setting_the_environment_variable +For Google Cloud Storage: +.IP \[bu] 2 +Credentials: + +.RS 2 .PP Only authentication with \f[C]GOOGLE_APPLICATION_CREDENTIALS\f[] env is supported at the moment. +.RE .SH DEPENDENCIES .PP If using \f[C]\-\-cloud\-provider=aws\-s3\f[]: @@ -150,7 +157,8 @@ azure\-storage\-blob .IP \[bu] 2 azure\-identity (optional, if you wish to use DefaultAzureCredential) .PP -If using \f[C]\-\-cloud\-provider=google\-cloud\-storage\f[] * +If using \f[C]\-\-cloud\-provider=google\-cloud\-storage\f[] +.IP \[bu] 2 google\-cloud\-storage .SH EXIT STATUS .TP diff --git a/doc/barman-cloud-backup-delete.1.md b/doc/barman-cloud-backup-delete.1.md index 02123e88d..50a9e721f 100644 --- a/doc/barman-cloud-backup-delete.1.md +++ b/doc/barman-cloud-backup-delete.1.md @@ -1,6 +1,6 @@ -% BARMAN-CLOUD-BACKUP-DELETE(1) Barman User manuals | Version 3.7.0 +% BARMAN-CLOUD-BACKUP-DELETE(1) Barman User manuals | Version 3.8.0 % EnterpriseDB -% July 25, 2023 +% August 31, 2023 # NAME diff --git a/doc/barman-cloud-backup-keep.1 b/doc/barman-cloud-backup-keep.1 index a8b9e32a1..21bf9439d 100644 --- a/doc/barman-cloud-backup-keep.1 +++ b/doc/barman-cloud-backup-keep.1 @@ -1,6 +1,6 @@ .\" Automatically generated by Pandoc 2.2.1 .\" -.TH "BARMAN\-CLOUD\-BACKUP\-DELETE" "1" "July 25, 2023" "Barman User manuals" "Version 3.7.0" +.TH "BARMAN\-CLOUD\-BACKUP\-DELETE" "1" "August 31, 2023" "Barman User manuals" "Version 3.8.0" .hy .SH NAME .PP diff --git a/doc/barman-cloud-backup-keep.1.md b/doc/barman-cloud-backup-keep.1.md index 0d07beb9b..a16ba93b6 100644 --- a/doc/barman-cloud-backup-keep.1.md +++ b/doc/barman-cloud-backup-keep.1.md @@ -1,6 +1,6 @@ -% BARMAN-CLOUD-BACKUP-DELETE(1) Barman User manuals | Version 3.7.0 +% BARMAN-CLOUD-BACKUP-DELETE(1) Barman User manuals | Version 3.8.0 % EnterpriseDB -% July 25, 2023 +% August 31, 2023 # NAME diff --git a/doc/barman-cloud-backup-list.1 b/doc/barman-cloud-backup-list.1 index ecfa50f1f..bb0ab0479 100644 --- a/doc/barman-cloud-backup-list.1 +++ b/doc/barman-cloud-backup-list.1 @@ -1,6 +1,6 @@ .\" Automatically generated by Pandoc 2.2.1 .\" -.TH "BARMAN\-CLOUD\-BACKUP\-LIST" "1" "July 25, 2023" "Barman User manuals" "Version 3.7.0" +.TH "BARMAN\-CLOUD\-BACKUP\-LIST" "1" "August 31, 2023" "Barman User manuals" "Version 3.8.0" .hy .SH NAME .PP diff --git a/doc/barman-cloud-backup-list.1.md b/doc/barman-cloud-backup-list.1.md index 651bb948d..446048fba 100644 --- a/doc/barman-cloud-backup-list.1.md +++ b/doc/barman-cloud-backup-list.1.md @@ -1,6 +1,6 @@ -% BARMAN-CLOUD-BACKUP-LIST(1) Barman User manuals | Version 3.7.0 +% BARMAN-CLOUD-BACKUP-LIST(1) Barman User manuals | Version 3.8.0 % EnterpriseDB -% July 25, 2023 +% August 31, 2023 # NAME diff --git a/doc/barman-cloud-backup-show.1 b/doc/barman-cloud-backup-show.1 index 69c15c2c6..0ebb9079e 100644 --- a/doc/barman-cloud-backup-show.1 +++ b/doc/barman-cloud-backup-show.1 @@ -1,6 +1,6 @@ .\" Automatically generated by Pandoc 2.2.1 .\" -.TH "BARMAN\-CLOUD\-BACKUP\-SHOW" "1" "July 25, 2023" "Barman User manuals" "Version 3.7.0" +.TH "BARMAN\-CLOUD\-BACKUP\-SHOW" "1" "August 31, 2023" "Barman User manuals" "Version 3.8.0" .hy .SH NAME .PP diff --git a/doc/barman-cloud-backup-show.1.md b/doc/barman-cloud-backup-show.1.md index a3d65ec2e..fae57f79f 100644 --- a/doc/barman-cloud-backup-show.1.md +++ b/doc/barman-cloud-backup-show.1.md @@ -1,6 +1,6 @@ -% BARMAN-CLOUD-BACKUP-SHOW(1) Barman User manuals | Version 3.7.0 +% BARMAN-CLOUD-BACKUP-SHOW(1) Barman User manuals | Version 3.8.0 % EnterpriseDB -% July 25, 2023 +% August 31, 2023 # NAME diff --git a/doc/barman-cloud-backup.1 b/doc/barman-cloud-backup.1 index 3c9f98b9d..a42408899 100644 --- a/doc/barman-cloud-backup.1 +++ b/doc/barman-cloud-backup.1 @@ -1,6 +1,6 @@ .\" Automatically generated by Pandoc 2.2.1 .\" -.TH "BARMAN\-CLOUD\-BACKUP" "1" "July 25, 2023" "Barman User manuals" "Version 3.7.0" +.TH "BARMAN\-CLOUD\-BACKUP" "1" "August 31, 2023" "Barman User manuals" "Version 3.8.0" .hy .SH NAME .PP diff --git a/doc/barman-cloud-backup.1.md b/doc/barman-cloud-backup.1.md index 5843d24e2..d01cfe2ad 100644 --- a/doc/barman-cloud-backup.1.md +++ b/doc/barman-cloud-backup.1.md @@ -1,6 +1,6 @@ -% BARMAN-CLOUD-BACKUP(1) Barman User manuals | Version 3.7.0 +% BARMAN-CLOUD-BACKUP(1) Barman User manuals | Version 3.8.0 % EnterpriseDB -% July 25, 2023 +% August 31, 2023 # NAME diff --git a/doc/barman-cloud-check-wal-archive.1 b/doc/barman-cloud-check-wal-archive.1 index 7a2ebc830..7c334b704 100644 --- a/doc/barman-cloud-check-wal-archive.1 +++ b/doc/barman-cloud-check-wal-archive.1 @@ -1,7 +1,7 @@ .\" Automatically generated by Pandoc 2.2.1 .\" -.TH "BARMAN\-CLOUD\-CHECK\-WAL\-ARCHIVE" "1" "July 25, 2023" "Barman User manuals" "Version -3.7.0" +.TH "BARMAN\-CLOUD\-CHECK\-WAL\-ARCHIVE" "1" "August 31, 2023" "Barman User manuals" "Version +3.8.0" .hy .SH NAME .PP diff --git a/doc/barman-cloud-check-wal-archive.1.md b/doc/barman-cloud-check-wal-archive.1.md index a04b454e7..d8d3b0ec9 100644 --- a/doc/barman-cloud-check-wal-archive.1.md +++ b/doc/barman-cloud-check-wal-archive.1.md @@ -1,6 +1,6 @@ -% BARMAN-CLOUD-CHECK-WAL-ARCHIVE(1) Barman User manuals | Version 3.7.0 +% BARMAN-CLOUD-CHECK-WAL-ARCHIVE(1) Barman User manuals | Version 3.8.0 % EnterpriseDB -% July 25, 2023 +% August 31, 2023 # NAME diff --git a/doc/barman-cloud-restore.1 b/doc/barman-cloud-restore.1 index ae74a1098..c41d4cc15 100644 --- a/doc/barman-cloud-restore.1 +++ b/doc/barman-cloud-restore.1 @@ -1,6 +1,6 @@ .\" Automatically generated by Pandoc 2.2.1 .\" -.TH "BARMAN\-CLOUD\-RESTORE" "1" "July 25, 2023" "Barman User manuals" "Version 3.7.0" +.TH "BARMAN\-CLOUD\-RESTORE" "1" "August 31, 2023" "Barman User manuals" "Version 3.8.0" .hy .SH NAME .PP diff --git a/doc/barman-cloud-restore.1.md b/doc/barman-cloud-restore.1.md index 11a394b40..ef2ce2ca6 100644 --- a/doc/barman-cloud-restore.1.md +++ b/doc/barman-cloud-restore.1.md @@ -1,6 +1,6 @@ -% BARMAN-CLOUD-RESTORE(1) Barman User manuals | Version 3.7.0 +% BARMAN-CLOUD-RESTORE(1) Barman User manuals | Version 3.8.0 % EnterpriseDB -% July 25, 2023 +% August 31, 2023 # NAME diff --git a/doc/barman-cloud-wal-archive.1 b/doc/barman-cloud-wal-archive.1 index 873b406aa..c50042ca5 100644 --- a/doc/barman-cloud-wal-archive.1 +++ b/doc/barman-cloud-wal-archive.1 @@ -1,6 +1,6 @@ .\" Automatically generated by Pandoc 2.2.1 .\" -.TH "BARMAN\-CLOUD\-WAL\-ARCHIVE" "1" "July 25, 2023" "Barman User manuals" "Version 3.7.0" +.TH "BARMAN\-CLOUD\-WAL\-ARCHIVE" "1" "August 31, 2023" "Barman User manuals" "Version 3.8.0" .hy .SH NAME .PP diff --git a/doc/barman-cloud-wal-archive.1.md b/doc/barman-cloud-wal-archive.1.md index 147d00906..74b8de3ba 100644 --- a/doc/barman-cloud-wal-archive.1.md +++ b/doc/barman-cloud-wal-archive.1.md @@ -1,6 +1,6 @@ -% BARMAN-CLOUD-WAL-ARCHIVE(1) Barman User manuals | Version 3.7.0 +% BARMAN-CLOUD-WAL-ARCHIVE(1) Barman User manuals | Version 3.8.0 % EnterpriseDB -% July 25, 2023 +% August 31, 2023 # NAME diff --git a/doc/barman-cloud-wal-restore.1 b/doc/barman-cloud-wal-restore.1 index 77753d8c2..b4a65d4fd 100644 --- a/doc/barman-cloud-wal-restore.1 +++ b/doc/barman-cloud-wal-restore.1 @@ -1,6 +1,6 @@ .\" Automatically generated by Pandoc 2.2.1 .\" -.TH "BARMAN\-CLOUD\-WAL\-RESTORE" "1" "July 25, 2023" "Barman User manuals" "Version 3.7.0" +.TH "BARMAN\-CLOUD\-WAL\-RESTORE" "1" "August 31, 2023" "Barman User manuals" "Version 3.8.0" .hy .SH NAME .PP diff --git a/doc/barman-cloud-wal-restore.1.md b/doc/barman-cloud-wal-restore.1.md index f60a8d943..5ad9e0901 100644 --- a/doc/barman-cloud-wal-restore.1.md +++ b/doc/barman-cloud-wal-restore.1.md @@ -1,6 +1,6 @@ -% BARMAN-CLOUD-WAL-RESTORE(1) Barman User manuals | Version 3.7.0 +% BARMAN-CLOUD-WAL-RESTORE(1) Barman User manuals | Version 3.8.0 % EnterpriseDB -% July 25, 2023 +% August 31, 2023 # NAME diff --git a/doc/barman-wal-archive.1 b/doc/barman-wal-archive.1 index 2b0305a6d..00b489a68 100644 --- a/doc/barman-wal-archive.1 +++ b/doc/barman-wal-archive.1 @@ -1,6 +1,6 @@ .\" Automatically generated by Pandoc 2.2.1 .\" -.TH "BARMAN\-WAL\-ARCHIVE" "1" "July 25, 2023" "Barman User manuals" "Version 3.7.0" +.TH "BARMAN\-WAL\-ARCHIVE" "1" "August 31, 2023" "Barman User manuals" "Version 3.8.0" .hy .SH NAME .PP diff --git a/doc/barman-wal-archive.1.md b/doc/barman-wal-archive.1.md index ab4eb5524..61c899c0b 100644 --- a/doc/barman-wal-archive.1.md +++ b/doc/barman-wal-archive.1.md @@ -1,6 +1,6 @@ -% BARMAN-WAL-ARCHIVE(1) Barman User manuals | Version 3.7.0 +% BARMAN-WAL-ARCHIVE(1) Barman User manuals | Version 3.8.0 % EnterpriseDB -% July 25, 2023 +% August 31, 2023 # NAME diff --git a/doc/barman-wal-restore.1 b/doc/barman-wal-restore.1 index 07ea37a43..fed3c133d 100644 --- a/doc/barman-wal-restore.1 +++ b/doc/barman-wal-restore.1 @@ -1,6 +1,6 @@ .\" Automatically generated by Pandoc 2.2.1 .\" -.TH "BARMAN\-WAL\-RESTORE" "1" "July 25, 2023" "Barman User manuals" "Version 3.7.0" +.TH "BARMAN\-WAL\-RESTORE" "1" "August 31, 2023" "Barman User manuals" "Version 3.8.0" .hy .SH NAME .PP diff --git a/doc/barman-wal-restore.1.md b/doc/barman-wal-restore.1.md index 2c3fe1a3b..037eb7f39 100644 --- a/doc/barman-wal-restore.1.md +++ b/doc/barman-wal-restore.1.md @@ -1,6 +1,6 @@ -% BARMAN-WAL-RESTORE(1) Barman User manuals | Version 3.7.0 +% BARMAN-WAL-RESTORE(1) Barman User manuals | Version 3.8.0 % EnterpriseDB -% July 25, 2023 +% August 31, 2023 # NAME diff --git a/doc/barman.1 b/doc/barman.1 index d79d5a222..c9c6d6b44 100644 --- a/doc/barman.1 +++ b/doc/barman.1 @@ -1,6 +1,6 @@ .\" Automatically generated by Pandoc 2.2.1 .\" -.TH "BARMAN" "1" "July 25, 2023" "Barman User manuals" "Version 3.7.0" +.TH "BARMAN" "1" "August 31, 2023" "Barman User manuals" "Version 3.8.0" .hy .SH NAME .PP diff --git a/doc/barman.1.d/00-header.md b/doc/barman.1.d/00-header.md index 4023912c6..7699cd223 100644 --- a/doc/barman.1.d/00-header.md +++ b/doc/barman.1.d/00-header.md @@ -1,3 +1,3 @@ -% BARMAN(1) Barman User manuals | Version 3.7.0 +% BARMAN(1) Barman User manuals | Version 3.8.0 % EnterpriseDB -% July 25, 2023 +% August 31, 2023 diff --git a/doc/barman.5 b/doc/barman.5 index 8db8da4f5..d1b68fc8d 100644 --- a/doc/barman.5 +++ b/doc/barman.5 @@ -1,6 +1,6 @@ .\" Automatically generated by Pandoc 2.2.1 .\" -.TH "BARMAN" "5" "July 25, 2023" "Barman User manuals" "Version 3.7.0" +.TH "BARMAN" "5" "August 31, 2023" "Barman User manuals" "Version 3.8.0" .hy .SH NAME .PP @@ -715,6 +715,22 @@ Global/Server. .RS .RE .TP +.B primary_checkpoint_timeout +This defines the amount of seconds that Barman will wait at the end of a +backup if no new WAL files are produced, before forcing a checkpoint on +the primary server. +.RS +.PP +If not set or set to 0, Barman will not force a checkpoint on the +primary, and wait indefinitely for new WAL files to be produced. +.PP +The value of this option should be greater of the value of the +\f[C]archive_timeout\f[] set on the primary server. +.PP +This option works only if \f[C]primary_conninfo\f[] option is set, and +it is ignored otherwise. +.RE +.TP .B primary_conninfo The connection string used by Barman to connect to the primary Postgres server during backup of a standby Postgres server. diff --git a/doc/barman.5.d/00-header.md b/doc/barman.5.d/00-header.md index 1e2751001..1d58549c3 100644 --- a/doc/barman.5.d/00-header.md +++ b/doc/barman.5.d/00-header.md @@ -1,3 +1,3 @@ -% BARMAN(5) Barman User manuals | Version 3.7.0 +% BARMAN(5) Barman User manuals | Version 3.8.0 % EnterpriseDB -% July 25, 2023 +% August 31, 2023 diff --git a/doc/manual/00-head.en.md b/doc/manual/00-head.en.md index 85361f94f..6cdcce74d 100644 --- a/doc/manual/00-head.en.md +++ b/doc/manual/00-head.en.md @@ -1,6 +1,6 @@ % Barman Manual % EnterpriseDB UK Limited -% July 25, 2023 (3.7.0) +% August 31, 2023 (3.8.0) **Barman** (Backup and Recovery Manager) is an open-source administration tool for disaster recovery of PostgreSQL servers written in Python. It allows your organisation to perform remote backups of multiple servers in business critical environments to reduce risk and help DBAs during the recovery phase. From 538d32ca4ef7223f6efb99316839339c7e7fb77b Mon Sep 17 00:00:00 2001 From: Didier Michel Date: Thu, 31 Aug 2023 16:27:09 +0200 Subject: [PATCH 2/2] Update NEWS for 3.8.0 --- NEWS | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/NEWS b/NEWS index a392667ac..83976e094 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,25 @@ Barman News - History of user-visible changes +Version 3.8.0 - 31 August 2023 + +- Clarify package installation. barman is packaged with default python version + for each operating system. + +- The `minimum-redundancy` option is added to `barman-cloud-backup-delete`. + It allows to set the minimum number of backups that should always be available. + +- Add a new `primary_checkpoint_timeout` configuration option. Allows define + the amount of seconds that Barman will wait at the end of a backup if no + new WAL files are produced, before forcing a checkpoint on the primary server. + +- Bug fixes: + + - Fix race condition in barman retention policies application. Backup + deletions will now raise a warning if another deletion is in progress + for the requested backup. + + - Fix `barman-cloud-backup-show` man page installation. + Version 3.7.0 - 25 July 2023 - Support is added for snapshot backups on AWS using EBS volumes.