Skip to content

Commit

Permalink
Restore usage of DUMPVARS
Browse files Browse the repository at this point in the history
  • Loading branch information
deitch committed Aug 13, 2018
1 parent bdfd2db commit edf1102
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 edf1102

Please sign in to comment.