Closed christophdb closed 3 months ago
Task is to clarify what is missing.
Django:
SEAHUB__CACHE_BACKEND=redis
is not enough in docker-compose.yml. Redis package is missing in seafile docker container.
Still an issue with 11.0.12 PE (ModuleNotFoundError: No module named 'redis'
)
memory cache:
Since Pro Edition 11.0, both memcached and Redis can be used as memory cache.
in seafile.conf:
[redis] # your redis server address redis_server = 127.0.0.1 # your redis server port redis_port = 6379 # size of connection pool to redis, default is 100 max_connections = 100
Causes
../common/obj-backend-s3.c(743): Failed to create object cache, memcache or redis group should be configured.
../common/block-backend-s3.c(1082): Failed to create object cache, memcache or redis group should be configured.
../common/obj-backend-s3.c(743): Failed to create object cache, memcache or redis group should be configured.
(using 11.0.12 PE)
try "redist_host" instead of "redis_server" in seafile.conf
try "redist_host" instead of "redis_server" in seafile.conf
redis_host
works
11.0.14 contains the redis
python package (required for seahub)
Django:
SEAHUB__CACHE_BACKEND=redis
is not enough in docker-compose.yml. Redis package is missing in seafile docker container.memory cache:
in seafile.conf:
Strange, that it is configured like that. The message queue is configured likde this in seafevents.conf