-
-
Notifications
You must be signed in to change notification settings - Fork 297
Open
Labels
Feature RequestEnhancement to existing functionality or new functionalityEnhancement to existing functionality or new functionality
Description
: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.
Metadata
Metadata
Assignees
Labels
Feature RequestEnhancement to existing functionality or new functionalityEnhancement to existing functionality or new functionality