Revert "Increase multipart-chunk-size-mb for aws s3 backup script"
This reverts commit 5621993f72
.
This commit is contained in:
parent
5621993f72
commit
32147f789f
@ -86,7 +86,6 @@ if command -v psql > /dev/null 2>&1; then
|
||||
sudo -u postgres pg_dump "$db" \
|
||||
| gzip -v9 \
|
||||
| aws s3 cp - \
|
||||
--multipart-chunk-size-mb 50 \
|
||||
"s3://{{ backup_s3_bucket }}/{{ inventory_hostname }}/$db-$(date "+{{ backup_dateformat }}").pgsql.gz"
|
||||
done
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user