Skip to content

Commit ffba452

Browse files
authored
Merge pull request #26 from lkabuci/CLOS-2879
Add notes about updating bindings
2 parents ed4a823 + 774cf04 commit ffba452

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def clmysql_process(self, repofile_name, repofile_data):
127127
[
128128
reporting.Title("An old CL-MySQL version will no longer be available in EL8"),
129129
reporting.Summary(
130-
"A an old CloudLinux-provided MySQL version is installed on this system. "
130+
"An old CloudLinux-provided MySQL version is installed on this system. "
131131
"It will no longer be available on the target system. "
132132
"This situation cannot be automatically resolved by Leapp. "
133133
"Problematic repository: {0}".format(target_repo.repoid)
@@ -137,8 +137,10 @@ def clmysql_process(self, repofile_name, repofile_data):
137137
reporting.Groups([reporting.Groups.INHIBITOR]),
138138
reporting.Remediation(
139139
hint=(
140-
"Upgrade to a more recent MySQL version, or"
141-
"uninstall the deprecated MySQL packages and disable the repository."
140+
"Upgrade to a more recent MySQL version, or "
141+
"uninstall the deprecated MySQL packages and disable the repository. "
142+
"Note that you will also need to update any bindings (e.g., PHP or Python) "
143+
"that are dependent on this MySQL version."
142144
)
143145
),
144146
]

0 commit comments

Comments
 (0)