From: Grant Slater Date: Sun, 20 Aug 2023 06:34:19 +0000 (+0100) Subject: postgres: explicitly specifiy WAL-G compressor X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/a2d5fb5394045b0eacbd3ed24a3c1281a5a931f7 postgres: explicitly specifiy WAL-G compressor --- diff --git a/cookbooks/db/templates/default/wal-g.erb b/cookbooks/db/templates/default/wal-g.erb index 867bdacfc..2297fd4ab 100644 --- a/cookbooks/db/templates/default/wal-g.erb +++ b/cookbooks/db/templates/default/wal-g.erb @@ -2,7 +2,8 @@ # DO NOT EDIT - This file is being maintained by Chef -export WALE_S3_PREFIX="s3://openstreetmap-wal/" +export WALG_S3_PREFIX="s3://openstreetmap-wal/" +export WALG_COMPRESSION_METHOD="lz4" export AWS_ACCESS_KEY_ID="AKIAIQX2LTDOBIW4CZUQ" export AWS_SECRET_ACCESS_KEY="<%= @s3_key %>" export AWS_REGION="eu-west-2"