*** FATAL CONFIG FILE ERROR *** Reading the configuration file, at line 69 >>> 'logfile /var/log/cb/redis/redis.log' Can't open the log file: Permission denied
The SELinux permissions on the file/directory has changed.
/usr/share/cb/cbcheck selinux -m
/usr/share/cb/cbcheck selinux -a
Files copied from one server to another may experience correct labels but selinux picks up incorrect labels. Creating a policy and restoring the context.
semanage fcontext -a -t redis_log_t "/var/log/cb/redis(/.*)?"
restorecon -rv /var/log/cb/redis/
sudo ls -lZ /var/log/cb/redis
sudo sestatus