puppetlabs / puppetlabs-mysql

MySQL Puppet Module / Manifests + Types & Providers
Apache License 2.0
380 stars 796 forks source link

Is the module compatible with percona mysql 8 ? #1559

Open renzbeltran opened 1 year ago

renzbeltran commented 1 year ago

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