From: Tom Hughes Date: Thu, 4 May 2023 18:43:12 +0000 (+0100) Subject: Update wal-g to 2.0.1 X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/d4db2d890308157f77aa84154ef18fffeb8c61f0?ds=inline;hp=-c Update wal-g to 2.0.1 --- d4db2d890308157f77aa84154ef18fffeb8c61f0 diff --git a/cookbooks/db/recipes/base.rb b/cookbooks/db/recipes/base.rb index f19b1d03a..6efbde328 100644 --- a/cookbooks/db/recipes/base.rb +++ b/cookbooks/db/recipes/base.rb @@ -108,7 +108,7 @@ package "lzop" remote_file "/usr/local/bin/wal-g" do action :create - source "https://github.com/wal-g/wal-g/releases/download/v1.1/wal-g-pg-ubuntu-20.04-amd64" + source "https://github.com/wal-g/wal-g/releases/download/v2.0.1/wal-g-pg-ubuntu-20.04-amd64" owner "root" group "root" mode "755"