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

Update Redis to Supported Version #426

Open
jdsatava127 opened this issue Mar 15, 2024 · 1 comment
Open

Update Redis to Supported Version #426

jdsatava127 opened this issue Mar 15, 2024 · 1 comment

Comments

@jdsatava127
Copy link

The example docker compose.yml at

image: redis:5.0-alpine
lists 5.0-alpine as the version for Redis. According to https://docs.redis.com/latest/rs/installing-upgrading/product-lifecycle/ that version has been end of life for a few years now. Can we get this updated to a newer supported version?

@vk6xebec
Copy link

I've upgraded my compose file to 'redis:7.2.4-alpine' and I haven't found any issues. I also upgraded to mariadb 10.11 without issues. However, upgrading to Mariadb 11.3.2 breaks LibreNMS with the following error:

2024-03-27 16:26:30+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:11.3.2+maria~ubu2204 started.
2024-03-27 16:26:30+00:00 [ERROR] [Entrypoint]: mariadbd failed while attempting to check config
        command was: mysqld --innodb-file-per-table=1 --lower-case-table-names=0 --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci --verbose --help
        /usr/local/bin/docker-entrypoint.sh: line 105: mysqld: command not found

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

No branches or pull requests

2 participants