-
Notifications
You must be signed in to change notification settings - Fork 1k
dump don't work anymore "exit status 7?" #264
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Ok. I find issue it's mysqdump from mariadb don't work. In my case I use docker alpine small image instead of complete ubuntu:16.04 but package mysql-client created from mariadb! (default now)
It will be nice to have option use as well mysqdump from mariaDB. Thanks. |
Hi @remotejob Do you mean if you use MariaDB mysqldump, it can't work with MySQL? |
Yes. Probably it's not issue at all? |
can we use MySQL mysqldump for MariaDB? If yes, we can change it. |
I only test mysqldump(mariadb) -----> MYSQL for me it don't work. I don't test mysqldump(mysql) -------> MariaDB |
maybe we should support two Dockerfiles, one is for MySQL mysqldump, and the other is for MariaDB. |
If take in consideration mysqldump have the same name as for mysql as well for Mariadb. I will do: cfg.Dump.ExecutionPath = "mysqldump" cfg.Dump.DbKind ="mysql/mariadb..." But It's up to you. |
In the replication mode, there is a Flavor configuration, using it we can send different commands for MySQL/MariaDB, but for mysqldump, nearly they use the same flags, hard to distinguish. Maybe we can add a comment in the dump for this error. |
After last update "canal/dump" don't work anymore :(
time="2018-04-30T04:45:43Z" level=info msg="try dump MySQL and parse"
exit status 7
???The text was updated successfully, but these errors were encountered: