Skip to main content

Update failed

Comments

4 comments

  • andrew.n
    The problem is that cPanel can't install the new OpenSSL package for some reason probably due to yum being corrupted. What does yum update shows? Any errors? Try to rebuild the rpm db with: mkdir /root/old_rpm_dbs/ mv /var/lib/rpm/__db* /root/old_rpm_dbs/ rpm --rebuilddb then run cPanel update again
    0
  • masterross
    Thank you! This fixed the issue!
    0
  • andrew.n
    Anytime!
    0
  • cPRex Jurassic Moderator
    Just to review, the core problem here was this line of the update log that you provided" "Your RPM database appears unstable. It is not possible at the moment to install a simple RPM." This indicates an issue with Yum itself, specifically with the RPM database. Running the commands that @andrew.n provided will attempt to rebuild the RPM database, although that work can also be done through the WHM >> Rebuild RPM Database page. I'm glad that's all it was and that things are working well now!
    0

Please sign in to leave a comment.