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

eydr recipe can't download qpress #212

Open
dvalfre opened this issue Jul 21, 2023 · 0 comments
Open

eydr recipe can't download qpress #212

dvalfre opened this issue Jul 21, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@dvalfre
Copy link
Contributor

dvalfre commented Jul 21, 2023

This issue was reported on previous versions of EYC. Needs to be properly validate for v7.

The failure when running the recipe is when downloading the 'qpress' package. The URL is defined here

:qpress_download_url => "http://www.quicklz.com/qpress-11-linux-x64.tar"

Said URL is no longer valid. But turns out that Percona makes available this utility from one of their repos. And on v7 all packages related to MySQL are downloaded from Percona's repos.

Now, because the recipe was designed for EYC v5 and said stack is not based on Ubuntu, then the recipes download a generic version, untar it, an install. That code is present here and should be rewritten to use the apt_package functionality provided by Chef.

@dvalfre dvalfre added the bug Something isn't working label Jul 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant