]> git.openstreetmap.org Git - chef.git/commitdiff
do not back up country table
authorSarah Hoffmann <lonvia@denofr.de>
Fri, 19 Dec 2014 19:26:07 +0000 (20:26 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Fri, 19 Dec 2014 19:26:07 +0000 (20:26 +0100)
It no longer exists.

cookbooks/nominatim/templates/default/backup-nominatim.erb

index 418195074d9f40b7405d6d44f033c25b403a2ab4..2e008ba422a2fe3900b1ee70894c9033980148ae 100644 (file)
@@ -12,7 +12,7 @@
 D=`date +%Y-%m-%d`
 F=/tmp/nominatim-${D}.dmp
 
 D=`date +%Y-%m-%d`
 F=/tmp/nominatim-${D}.dmp
 
-pg_dump --file=$F -F c -Z 9 -t 'country' -t file -t '*columns' -t 'import_polygon_*' -t import_status -t place_addressline -t placex -t search_name -t 'seq_*' -t word <%= node[:nominatim][:database][:dbname] %>
+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 <%= node[:nominatim][:database][:dbname] %>
 
 export RSYNC_RSH="ssh -ax -c arcfour"
 rsync $F backup.openstreetmap.org::backup
 
 export RSYNC_RSH="ssh -ax -c arcfour"
 rsync $F backup.openstreetmap.org::backup