We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The documentation indicates I can use -X to set the number of snapshots:
-X, --snapshot-count number of snapshots, default 2
however including this option (for me at least) stops mydumper running with the following error:
option parsing failed: Unknown option -X, try --help
option parsing failed: Unknown option --snapshot-count, try --help
Command executed: /bin/mydumper -D -c --build-empty-files --regex '^(Client_)' -u $USER -p $PASS --less-locking --threads=1 -I 30 -X 3 --outputdir=/data/backups/ -L /var/log/mydumper
/bin/mydumper -D -c --build-empty-files --regex '^(Client_)' -u $USER -p $PASS --less-locking --threads=1 -I 30 -X 3 --outputdir=/data/backups/ -L /var/log/mydumper
Expected behavior I expected I could set the number of backups to keep to a custom value (in my testing, '3')
Log Log file empty (even at -v 3)
Environment:
This could well be a mistake or misunderstanding on my part, as I'm still getting familiar with this, but please let me know.
The text was updated successfully, but these errors were encountered:
Hi @MikeCockrem, you are using a very old version of mydumper. Can you try with a newer one?
Sorry, something went wrong.
No branches or pull requests
The documentation indicates I can use -X to set the number of snapshots:
however including this option (for me at least) stops mydumper running with the following error:
Command executed:
/bin/mydumper -D -c --build-empty-files --regex '^(Client_)' -u $USER -p $PASS --less-locking --threads=1 -I 30 -X 3 --outputdir=/data/backups/ -L /var/log/mydumper
Expected behavior
I expected I could set the number of backups to keep to a custom value (in my testing, '3')
Log
Log file empty (even at -v 3)
Environment:
This could well be a mistake or misunderstanding on my part, as I'm still getting familiar with this, but please let me know.
The text was updated successfully, but these errors were encountered: