Admin-Ahead Community

Linux => Control Panels => cPanel => Topic started by: Arun on November 30, 2013, 01:37:27 pm

Title: Failed cPanel Update(upcp)
Post by: Arun 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.  ;)
Title: Re: Failed cPanel Update(upcp)
Post by: red_tux on November 15, 2014, 10:12:23 am
correction.
3. rpm --rebuilddb