You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.The text was updated successfully, but these errors were encountered: