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 .
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