FortiClient
FortiClient proactively defends against advanced attacks. Its tight integration with the Security Fabric enables policy-based automation to contain threats and control outbreaks. FortiClient is compatible with Fabric-Ready partners to further strengthen enterprises’ security posture.
jie
Staff
Staff
Article Id 415743
Description This article explains how to upgrade Redis manually in the EMS v7.4 environment to cover the vulnerabilities of Redis.
Scope FortiClient EMS.
Solution

As FortiClient Endpoint Management Server Monitor Service is dependent on Redis to start, in Windows OS, it is hard to upgrade Redis separately from EMS, as it is installed in a bundle of EMS components.

 

5.PNG

 

But in Linux, Redis can be upgraded manually by following these steps:

  • Run the below command and verify the currently installed Redis components:

 

apt --installed list | grep -i redis

 

1.PNG

 

  • Check the installed Redis version table and the available candidate version table by running the command below:

 

apt-cache policy redis

 

2.PNG

 

  • Start installing Redis by running the command:

 

apt install redis

 

3.PNG

 

4.PNG

 

  • Once the installation is completed, run the same command to check the current Redis version on the Linux machine.

 

6.PNG

Contributors