-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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 replication logs errors since requirepass was added #6283
Comments
Could you share your Redis master and slave configuration files? this are the redis slave logs, right?
|
I'm only running the single
That |
In case it might be useful, here is the replication info from the
|
Aha! The problem was on my side where I set the |
Contribution guidelines
I've found a bug and checked that ...
Description
Since
requirepass
was added to the/redis.conf
by thedata/conf/redis/redis-conf.sh
entrypoint, the logs output in the redis-mailcow docker container console show replication errors (see logs below). This does not happen immediately, it only noticed that it is triggered when initiating POSTing to the rspamd-mailcow:11333/scan endpoint.This is partially fixed by adding
masterpass $REDISPASS
, in addition torequirepass $REDISPASS
indata/conf/redis/redis-conf.sh
but there are still some errors (see logs below).Logs:
Logs with only
requirepass $REDISPASS
, where the last few lines are repeated over and over again:Log with also
masterpass $REDISPASS
, where the last few lines are also repeated over and over again:Steps to reproduce:
Which branch are you using?
master
Which architecture are you using?
x86
Operating System:
Debian bookworm
Server/VM specifications:
16gb memory, 1tb drive
Is Apparmor, SELinux or similar active?
No
Virtualization technology:
NA
Docker version:
27.4.1
docker-compose version or docker compose version:
v2.32.1
mailcow version:
2025-01
The text was updated successfully, but these errors were encountered: