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: Failed cPanel Update(upcp)  (Read 5653 times)

0 Members and 1 Guest are viewing this topic.

Arun

  • Guest
Failed cPanel Update(upcp)
« on: November 30, 2013, 01:37:27 pm »
If cPanel update failed with the following message;
===
Fatal: Your RPM database appears unstable. It is not possible at the moment to install a simple RPM.
===

The error is because of the corrupted RPM database. You can resolve this via the following steps;
===
1. mkdir /root/old_rpm_dbs/
2. mv /var/lib/rpm/__db* /root/old_rpm_dbs/
3. rpm rebuilddb
4. Then run, #upcp –force
===

Now cPanel update will complete successfully.  ;)

red_tux

  • Guest
Re: Failed cPanel Update(upcp)
« Reply #1 on: November 15, 2014, 10:12:23 am »
correction.
3. rpm --rebuilddb