You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a system where Redis is already installed and running, when redisio installs a new version of Redis it does not restart the Redis service. This results in a scenario where Redis was upgraded on the system but the running instance is still running on the old version until a manual service restart.
❔ Possible Solution
When the redisio cookbook installs a new version of Redis and node['redisio']['safe_install'] = false then the cookbook should restart the Redis service after installing the new version.
Additionally if node['redisio']['safe_install'] = false then updating the redis config file should also trigger a service restart.
The text was updated successfully, but these errors were encountered:
:person_frowning: Problem Statement
On a system where Redis is already installed and running, when redisio installs a new version of Redis it does not restart the Redis service. This results in a scenario where Redis was upgraded on the system but the running instance is still running on the old version until a manual service restart.
❔ Possible Solution
When the redisio cookbook installs a new version of Redis and
node['redisio']['safe_install'] = false
then the cookbook should restart the Redis service after installing the new version.Additionally if
node['redisio']['safe_install'] = false
then updating the redis config file should also trigger a service restart.The text was updated successfully, but these errors were encountered: