Skip to content
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

Add notes about updating bindings #26

Merged
merged 1 commit into from
Sep 26, 2024
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