Skip to content

Commit

Permalink
barman add read-timeout param
Browse files Browse the repository at this point in the history
  • Loading branch information
yanboer committed Mar 3, 2023
1 parent d6d98d9 commit 69c80f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image/postgresql/pgtools
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ LOCAL_BACKUP="rsync"
ROLE_MASTER="master"
ROLE_SLAVE="slave"
ROLE_UNKNOWN="unknown"
BARMAN_S3_PARAM='echo --cloud-provider aws-s3 -P default --endpoint-url $S3_ENDPOINT s3://$S3_BUCKET/$S3_PATH $BARMAN_BACKUPNAME'
BARMAN_S3_PARAM='echo --cloud-provider aws-s3 -P default --read-timeout 600 --endpoint-url $S3_ENDPOINT s3://$S3_BUCKET/$S3_PATH $BARMAN_BACKUPNAME'
BARMAN_BASE_DIR="base"
BARMAN_WALS_DIR="wals"
BARMAN_RENTION_DELETE_ALL="delete_all"
Expand Down

0 comments on commit 69c80f2

Please sign in to comment.