]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/nominatim/templates/default/nominatim-update-data.erb
tile: use osm2pgsql-replication promethus
[chef.git] / cookbooks / nominatim / templates / default / nominatim-update-data.erb
index 733c381058f1de455e5e8994b7b4ec5866e2752d..00870711f5cc6fc7a040f9310903986c89c8d706 100644 (file)
@@ -8,7 +8,7 @@ cd <%= @projectdir %>
 
 # First execute any maintenance task that may be there.
 
-for task in `find <%= @bindir %>/maintenance -type f`; do
+for task in `find <%= @bindir %>/maintenance -type f,l`; do
   date "+%c === Running maintenance task ${task}"
   . ${task}
   rm ${task}
@@ -27,4 +27,4 @@ else
     INST=2
 fi
 
-nominatim replication --catch-up --threads $INST
+<%= @venvprefix %>nominatim replication --catch-up --threads $INST