-
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 unable to parce mariadb version string in verbose mode #397
Comments
Hi @SandakovMM, I'm encountering this error with or without the --verbose option after I manually upgraded MariaDB to 11.4. Is it related to this ticket? Is there a fix or workaround?
The output of Prior to upgrading to 11.4 the output was: |
Yes, it is likely related
The issue should be fixed in v1.4.5 |
The problem should be fixed in scope of #409 |
The issue occurs when the MariaDB version output lacks the "Distrib" substring, and we activate centos2alma in verbose mode (-v).
This is due to our expectation to find the substring whenever parsing the MariaDB version output. Instead, the process should transition to using the MaridbVersion class.
The text was updated successfully, but these errors were encountered: