X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/da9f7215db51f7061618ec41cea625072f318b79..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 9c20abaca..92ff6af95 100644 --- a/cookbooks/nominatim/templates/default/git-post-merge-hook.erb +++ b/cookbooks/nominatim/templates/default/git-post-merge-hook.erb @@ -13,7 +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/setup.php --setup-website - ./utils/update.php --update-address-levels + ./nominatim admin --migrate + ./nominatim refresh --functions --address-levels --website fi