]> git.openstreetmap.org Git - chef.git/commitdiff
postgres: explicitly specifiy WAL-G compressor
authorGrant Slater <github@firefishy.com>
Sun, 20 Aug 2023 06:34:19 +0000 (07:34 +0100)
committerGrant Slater <github@firefishy.com>
Sun, 20 Aug 2023 06:34:19 +0000 (07:34 +0100)
cookbooks/db/templates/default/wal-g.erb

index 867bdacfced9f99723abe024d86d25d3ef8a21e8..2297fd4ab1a43d01582c57bec3d3a2514e973570 100644 (file)
@@ -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"