Skip to content
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

Enable compression when --stream is used #551

Closed
davidducos opened this issue Jan 20, 2022 · 0 comments · Fixed by #552
Closed

Enable compression when --stream is used #551

davidducos opened this issue Jan 20, 2022 · 0 comments · Fixed by #552

Comments

@davidducos
Copy link
Member

Oh!!! I found the problem, currently --stream which is being set by default when you use DB_NAME doesn't support compression!!
This should work:

mydumper -o dump  -e -h 127.0.0.1 -u $DB_USER -p $DB_PASS $DB_NAME

Originally posted by @davidducos in #533 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant