]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/nominatim/templates/default/nominatim-update-refresh-db.erb
Add new source for taginfo
[chef.git] / cookbooks / nominatim / templates / default / nominatim-update-refresh-db.erb
index 6d7b415962d53fbd87dc4646884118141208995d..7156342e3f8c3138ffa8e0e83e92f832ddf324b7 100644 (file)
@@ -6,7 +6,5 @@ date "+%c === Refresh database after software updates"
 
 cd <%= @projectdir %>
 
-# Run the migrations from the nominatim version in the build directory,
-# so they can execute while the frontend doesn't have the new code yet.
-<%= @builddir %>/nominatim admin --migrate
-<%= @builddir %>/nominatim refresh --functions --address-levels --website
+<%= @venvprefix %>nominatim admin --migrate
+<%= @venvprefix %>nominatim refresh --functions --address-levels