How to ignore tables? in 1.0.4rc?
drmax24 opened this issue · 3 comments
drmax24 commented
How to ignore tables? in 1.0.4rc?
i don't see environment variable.
there was a MYSQLDUMP_OPTS
now it seems it's gone
drmax24 commented
In the latest I can not set a static name for the dump file.
And in 1.0.4 I can not ignore tables...
No backwards compatibility to speak of too...
Omg
deitch commented
there was a MYSQLDUMP_OPTS
Those were passed to mysqldump
, which was executed as-is. The 1.0 branch doesn't use mysqldump
, but implements it directly. That wasn't guaranteed. Definitely open to an option, if you want to add a pull request.
deitch commented
In the latest I can not set a static name for the dump file.
Open a new issue, if you are interested in contributing.