Skip to content

Commit

Permalink
Merge pull request #54 from deitch/use-dumpvars
Browse files Browse the repository at this point in the history
Restore usage of DUMPVARS
  • Loading branch information
deitch committed Aug 13, 2018
2 parents bdfd2db + edf1102 commit 4a56cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ else
fi

# make the dump
mysqldump -h $DB_SERVER -P $DB_PORT $DBUSER $DBPASS $DB_LIST | gzip > ${TMPDIR}/${TARGET}
mysqldump -h $DB_SERVER -P $DB_PORT $DBUSER $DBPASS $DB_LIST $DUMPVARS | gzip > ${TMPDIR}/${TARGET}

# Execute additional scripts for post porcessing. For example, create a new
# backup file containing this db backup and a second tar file with the
Expand Down

0 comments on commit 4a56cc4

Please sign in to comment.