Skip to content

Commit

Permalink
Merge pull request #26 from lkabuci/CLOS-2879
Browse files Browse the repository at this point in the history
Add notes about updating bindings
  • Loading branch information
prilr authored Sep 26, 2024
2 parents ed4a823 + 774cf04 commit ffba452
Showing 1 changed file with 5 additions and 3 deletions.
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

0 comments on commit ffba452

Please sign in to comment.