From: Sarah Hoffmann Date: Sun, 16 Jun 2019 19:43:49 +0000 (+0200) Subject: nominatim: update address level table on git changes X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/9eb8943ae3e825d148f52860473a892f8ea7366d nominatim: update address level table on git changes --- diff --git a/cookbooks/nominatim/templates/default/git-post-merge-hook.erb b/cookbooks/nominatim/templates/default/git-post-merge-hook.erb index dbd3ddbdd..a1ee31795 100644 --- a/cookbooks/nominatim/templates/default/git-post-merge-hook.erb +++ b/cookbooks/nominatim/templates/default/git-post-merge-hook.erb @@ -14,4 +14,5 @@ make psql -d <%= @dbname %> -c "SELECT version();" >/dev/null 2>&1 if [[ "$?" == "0" ]]; then ./utils/setup.php --create-functions --create-partition-functions --enable-diff-updates + ./utils/update.php --update-address-levels fi