]> git.openstreetmap.org Git - chef.git/commitdiff
Update wal-g to 2.0.1
authorTom Hughes <tom@compton.nu>
Thu, 4 May 2023 18:43:12 +0000 (19:43 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 4 May 2023 18:43:25 +0000 (19:43 +0100)
cookbooks/db/recipes/base.rb

index f19b1d03a65c8768fd0c35b5d967f9af8ba435c1..6efbde32891ea66498777fa445606768d1fc85e8 100644 (file)
@@ -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"