Closed ghost closed 1 year ago
Could be done with mysqldump --ignore-table=DATABASE.table1 --ignore-table=DATABASE.table2 and then some ENV var in the compose file.
mysqldump --ignore-table=DATABASE.table1 --ignore-table=DATABASE.table2
You can inject your mysqldump extra arguments in the variable MYSQLDUMP_OPTS
Could be done with
mysqldump --ignore-table=DATABASE.table1 --ignore-table=DATABASE.table2
and then some ENV var in the compose file.