EnterpriseDB / barman

Barman - Backup and Recovery Manager for PostgreSQL
https://www.pgbarman.org/
GNU General Public License v3.0
2.07k stars 191 forks source link

Barman sometimes backup failed with database keycloak #948

Open cuong-max opened 3 months ago

cuong-max commented 3 months ago

Hi all,

My issue is that barman execute backup failed when i start backup database of keycloak

Environments: Barman version 3.8.0

Command execute backup: barman barman backup keycloak --wait

See the logs:

pg_basebackup error:
pg_basebackup: initiating base backup , waiting for checkpoint to complete
pg_basebackup: checkpoint completed
pg_basebackup: error: could not read COPY data: server closed the connection unexpectedly
This probably means the server terminated abnormally before or while processing the request.

Any suggestions to fix this ?

Thanks a lot