You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
During pf upgrade, MariaDB server fails when passing from MariaDB-server-10.5.24-1.el8.x86_64 to MariaDB-server-10.11.6-1.el8.x86_64
error:
This is a brief description of the upgrade process. Important details
can be found in the MariaDB manual, in the Upgrading section.
******************************************************************
error: %prein(MariaDB-server-10.11.6-1.el8.x86_64) scriptlet failed, exit status 1
Error in PREIN scriptlet in rpm package MariaDB-server
Verifying : MariaDB-server-10.11.6-1.el8.x86_64 1/2
Verifying : MariaDB-server-10.5.24-1.el8.x86_64 2/2
Failed:
MariaDB-server-10.5.24-1.el8.x86_64 MariaDB-server-10.11.6-1.el8.x86_64
Error: Transaction failed
It seems that MariaDB does not support upgrade from 10.5 to 10.11. To upgrade we have to remove than install
A MySQL or MariaDB server package (MariaDB-server-10.5.24-1.el8.x86_64) is installed.
Upgrading directly from MySQL 10.5 to MariaDB 10.11 may not
be safe in all cases. A manual dump and restore using mysqldump is
recommended. It is important to review the MariaDB manual's Upgrading
section for version-specific incompatibilities.
A manual upgrade is required.
- Ensure that you have a complete, working backup of your data and my.cnf
files
- Shut down the MySQL server cleanly
- Remove the existing MySQL packages. Usually this command will
list the packages you should remove:
rpm -qa | grep -i '^mysql-'
You may choose to use 'rpm --nodeps -ev <package-name>' to remove
the package which contains the mysqlclient shared library. The
library will be reinstalled by the MariaDB-shared package.
- Install the new MariaDB packages supplied by MariaDB Foundation
- Ensure that the MariaDB server is started
- Run the 'mysql_upgrade' program
This is a brief description of the upgrade process. Important details
can be found in the MariaDB manual, in the Upgrading section.
Describe the bug
During pf upgrade, MariaDB server fails when passing from MariaDB-server-10.5.24-1.el8.x86_64 to MariaDB-server-10.11.6-1.el8.x86_64
error:
To Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: