Daerik
New Pleskian
- Server operating system version
- CentOS 7.9
- Plesk version and microupdate number
- 18.0.63 #4
I am encountering an issue while attempting to upgrade from Plesk Obsidian 18.0.63 to 18.0.64 on a CentOS 7 server. During the upgrade, I receive the following error related to the MariaDB MaxScale repository:
Should I disable the MaxScale repository, or is there an updated repository URL I should be using? Any help would be appreciated!
Thanks in advance.
--
Update: After continuing despite the MaxScale repository issue, I ran into the following error:
--
My repo used:
The upgrade process is failing due to this, with the following message:Enabled repositories check
https://dlm.mariadb.com/repo/maxscale/latest/yum/rhel/7/x86_64/repodata/repomd.xml: [Errno 14] HTTPS Error 404 - Not Found
Trying other mirror.
I have tried the suggestions from the CentOS wiki on yum errors (https://wiki.centos.org/yum-errors) without success. Has anyone encountered a similar issue or have suggestions for how to resolve it?Unable to create yum cache for 'mariadb-maxscale' OS repository.
Make sure the repository is available, otherwise either disable it or fix its configuration, then try again.
Should I disable the MaxScale repository, or is there an updated repository URL I should be using? Any help would be appreciated!
Thanks in advance.
--
Update: After continuing despite the MaxScale repository issue, I ran into the following error:
In my server mysql is linked to mariadbTrying to start service mariadb... active
Trying to establish test connection...
/usr/bin/mysql: Deprecated program name. It will be removed in a future release, use '/usr/bin/mariadb' instead
ERROR 2026 (HY000): TLS/SSL error: SSL is required, but the server does not support it
ERROR while trying to establish test connection
I think my greatest concern is that we're not ready to make the jump to Alma from our CentOS servers. Should I just accept that 18.0.64 will be unavailable for my OS? I am running into the same error on all 8 of my CentOS servers.[root@plesk ~]# ll /usr/bin/mysql
lrwxrwxrwx 1 root root 7 Sep 23 09:07 /usr/bin/mysql -> mariadb
--
My repo used:
[root@plesk ~]# cat /etc/yum.repos.d/mariadb.repo
[mariadb-main]
name = MariaDB Server
baseurl = https://dlm.mariadb.com/repo/mariadb-server/10.11/yum/rhel/7/x86_64
gpgkey = file:///etc/pki/rpm-gpg/MariaDB-Server-GPG-KEY
gpgcheck = 1
enabled = 1
[mariadb-maxscale]
# To use the latest stable release of MaxScale, use "latest" as the version
# To use the latest beta (or stable if no current beta) release of MaxScale, use "beta" as the version
name = MariaDB MaxScale
baseurl = https://dlm.mariadb.com/repo/maxscale/latest/yum/rhel/7/x86_64
gpgkey = file:///etc/pki/rpm-gpg/MariaDB-MaxScale-GPG-KEY
gpgcheck = 1
enabled = 1
[mariadb-tools]
name = MariaDB Tools
baseurl = Tools/rhel/7/x86_64/ - MariaDB
gpgkey = file:///etc/pki/rpm-gpg/MariaDB-Enterprise-GPG-KEY
gpgcheck = 1
enabled = 1