No Rocky-Linux support yet??
https://mariadb.com/docs/deploy/upgrade-community-server-cs105-centos8/
hello - while carefully following the instruction link above, the only way i was able to get RL to run was to look for any reference in the ./mariadb_repo_setup script and any place i saw rhel|centos
i changed it to rhel|centos|rocky
and also changed */etc/redhat-release* from Rocky LInux
to Centos Linux
.
when will Rocky-Linux be fully supported? I don't feel comfortable hacking an install script to get it to work.
also i would suggest changing yum
to dnf
Answer Answered by Daniel Bartholomew in this comment.
When running the mariadb_repo_setup script, you can tell it what OS and version to use and then it will skip trying to detect the OS you are running:
./mariadb_repo_setup --os-type=rhel --os-version=8
Content reproduced on this site is the property of its respective owners,
and this content is not reviewed in advance by MariaDB. The views, information and opinions
expressed by this content do not necessarily represent those of MariaDB or any other party.