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

Allow installing Redis 7 from the Redis role #4355

Closed
acozine opened this issue Oct 3, 2023 · 0 comments · Fixed by #4368
Closed

Allow installing Redis 7 from the Redis role #4355

acozine opened this issue Oct 3, 2023 · 0 comments · Fixed by #4368

Comments

@acozine
Copy link
Contributor

acozine commented Oct 3, 2023

Currently the ubuntu repos only support up to Redis 6.

To upgrade to Redis 7 manually, you can do:

sudo add-apt-repository ppa:redislabs/redis
sudo apt-get update
sudo apt upgrade redis

Make this possible with the redis role, so that we would not install the wrong version of redis if we rebuilt bibdata or other redis-dependent applications.

Note: when doing this manually, a warning pops up that using the PPA is not preferred. We may need a way to acknowledge the warning in the role.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant