Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Unable to update cPanel. Error: Your RPM database appears unstable.  (Read 2744 times)

0 Members and 1 Guest are viewing this topic.

vichithrakumart

  • Guest
Check for any hanging YUM and RPM processes via:

Code: [Select]
ps aux|grep rpm
ps aux|grep yum

Kill any of these processes that are no longer active, and then rebuild the RPM database via:

Code: [Select]
mkdir /root/old_rpm_dbs/
mv /var/lib/rpm/__db* /root/old_rpm_dbs/
rpm --rebuilddb

Then, run "yum update" to see if it completes successfully.

Run:
Code: [Select]
/scripts/upcp