Skip to main content

[CPANEL-25892] No repository exists for MariaDB103 with RHEL

Comments

3 comments

  • cPanelMichael
    Hello @Autumn Clack, Case CPANEL-25892 is open to address an issue where the RHEL YUM repo files for MariaDB 10.3 are missing from the /usr/local/cpanel/etc/rpm/rhel/6/ and /usr/local/cpanel/etc/rpm/rhel/7/ directories. I'll monitor the status of this case and update this thread with more information as it becomes available. In the meantime, you can run the following commands to manually enable the MariaDB 10.3 repo on RHEL versions 6/7: For RHEL version 6: # mkdir -p /usr/local/cpanel/etc/rpm/rhel/6/MariaDB103/x86_64 # vi /usr/local/cpanel/etc/rpm/rhel/6/MariaDB103/x86_64/yumrepo
    Once the file is open in the "vi" editor, populate it with the following contents and save: # MariaDB 10.3 CentOS repository list - created 2014-10.39 00:41 UTC # http://mariadb.org/mariadb/repositories/ [MariaDB103] name = MariaDB103 baseurl = http://yum.mariadb.org/10.3/rhel6-amd64/ gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB gpgcheck=1
    For RHEL version 7: # mkdir -p /usr/local/cpanel/etc/rpm/rhel/7/MariaDB103/x86_64 # vi /usr/local/cpanel/etc/rpm/rhel/7/MariaDB103/x86_64/yumrepo
    Once the file is open in the "vi" editor, populate it with the following contents and save: # MariaDB 10.3 CentOS repository list - created 2014-10.39 00:41 UTC # http://mariadb.org/mariadb/repositories/ [MariaDB103] name = MariaDB103 baseurl = http://yum.mariadb.org/10.3/rhel7-amd64/ gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB gpgcheck=1
    Let me know if you encounter any issues upon enabling the workaround. Thank you.
    0
  • Autumn Clack
    Michael, Thank you very much for the manual fix to enable the repo! It worked as expected. --Autumn
    0
  • cPanelMichael
    Hello, To update, this is fixed in version 82. Here's the entry in the Release Tier on the link below:
    0

Please sign in to leave a comment.