puppetlabs/puppetlabs-mysql

Is the module compatible with percona mysql 8 ?

renzbeltran opened this issue · 0 comments

Hi, I just wanted to consult if the module is compatible with mysql8 because we want to migrate from mysql 5 to 8.
Once I upgraded manually to mysql 8 running puppet gives me the following error:

Notice: /Stage[main]/Mysql::Server::Install/Package[mysql-server]/ensure: created Error: /Stage[main]/Mysql::Server::Install/Package[mysql-server]: Could not evaluate: Execution of '/usr/bin/apt-mark manual ' returned 100: E: Unable to locate package E: No packages found

I see that it's trying to mark mysql-server as manually installed but with mysql8 the package is renamed to percona-server-server .

Best regards,
Renz