X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/2bfb0ef07fb64314f5c4ded641a8c280df9c1d0b..50c5e663bcc99a2a01c0a2e7886b75cb99659089:/cookbooks/nominatim/templates/default/nominatim-update-refresh-db.erb diff --git a/cookbooks/nominatim/templates/default/nominatim-update-refresh-db.erb b/cookbooks/nominatim/templates/default/nominatim-update-refresh-db.erb index f3de24347..6d7b41596 100644 --- a/cookbooks/nominatim/templates/default/nominatim-update-refresh-db.erb +++ b/cookbooks/nominatim/templates/default/nominatim-update-refresh-db.erb @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/bash -e # DO NOT EDIT - This file is being maintained by Chef @@ -6,5 +6,7 @@ date "+%c === Refresh database after software updates" cd <%= @projectdir %> -nominatim admin --migrate -nominatim refresh --functions --address-levels --website +# 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