Dear Barman Community,
I hope you're all doing well.
I'm reaching out to ask for guidance regarding an issue I'm facing with backing up a large PostgreSQL instance (over 10TB) to AWS S3 using Barman. Despite following the documented steps and using with the appropriate parameters, the backup does not complete successfully — and no data appears in the S3 bucket.
Here’s a brief overview of my setup:
•
PostgreSQL version:13
•
Barman server:pg-db03
•
Cloud provider: AWS S3
•
Backup command used:
barman-cloud-backup \
--cloud-provider aws-s3 \
--endpoint-url
https://s3.amazonaws.com \
--aws-profile default \
s3://pxxxxxxxital-paprod-backups/database-data/barman \
pg-db01
The backup appears to run without error, but no data is uploaded to S3. I’ve confirmed that a completed backup exists locally and that the AWS credentials have the necessary permissions. I’ve also tried running the command with , but it didn’t reveal any obvious issues.
I would greatly appreciate any advice or suggestions from the group — especially from those who’ve worked with large-scale backups or cloud archiving setups. If there are best practices or alternative approaches for handling backups of this size, I’d love to hear them.
Thank you in advance for your time and support.
Best regards,