]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/db/templates/default/wal-g.erb
postgres: explicitly specifiy WAL-G compressor
[chef.git] / 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"