After new Alma 9 install attempted to upgrade maria to 11.8,
Have gone through the documentation and iterations attempting to cleanly clear this issue.
By placing this line in the /etc/dnf/dnf.conf file I was able to update all the other cwp packages:
exclude=mysql* perl-DBD-MySQL*
Obviously at some point I want to update cleanly (including mysql stuff)
The error:
-----------------------------------------------------
[root@zelinux26 my.cnf.d]# dnf update -y
Error:
Problem: cannot install both MariaDB-common-11.8.6-1.el9.x86_64 from mariadb and MariaDB-common-11.8.8-1.el9.x86_64 from @System
- cannot install the best update candidate for package mysql-common-8.0.46-1.el9_8.x86_64
- cannot install the best update candidate for package MariaDB-common-11.8.8-1.el9.x86_64
(try to add '--allowerasing' to command line to replace conflicting packages or '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
------------------------------------------------------
The cwp7pro display instance is operating fine showing version 15.2
What can I do to resolve this dnf update issue..?..
Any help appreciated.