Skip to main content

Mariadb, what should be in yum.conf ?

Comments

1 comment

  • cPanelMichael
    Hello, Here's what the exclude= line in /etc/yum.conf looks like on a cPanel system with MariaDB installed:
    exclude=courier* dovecot* exim* filesystem httpd* mod_ssl* mydns* mysql* nsd* p0f php* proftpd* pure-ftpd* spamassassin* squirrelmail*
    Here's an example of the packages you will see installed on the system after converting to MariaDB via "WHM >> MySQL/MariaDB Upgrade":
    # rpm -qa|grep MariaDB MariaDB-common-10.1.21-1.el7.centos.x86_64 MariaDB-shared-10.1.21-1.el7.centos.x86_64 MariaDB-server-10.1.21-1.el7.centos.x86_64 MariaDB-devel-10.1.21-1.el7.centos.x86_64 MariaDB-client-10.1.21-1.el7.centos.x86_64
    Thus, you wouldn't want to exclude the MariaDB* package from YUM, or else you would not be able to receive updates to these packages. Could you verify what you noticed in cPanel/WHM, and what the output to the above RPM command was when you noticed the incorrect version? Thank you.
    0

Please sign in to leave a comment.