]> git.openstreetmap.org Git - chef.git/commitdiff
Nominatim: search_country table got removed in April
authormarc tobias <mtmail@gmx.net>
Wed, 20 Jun 2018 12:02:35 +0000 (14:02 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Fri, 22 Jun 2018 20:02:09 +0000 (22:02 +0200)
cookbooks/nominatim/templates/default/vacuum-db-nominatim.erb

index 112159717372f6f4566e8d5319a0443f7e846fdb..e1be595e94c9c1280a33140e28795bc97abaeaf9 100644 (file)
@@ -6,7 +6,6 @@
 # Vaccum all tables with indices on integer arrays.
 # Agressive vacuuming seems to help against index bloat.
 psql -q -d <%= @db %> -c 'VACUUM ANALYSE search_name'
-psql -q -d <%= @db %> -c 'VACUUM ANALYSE search_name_country'
 
 for i in `seq 0 250`; do
   psql -q -d <%= @db %> -c "VACUUM ANALYSE search_name_${i}"