I have a server on which cPanel update has been failing. It gets to the point where it is verifying the RPM's and then tanks on MySQL:
Now, according to the error and the supplied link, the issue is due to a rogue MySQL RPM, and simply removing the RPM in question should fix the issue. The installed version of MySQL on this server is 5.1.68.
Am I over-thinking this or can I just run
and be done with it without affecting the currently installed version or said data?
Thanks in advance and sorry if this question is feeble.
Code:
[20130906.053446] All files Staged
[20130906.053446] Testing if the newly downloaded RPMS can be installed without conflict
[20130906.053446] Testing RPM transaction
[20130906.053451] error: Failed dependencies:
[20130906.053451] MySQL conflicts with mysql-5.0.45-7.el5.i386
[20130906.053451] W Exit Code: 254
[20130906.053451] ***** FATAL: Test install failed: error: Failed dependencies:
[20130906.053451] MySQL conflicts with mysql-5.0.45-7.el5.i386
[20130906.053451] The Administrator will be notified to review this output when this script completes
[20130906.053451] ***** FATAL: Error testing if the RPMs will install: Died at /usr/local/cpanel/scripts/updatenow.static-cpanelsync line 12529.
[20130906.053451] see http://go.cpanel.net/rpmcheckfailed for more information
[20130906.053451] The Administrator will be notified to review this output when this script completes
[20130906.053451] E Detected events which require user notification during updatenow. Will send iContact the log
Am I over-thinking this or can I just run
Code:
RPM -e mysql-5.0.45-7.el5.i386
Thanks in advance and sorry if this question is feeble.