Skip to content

Commit 69c80f2

Browse files
committed
barman add read-timeout param
1 parent d6d98d9 commit 69c80f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

image/postgresql/pgtools

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ LOCAL_BACKUP="rsync"
7474
ROLE_MASTER="master"
7575
ROLE_SLAVE="slave"
7676
ROLE_UNKNOWN="unknown"
77-
BARMAN_S3_PARAM='echo --cloud-provider aws-s3 -P default --endpoint-url $S3_ENDPOINT s3://$S3_BUCKET/$S3_PATH $BARMAN_BACKUPNAME'
77+
BARMAN_S3_PARAM='echo --cloud-provider aws-s3 -P default --read-timeout 600 --endpoint-url $S3_ENDPOINT s3://$S3_BUCKET/$S3_PATH $BARMAN_BACKUPNAME'
7878
BARMAN_BASE_DIR="base"
7979
BARMAN_WALS_DIR="wals"
8080
BARMAN_RENTION_DELETE_ALL="delete_all"

0 commit comments

Comments
 (0)