Michael Wallace

Results 44 issues of Michael Wallace

Updates the barman cloud docs so that they include version requirements for cloud provider libraries which support python2. Closes #638.

pgespresso is not required by any supported PostgreSQL versions so should be removed in a future Barman release.

Most cloud provider libraries have broken compatibility with python2 which means that `pip install boto3` and equivalents for GCP/Azure will install a version of the library which won't work with...

There are a few different scenarios which can result in the `pg_basebackup` made by Barman when using `backup_method = postgres` hanging indefinitely. When this happens, barman will never log the...

enhancement

It should be possible for users to configure conninfo to point to a standby (so backups can run directly against a standby) and streaming_conninfo to point to a primary (so...

docs
testing

Updated with a different approach where `.partial` files are handled after copying the WALs in the archive. There are a few upsides to doing this: * We no longer need...

We are still recommending setting up WAL archiving *as well as* WAL streaming but we don't explain why someone would (or wouldn't) want to do that (see https://docs.pgbarman.org/release/2.19/images/barman-architecture-scenario2b.png but also...

bug

Fully implemented for both `backup_method = rsync` and `backup_method = postgres`. Unit tests included in this PR and integration tests up for review at https://github.com/EnterpriseDB/barman-testing/pull/59. This is based off of...

## Context `pg_basebackup` supports a `--waldir` option which allows a custom location to be specified for `pg_wal`. If this is used then the WALs required during the backup will be...

enhancement

This check will fail if `archiver = off` in the Barman config and any WALs are present in the `incoming` directory. It fails for a good reason - the presence...

triage
docs