-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
centos2alma process has failed. Error: Failed: update modern mariadb. #313
Comments
The option --repo is not known in yum. This should be --enablerepo= |
The It seems that CentOS 7 was not converted to AlmaLinux 8 in the temporary container created by leapp. To determine exactly what happened, the processes inside the container need to be checked via console. Can you access these logs? |
I suspect that your system did not reboot into the temporary container that elevate uses to install new packages. This usually occurs when there is an unexpected issue with the grub configuration. We encountered a similar issue as described in issue #224. Could you confirm whether you are using an EFI-based system? Alternatively, please provide the following information:
|
First off: this issue is not on a "high" priority anymore. I am using CentOS 7 a year further with TuxCare support. ls -l /sys/firmware/total 0 |
Hi,
This was because of a line in /etc/fstab about an unavailable partition (which was not needed anyway) : The Leapp process tried to mount this partition before starting to convert, and it failed to do so, so it stops the convert process right there. On the production server, a "mount -a" gave me this error :
So for my case, fixing the /etc/fstab solves this issue. If you end up here, I can only advice to check for the beginning of the |
Thank you, @MegaS0ra, for the investigation. |
Thanks @SandakovMM, I guess a pre-check would help :) I should also let you know that the entry in my fstab was not something mandatory for the system to work, as it contained the option "nofail" : |
Describe the bug
I tried to upgrade a CentOS 7 system to Alma Linux 8. This system has a custom MariaDB installation (10.4). As far as I understand this will be reinstalled with CentOS/AlmaLinux 8 MariaDB packages. Here is a problem in the update/reinstall routine, it generates a yum error and breaks further install:
Could this be fixed?
The upgrade routine removes the following RPM packages:
MariaDB-server
MariaDB-common
MariaDB-compat
MariaDB-client
But it needs to remove galera-4-26.4.18-1.el7.centos.x86_64 as well!
Kernel: 3.10.0-1160.119.1.el7.x86_64
Feedback archive
centos2alma_feedback.zip
The text was updated successfully, but these errors were encountered: