]> git.openstreetmap.org Git - chef.git/commitdiff
nominatim: add interpolated house numbers to backup
authorSarah Hoffmann <lonvia@denofr.de>
Sun, 2 Oct 2016 16:22:26 +0000 (18:22 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Sun, 2 Oct 2016 16:22:26 +0000 (18:22 +0200)
cookbooks/nominatim/templates/default/backup-nominatim.erb

index 7cae01b27c43e2d64ffad8a3e8fa204792798dd9..b3ef0646a1b1c57ca1aaac0f2dd1c51b3c22eec5 100644 (file)
@@ -12,7 +12,7 @@
 D=`date +%Y-%m-%d`
 F=/tmp/nominatim-${D}.dmp
 
-pg_dump --file=$F -F c -Z 9 -t file -t '*columns' -t 'import_polygon_*' -t import_status -t place_addressline -t placex -t search_name -t 'seq_*' -t word <%= @db %>
+pg_dump --file=$F -F c -Z 9 -t file -t '*columns' -t 'import_polygon_*' -t import_status -t place_addressline -t location_property_osmline -t placex -t search_name -t 'seq_*' -t word <%= @db %>
 
 export RSYNC_RSH="ssh -ax"
 rsync $F backup.openstreetmap.org::backup