Skip to content

Commit 7e13755

Browse files
authored
Improve mariadb version incompatibility message
1 parent 8cca81d commit 7e13755

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

repos/system_upgrade/cloudlinux/actors/clmysqlrepositorysetup/libraries/clmysqlrepositorysetup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,9 +228,9 @@ def mariadb_process(self, repofile_name, repofile_data):
228228
if str(source_major) == "8" and any(ver in target_repo.baseurl for ver in OLD_MARIADB_UPSTREAM_VERSIONS_CL8):
229229
reporting.create_report(
230230
[
231-
reporting.Title("MariaDB is not compatible with Leapp upgrade"),
231+
reporting.Title("MariaDB version is not compatible with Leapp upgrade"),
232232
reporting.Summary(
233-
"MariaDB is enabled on this system but is not compatible with Leapp upgrade process. "
233+
"MariaDB is installed on this system but is's version is not compatible with Leapp upgrade process. "
234234
"The upgrade is blocked to prevent system instability. "
235235
"This situation cannot be automatically resolved by Leapp. "
236236
"Problematic repository: {0}".format(target_repo.repoid)

0 commit comments

Comments
 (0)