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
Hi Nickolay!
Doing this over here, since you are out :) no rush on it.
./anydbver deploy ps:5.7 mydumper
is failing with the following, even though I tried to curl -LO that url and it works:
curl -LO
[...] TASK [mysql : Install mydumper] ********************************************************************************************************************************** fatal: [agustin.default]: FAILED! => {"changed": false, "msg": "Failure downloading https://github.com/maxbube/mydumper/releases/download/v0.12.5-3-zstd/mydumper-0.12.5-3-zstd.el7.x86_64.rpm, HTTP Error 404: Not Found"} PLAY RECAP ******************************************************************************************************************************************************* agustin.default : ok=17 changed=8 unreachable=0 failed=1 skipped=32 rescued=0 ignored=0
The text was updated successfully, but these errors were encountered:
Actually, it's not working even with curl now...
Sorry, something went wrong.
Wrong link used: https://github.com/maxbube/mydumper/releases/download/v0.12.5-3-zstd/mydumper-0.12.5-3-zstd.el7.x86_64.rpm
Currently working link: https://github.com/mydumper/mydumper/releases/download/v0.12.5-3/mydumper-0.12.5-3-zstd.el7.x86_64.rpm
No branches or pull requests
Hi Nickolay!
Doing this over here, since you are out :) no rush on it.
is failing with the following, even though I tried to
curl -LO
that url and it works:The text was updated successfully, but these errors were encountered: