Skip to content

Redis service should be restarted when installing a new version #445

@decoyjoe

Description

@decoyjoe

: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

No one assigned

    Labels

    Feature RequestEnhancement to existing functionality or new functionality

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions