magnussolution / magnusbilling7

MagnusBilling is a fast, secure, efficient, high availability, VOIP Billing.
https://www.magnusbilling.org
GNU Lesser General Public License v3.0
180 stars 107 forks source link

MariaDB repo 10.1 possibly discontinued, Error 404 during install #573

Open domgmtone opened 2 years ago

domgmtone commented 2 years ago

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"

magnussolution commented 2 years ago

fixed

yurikurka commented 1 year ago

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: @.***>