From f7b0f3ee30cad2908e0042932e276a628da21f89 Mon Sep 17 00:00:00 2001 From: TommyTran732 Date: Sun, 26 Sep 2021 00:18:25 -0400 Subject: [PATCH] Update MariaDB on CentOS/RHEL to 10.6 --- install.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 5abe8e1..dd1e6a8 100644 --- a/install.sh +++ b/install.sh @@ -291,13 +291,14 @@ EOF bash -c 'cat > /etc/yum.repos.d/mariadb.repo' <<-'EOF' [mariadb] name = MariaDB -baseurl = http://yum.mariadb.org/10.5/centos7-amd64 +baseurl = http://yum.mariadb.org/10.6/centos8-amd64 +module_hotfixes=1 gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB gpgcheck=1 EOF yum -y install epel-release - yum -y install http://rpms.remirepo.net/enterprise/remi-release-7.rpm + dnf -y install http://rpms.remirepo.net/enterprise/remi-release-8.rpm yum -y install policycoreutils-python yum-utils libsemanage-devel yum-config-manager --enable remi yum-config-manager --enable remi-php80