Done
Details
Assignee
UnassignedUnassignedReporter
Tomislav PlavcicTomislav PlavcicNeeds QA
YesTime tracking
1d loggedComponents
Fix versions
Priority
High
Details
Details
Assignee
Unassigned
UnassignedReporter
Tomislav Plavcic
Tomislav PlavcicNeeds QA
Yes
Time tracking
1d logged
Components
Fix versions
Priority
Smart Checklist
Smart Checklist
Smart Checklist
Created July 16, 2019 at 9:39 AM
Updated March 6, 2024 at 12:00 PM
Resolved July 13, 2021 at 4:21 PM
I have first installed percona-toolkit, these are the packages that got installed with it:
notice that mysql-common and mariadb-common both got installed - which is strange and I'm suspecting that this is causing the problem.
After that installing PS 5.7.26:
and it gets stuck there. Service logs show nothing and the service is not fully installed. I had to kill mysqld process to get this unstuck.
/etc/mysql/my.cnf point to this:
so our config from percona-server.conf.d directory is not used, and mariadb one is basically empty.
alternatives.log has this:
If we install PS 5.7.26 first it will install fine and it will select "mysql-common" for installation also and our config will be used.
After that when we install Percona Toolkit it will also install "mariadb-common", but our config will be left working from what I see.