X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/04b7f0d2a1f964ef17e22c3bea6fef186f7539e8..7ed67786891a4aae8d8fafad66ba7e2edd0b9449:/cookbooks/community/recipes/default.rb?ds=sidebyside diff --git a/cookbooks/community/recipes/default.rb b/cookbooks/community/recipes/default.rb index 51c4624ea..6ba216013 100644 --- a/cookbooks/community/recipes/default.rb +++ b/cookbooks/community/recipes/default.rb @@ -63,7 +63,7 @@ git "/srv/community.openstreetmap.org/docker" do action :sync repository "https://github.com/discourse/discourse_docker.git" # DANGER launch wrapper automatically updates git repo if rebuild method used: https://github.com/discourse/discourse_docker/blob/107ffb40fe8b1ea40e00814468db974a4f3f8e8f/launcher#L799 - revision "136c63890674b95df1327d24270c55e4ef8e87a8" + revision "efd6bc8ccbd9057c04d909ff48ecf8b704cae3ff" user "root" group "root" notifies :run, "notify_group[discourse_container_new_data]" @@ -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