X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/4670fb28130f0c5f6371ddc4932bf856725ee589..2f0b6f10a1269e4a0a3ae8897d6fda10dd14fb4d:/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