Symptoms

During POA 5.5 update installation updated packages fails with the following error:

Transaction Check Error:
file /etc/redis.conf from install of redis-2.4.18-3.el6.i686 conflicts with file from package redis-2.4.10-1.el6.x86_64

redis is being updated via yum, and yum update redis (if executed directly) fails with the same error. How can it be fixed?

Cause

Software issue #POA-87889.

Resolution

  1. make a backup of /etc/redis.conf
  2. download the newer version of redis:

    # yum update redis -y --downloadonly --downloaddir=/root
    
  3. install newer version of redis via RPM (test it before installation):

    # rpm -Uvh --replacepkgs redis*.rpm
    

Internal content

Link on internal Article