ihanick / anydbver

LXD+Ansible setup to install Percona/Oracle MySQL/MongoDB/Postgresql database products with exact version specified.
MIT License
50 stars 12 forks source link

mydumper is failing #12

Open guriandoro opened 2 years ago

guriandoro commented 2 years ago

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:

[...]

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
guriandoro commented 1 year ago

Actually, it's not working even with curl now...

guriandoro commented 1 year ago

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