engineyard / ey-cookbooks-stable-v7

Other
6 stars 5 forks source link

Chef does not know about MySQL version 8.0.28 #208

Closed dvalfre closed 5 months ago

dvalfre commented 1 year ago

Turns out that the Percona repositories no longer host version 8.0.28 of MySQL for Ubuntu, which is the default version installed by these recipes. This line has to be updated to 8.0.29.

Until a fix is in place, please set environment variable EY_MYSQL_VERSION=8.0.29 and hit Apply on the failing instances.

scottsherwood commented 10 months ago

@dvalfre As it looks like you have identified the issue here, would it be possible to push a permanent fix for this out soon please?

dvalfre commented 9 months ago

Upstream has deprecated version 8.0.29 as well, so the minimum version has to be set at 8.0.30.

dvalfre commented 6 months ago

The smart way to handle this will be to autodetect the lower minor version available at all times. This could be achieved by modifying here with something like this code.

scottsherwood commented 5 months ago

8.0.30 appears to be deprecated now too, so switched to 8.0.31

eudalov commented 5 months ago

Released in https://github.com/engineyard/ey-cookbooks-stable-v7/releases/tag/stable-v7-1.0.17.