Merge pull request #840 from aperto/master
Fix global parameter usage in backup script
This commit is contained in:
commit
6146d93b67
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ cleanup
|
|||
<% end -%>
|
||||
<% if @backupdatabases.empty? -%>
|
||||
<% if @file_per_database -%>
|
||||
mysql --defaults-file=$TMPFILE -s -r -N -e 'SHOW DATABASES' | while read dbname
|
||||
mysql --defaults-extra-file=$TMPFILE -s -r -N -e 'SHOW DATABASES' | while read dbname
|
||||
do
|
||||
mysqldump --defaults-extra-file=$TMPFILE --opt --flush-logs --single-transaction \
|
||||
${ADDITIONAL_OPTIONS} \
|
||||
|
|
Loading…
Reference in a new issue