Plesk

Plesk update failed: RPMDB altered outside of yum

Symptoms

Cause

Inconsistency between yum and rpmdb.

Resolution

  1. Connect to the server via SSH.

    Note: if direct SSH access to the server is not possible, contact server administrator for further assistance.

  2. Backup RPM database files:

    # cd /var/lib/rpm/
    # mv __db.* ~

  3.  Clear yum cache by following steps below:

    # rm -rf /var/lib/rpm/__db.*

    # rpm --rebuilddb

    # yum clean all

    # yum makecache

  4.  Start update again.

Exit mobile version