Open LPby opened 10 years ago
Perhaps try dpkg-reconfigure percona-server-server-5.6
@LPby: I tried your manifest and it runs fine here. Does your machine by any chance already have a mysql version and/or libraries installed before putting percona on there? This has been known to cause issues.
I can't run dpkg-reconfigure until mysql installed.
root@puppet-client:~# aptitude search mysql | grep ^i
root@puppet-client:~# ls /etc/my*
ls: cannot access /etc/my*: No such file or directory
root@puppet-client:~# ls /var/lib/mysql
ls: cannot access /var/lib/mysql: No such file or directory
root@puppet-client:~# lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 7.4 (wheezy)
Release: 7.4
Codename: wheezy
After percona installation via puppet failed, the pachage percona-server-server-5.6 is at not configured state. I can run dpkg-reconfigure percona-server-server-5.6 manually and solve the problem. But the point is to automate installation.
I've seen this behavior before with percona packages. Mostly its a libmysqlclient* which is already installed that is conflicting.
I've cleaned all mysql components before:
root@puppet-client:~# aptitude search mysql | grep libmysqlclient
p libmysqlclient-dev - MySQL database development files
v libmysqlclient15-dev -
p libmysqlclient18 - MySQL database client library
I have issues using Percona 5.6 with CentOS 7, the installation cannot be completed because this dependency cannot be found Percona-SQL-Shared-Compat.
Any ideas please?
Hello!
I've installed modules:
created manifest:
And got error:
The same situation when I try install percona server without modules via "package", "exec" and even through script. What am I doing wrong?