X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/6accbe964d9196c8f5b3e8685b10f38b990da6b7..b1a139d155110a79941a53ff2141d799e81cc002:/cookbooks/stateofthemap/templates/default/backup.cron.erb diff --git a/cookbooks/stateofthemap/templates/default/backup.cron.erb b/cookbooks/stateofthemap/templates/default/backup.cron.erb index 0b459d52c..20ff15888 100644 --- a/cookbooks/stateofthemap/templates/default/backup.cron.erb +++ b/cookbooks/stateofthemap/templates/default/backup.cron.erb @@ -12,7 +12,7 @@ mkdir $T/sotm-$D echo '[mysqldump]' > $T/mysqldump.opts echo 'user=sotm<%= year %>' >> $T/mysqldump.opts echo 'password=<%= @passwords["sotm#{year}"] %>' >> $T/mysqldump.opts -mysqldump --defaults-file=$T/mysqldump.opts --opt sotm<%= year %> > $T/sotm-$D/sotm<%= year %>.sql +mysqldump --defaults-file=$T/mysqldump.opts --opt --no-tablespaces sotm<%= year %> > $T/sotm-$D/sotm<%= year %>.sql <% end -%> ln -s /srv/2007.stateofthemap.org $T/sotm-$D/www2007