• Skip to primary navigation
  • Skip to content
  • Skip to footer
Tech Notes
  • About
  • Tags
  • Archive
    Categories
  • Linux server 45
  • Apache 23
  • Security 19
  • Email 18
  • WordPress 18
  • Nginx 14
  • bash 14
  • MySQL 11
  • Monitoring 10
  • WHM/cPanel 9
  • Plesk 9
  • PHP 8
  • Jenkins 8
  • Ubuntu Linux 7
  • IIS 7
  • Other CMS 7
  • Windows Server 5
  • FTP 5
  • Windows server 5
  • MSSQL Server 5
  • Joomla 4
  • HaProxy 4
  • AWS 4
  • Terraform 4
  • SSL 3
  • Perl 3
  • Clouds 3
  • Linux Server 3
  • Python 2
  • FromHabrSandbox 2
  • Varnish 2
  • CentOS 2
  • nginx 2
  • jQuery 2
  • Docker 2
  • RackSpace 2
  • git 2
  • Control Panels 1
  • DNS MX 1
  • Magento 1
  • Active Directory 1
  • Clusters 1
  • Load balancing 1
  • SQL Server 1
  • Linux_server 1
  • Mail 1
  • Windows 1
  • WHM 1
  • cPanel 1
  • Archive 1
  • DevOps 1
  • cloudflare 1
  • GCP 1
  • PostgreSQL 1
  • Error: database disk image is malformed

    To make yum work again in CentOS after this error:

    Error: database disk image is malformed
    

    you need to clean the package cache with this command:

    yum clean dbcache
    

    or this one:

    yum clean all
    

    Tags: database disk image is malformed

    Categories: CentOS

    Updated: April 11, 2014

    Twitter Facebook LinkedIn
    Previous Next

    You May Also Enjoy

    psql command line cheat sheet

    I switch between MySQL and Postgres often enough that the psql meta-commands never stick in my head. Every time it’s the same five minutes of googling \d vs ...

    AWS account structure for a startup after Series A

    Same story as the GCP version of this note, different cloud: startup closes Series A, and the AWS side is still one root user, one account, prod and the sand...

    GCP organization and folder structure for a startup after Series A

    Recently I had a case where a startup closed their Series A and was still running everything out of one GCP project tied to the founder’s personal Google acc...

    Using git-crypt to encrypt sensitive data in your git repository

    This is another note of the kind: “I don’t want to google for it next time I need it in few years”

    • Author's LinkedIN
    • Feed
    © 2026 Tech Notes. Powered by Jekyll & Minimal Mistakes.