]> git.openstreetmap.org Git - chef.git/commitdiff
community: postgres upgrades require 2nd rebuild on upgrade
authorGrant Slater <github@firefishy.com>
Fri, 7 Feb 2025 00:09:50 +0000 (00:09 +0000)
committerGrant Slater <github@firefishy.com>
Fri, 7 Feb 2025 00:09:50 +0000 (00:09 +0000)
cookbooks/community/recipes/default.rb

index 4d34b39016df59a9f7e82d4fe82807fb8fc1c464..6ba2160134d01b83bee34f19db9bbbd2fc527a1c 100644 (file)
@@ -155,6 +155,7 @@ execute "discourse_container_data_bootstrap" do
   cwd "/srv/community.openstreetmap.org/docker/"
   user "root"
   group "root"
+  retries 2 # Postgres upgrades required a second run
 end
 
 execute "discourse_container_data_destroy" do