-
Hi,
I have a configuration that sets the following variables:
```
conninfo = host=backup-db port=5432 user=postgres
primary_conninfo= host=live-db port=5432 user=postgres
streaming_conninfo =…
-
boto3 supports SSE-C: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/s3.html#uploading-downloading-files-using-sse-customer-keys
I don't believe all of these properties …
-
I'm backing up to S3 compatible storage (Cloudflare R2) from Cloud Native PG (CNPG) which uses barman-cloud-backup.
Backups are failing with an error of:
`ERROR: Upload error: An error occurred …
-
After a long time running, barman_metrics_update keeps to be the old value.
```
56 1 root S 23432 1% 1 0% python3 /barman_exporter.py -l 0.0.0.0:9780 -c 15
19844 56 root …
-
Is it possible to add option to move location of `barman_wal `outside of `destination_directory` ?
-
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 w…
-
Hi,
I started using put-wal / barman-wal-archive and checkout out compression (https://www.endpointdev.com/blog/2017/03/28/postgres-wal-files-best-compression)
barman-wal-archive is currently no…
-
As discussed with @mnencia last friday:
We use CloudNativePG and write backups and WAL archiving to a local S3 appliance.
We noticed that writing WAL files did not perform well causing the WAL l…
-
**Describe the issue**
The docs here : https://jdbc.postgresql.org/documentation/server-prepare/#server-prepared-statements say that a hidden unexamined "set search_path" will go unnoticed by the jdb…
achix updated
3 weeks ago
-
Hi
After the switchover to standby via repmgr. BARMAN complains about the below error. How do I overcome this?? Ideally as per the enhancement, after switchover when conninfo is pointing to primary…