Noticed in repolist still MariDB 105 after manually Upgraded MariaDB to 106. So went to update manually and came across the native mariadb_repo_setup script. Then go this.
1) Recommended strategy to solve this? Not the right way to do this for cloudlinux?
2) Can you tag engineers to this and perhaps reach out to mariadb to get cloudlinux added to support? I am assuming this would be the missing connection...
Code:
[root@alderaan tmp]# sudo bash mariadb_repo_setup --mariadb-server-version=10.6 # [error] Detected RHEL or compatible but version () is not supported. # [error] # The MariaDB Repository only supports these distributions: # * RHEL/Rocky 8 & 9 (rhel) # * RHEL/CentOS 7 (rhel) # * Ubuntu 18.04 LTS (bionic), 20.04 LTS (focal), and 22.04 LTS (jammy) # * Debian 10 (buster), & 11 (bullseye) # * SLES 12 & 15 (sles) # [error] # See https://mariadb.com/kb/en/mariadb/mariadb-package-repository-setup-and-usage/#platform-support
2) Can you tag engineers to this and perhaps reach out to mariadb to get cloudlinux added to support? I am assuming this would be the missing connection...
Comment