Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
decoyjoe opened this issue Aug 11, 2021 · 0 comments
Open

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

decoyjoe opened this issue Aug 11, 2021 · 0 comments
Labels
Feature Request Enhancement to existing functionality or new functionality

Comments

@decoyjoe
Copy link

decoyjoe commented Aug 11, 2021

: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.

@decoyjoe decoyjoe added the Feature Request Enhancement to existing functionality or new functionality label Aug 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request Enhancement to existing functionality or new functionality
Projects
None yet
Development

No branches or pull requests

1 participant