]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/nominatim/templates/default/git-post-merge-hook.erb
nominatim: switch to using nominatim tool
[chef.git] / cookbooks / nominatim / templates / default / git-post-merge-hook.erb
index 9c20abaca0f13cad279ccda0a5687d09cb5ee7b2..fc806f1b484408701ddfc89a0d36dd12bb97aea4 100644 (file)
@@ -13,7 +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
-  ./utils/setup.php --setup-website
-  ./utils/update.php --update-address-levels
+  ./nominatim refresh --functions --address-levels --website
 fi