]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/nominatim/templates/default/git-post-merge-hook.erb
Bump cookstyle from 7.21.0 to 7.22.3
[chef.git] / cookbooks / nominatim / templates / default / git-post-merge-hook.erb
index a1ee3179508274024ec22b1195bfb8da030c55f4..92ff6af95bf6e0be3214163ff265181920db2dd8 100644 (file)
@@ -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