X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/9eb8943ae3e825d148f52860473a892f8ea7366d..6769f06b626d566508eaa96a9892d05aeb331f24:/cookbooks/nominatim/templates/default/git-post-merge-hook.erb diff --git a/cookbooks/nominatim/templates/default/git-post-merge-hook.erb b/cookbooks/nominatim/templates/default/git-post-merge-hook.erb index a1ee31795..92ff6af95 100644 --- a/cookbooks/nominatim/templates/default/git-post-merge-hook.erb +++ b/cookbooks/nominatim/templates/default/git-post-merge-hook.erb @@ -13,6 +13,6 @@ 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 + ./nominatim admin --migrate + ./nominatim refresh --functions --address-levels --website fi