WeblateOrg / docker-compose

Docker compose for Weblate
https://docs.weblate.org/en/latest/admin/deployments.html#docker
GNU General Public License v3.0
79 stars 64 forks source link

CACHE after pull of redis 6.2.4 will not start. Complains FATAL CONFIG ERROR #85

Closed ianathompson closed 3 years ago

ianathompson commented 3 years ago

Describe the issue After doing the latest docker-compose pull for weblate, database and cache, the cache would not start. When reviewing the stderr output in Docker the system complains:

Attaching to cache_1
cache_1  |
cache_1  | *** FATAL CONFIG FILE ERROR (Redis 6.2.4) ***
cache_1  | Reading the configuration file, at line 2
cache_1  | >>> 'appendonly "yes" "redis-server"'
cache_1  | wrong number of arguments
cache_1 exited with code 1

I already tried

Describe the steps you tried to solve the problem yourself.

Not sure if I missed a step or if something changed with 6.2.4.

To Reproduce the issue

docker compose pull Pulling weblate Pulling database Pulling cache

Expected behavior I expected the system to pull all the latest versions of the software, reload the configuration files and start up without issue. It did not.

nijel commented 3 years ago

I could not reproduce this, but it might be some issue in the version you were running before and got exhibited during the upgrade. The CI tests pass with current version as well, so it's most likely some upgrading issue of the redis container...

github-actions[bot] commented 3 years ago

This issue has been automatically marked as stale because there wasn’t any recent activity.

It will be closed soon if no further action occurs.

Thank you for your contributions!