X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/4670fb28130f0c5f6371ddc4932bf856725ee589..dca9aff59c1ecd82f2f17c1a91b5eebed19700f7:/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 dbd3ddbdd..fc806f1b4 100644 --- a/cookbooks/nominatim/templates/default/git-post-merge-hook.erb +++ b/cookbooks/nominatim/templates/default/git-post-merge-hook.erb @@ -13,5 +13,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 + ./nominatim refresh --functions --address-levels --website fi