magnusbilling7 icon indicating copy to clipboard operation
magnusbilling7 copied to clipboard

MariaDB repo 10.1 possibly discontinued, Error 404 during install

Open domgmtone opened this issue 3 years ago • 2 comments
trafficstars

Minor bug MariaDB repo 10.1 issue while executing install script

[Errno 14] HTTP/HTTPS Error 404 is displayed for repo http://yum.mariadb.org/10.1/centos7-amd64

possible cause: repo discontinued, at least I wasn't able to find it in under http://mirror.mariadb.org/yum/, their repo list now begins with 10.2

Solution: find the below script and replace baseurl = http://yum.mariadb.org/10.1/centos7-amd64 to baseurl = http://yum.mariadb.org/10.2/centos7-amd64

"if [ ${DIST} = "CENTOS" ]; then echo '[mariadb] name = MariaDB baseurl = http://yum.mariadb.org/10.1/centos7-amd64 gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB gpgcheck=1' > /etc/yum.repos.d/MariaDB.repo fi"

domgmtone avatar Apr 09 '22 05:04 domgmtone

fixed

magnussolution avatar Apr 14 '22 18:04 magnussolution

You are right, the repository doesn't have 10.1

Em sáb, 9 de abr de 2022 02:15, domgmtone @.***> escreveu:

Minor bug MariaDB repo 10.1 issue while executing install script

[Errno 14] HTTP/HTTPS Error 404 is displayed for repo http://yum.mariadb.org/10.1/centos7-amd64

possible cause: repo discontinued, at least I wasn't able to find it in under http://mirror.mariadb.org/yum/, their repo list now begins with 10.2

Solution: find the below script and replace baseurl = http://yum.mariadb.org/10.1/centos7-amd64 to baseurl = http://yum.mariadb.org/10.2/centos7-amd64

"if [ ${DIST} = "CENTOS" ]; then echo '[mariadb] name = MariaDB baseurl = http://yum.mariadb.org/10.1/centos7-amd64 gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB gpgcheck=1' > /etc/yum.repos.d/MariaDB.repo fi"

— Reply to this email directly, view it on GitHub https://github.com/magnussolution/magnusbilling7/issues/573, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGZ7W5CKX727KQWOV22U5STVEEG7DANCNFSM5S6LW2HQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

yurikurka avatar Oct 11 '22 07:10 yurikurka