Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def clmysql_process(self, repofile_name, repofile_data):
[
reporting.Title("An old CL-MySQL version will no longer be available in EL8"),
reporting.Summary(
"A an old CloudLinux-provided MySQL version is installed on this system. "
"An old CloudLinux-provided MySQL version is installed on this system. "
"It will no longer be available on the target system. "
"This situation cannot be automatically resolved by Leapp. "
"Problematic repository: {0}".format(target_repo.repoid)
Expand All @@ -137,8 +137,10 @@ def clmysql_process(self, repofile_name, repofile_data):
reporting.Groups([reporting.Groups.INHIBITOR]),
reporting.Remediation(
hint=(
"Upgrade to a more recent MySQL version, or"
"uninstall the deprecated MySQL packages and disable the repository."
"Upgrade to a more recent MySQL version, or "
"uninstall the deprecated MySQL packages and disable the repository. "
"Note that you will also need to update any bindings (e.g., PHP or Python) "
"that are dependent on this MySQL version."
)
),
]
Expand Down
Loading