Hi Guys,
I encountered a big problem...
I want to upgrade the mariadb from 10.5 to 10.6.
I tried the following tutorials:
https://wiki.centos-webpanel.com/mariadb-upgrade-to-new-version --- I think is an old tutorial because the repository is not valid anymore.
https://www.liquidweb.com/blog/upgrade-mariadb-on-linux-almalinux/ --- doesn't work also.
What is weird, is the following:
First of all when I try to remove the old mariadb 10.5 I get this:
After I stop the mariadb etc...:
sudo dnf remove MariaDB-server -y
No match for argument: MariaDB-server
No packages marked for removal.
Dependencies resolved.
Nothing to do.
Complete!
When I put the repository from here:
https://mirror.mariadb.org/yum/10.6/almalinux9-amd64/And start the installation I get:
yum install MariaDB-server MariaDB-client net-snmp perl-DBD -MySQL -y
CentOS Web Panel repo for Linux 9 - x86_64 244 kB/s | 55 kB 00:00
MariaDB 10.6 repo (build 60836) 317 kB/s | 203 kB 00:00
AlmaLinux 9 - AppStream 18 MB/s | 12 MB 00:00
AlmaLinux 9 - BaseOS 12 MB/s | 7.4 MB 00:00
AlmaLinux 9 - CRB 7.2 MB/s | 3.3 MB 00:00
AlmaLinux 9 - Extras 55 kB/s | 20 kB 00:00
bunkus.org MKVToolNix repository 112 kB/s | 26 kB 00:00
Extra Packages for Enterprise Linux 9 - x86_64 9.1 MB/s | 20 MB 00:02
Extra Packages for Enterprise Linux 9 openh264 2.0 kB/s | 2.5 kB 00:01
MariaDB Server 449 kB/s | 611 kB 00:01
MariaDB MaxScale 8.7 kB/s | 6.9 kB 00:00
RPM Fusion for EL 9 - Free - Updates 282 kB/s | 211 kB 00:00
RPM Fusion for EL 9 - Nonfree - Updates 126 kB/s | 102 kB 00:00
Yarn Repository 923 kB/s | 363 kB 00:00
Package perl-DBD-MySQL-4.053-1.el9.x86_64 is already installed.
Error:
Problem: problem with installed package mariadb-gssapi-server-3:10.5.29-3.el9_7 .x86_64
- package mariadb-gssapi-server-3:10.5.29-3.el9_7.x86_64 from @System requires mariadb-server(x86-64) = 3:10.5.29-3.el9_7, but none of the providers can be in stalled
- package mariadb-gssapi-server-3:10.5.29-3.el9_7.x86_64 from appstream requir es mariadb-server(x86-64) = 3:10.5.29-3.el9_7, but none of the providers can be installed
- package mariadb-gssapi-server-3:10.5.29-2.el9_6.x86_64 from appstream requir es mariadb-server(x86-64) = 3:10.5.29-2.el9_6, but none of the providers can be installed
- package mariadb-server-3:10.5.29-3.el9_7.x86_64 from @System conflicts with mysql-server provided by MariaDB-server-10.6.24-1.el9.x86_64 from MariaDB-10.6
- package MariaDB-server-10.6.24-1.el9.x86_64 from MariaDB-10.6 obsoletes mari adb-server provided by mariadb-server-3:10.5.29-3.el9_7.x86_64 from @System
- package mariadb-server-3:10.5.29-2.el9_6.x86_64 from appstream conflicts wit h mysql-server provided by MariaDB-server-10.6.24-1.el9.x86_64 from MariaDB-10.6
- package MariaDB-server-10.6.24-1.el9.x86_64 from MariaDB-10.6 obsoletes mari adb-server provided by mariadb-server-3:10.5.29-2.el9_6.x86_64 from appstream
- package mariadb-server-3:10.5.29-3.el9_7.x86_64 from appstream conflicts wit h mysql-server provided by MariaDB-server-10.6.24-1.el9.x86_64 from MariaDB-10.6
- package MariaDB-server-10.6.24-1.el9.x86_64 from MariaDB-10.6 obsoletes mari adb-server provided by mariadb-server-3:10.5.29-3.el9_7.x86_64 from appstream
- cannot install the best candidate for the job
(try to add '--allowerasing' to command line to replace conflicting packages or '--skip-broken' to skip uninstallable packages or '--nobest' to use not only bes t candidate packages)
That means, I think, the mariadb 10.5 is not removed... but how to remove if the command above doesn't work?
And please tell me if I use the proper repository
