Open
Description
After running docker compose up
I receive this error:
zulip-1 | File "/srv/zulip-venv-cache/41efcec5630d3f53c9f2bd1f3b5f6a9921c0197f/zulip-py3-venv/lib/python3.12/site-packages/redis/_parsers/resp2.py", line 38, in _read_response
zulip-1 | raise error
zulip-1 | redis.exceptions.AuthenticationError: AUTH <password> called without any password configured for the default user. Are you sure your configuration is correct?
zulip-1 | Applying zerver.0260_missed_message_addresses_from_redis_to_db...Zulip first start database initi failed in "initialize-database" exit code 1. Exiting.
zulip-1 exited with code 1
I have set all of the passwords.
I do see this earlier in the log though:
zulip-1 | Empty var for key "EMAIL_HOST".
zulip-1 | Setting key "EMAIL_HOST_USER", type "string" in file "/etc/zulip/settings.py".
zulip-1 | Setting key "EMAIL_PORT", type "integer" in file "/etc/zulip/settings.py".
zulip-1 | Setting key "EMAIL_USE_SSL", type "bool" in file "/etc/zulip/settings.py".
zulip-1 | Setting key "EMAIL_USE_TLS", type "bool" in file "/etc/zulip/settings.py".
zulip-1 | Setting key "EXTERNAL_HOST", type "string" in file "/etc/zulip/settings.py".
zulip-1 | Setting key "MEMCACHED_LOCATION", type "string" in file "/etc/zulip/settings.py".
zulip-1 | Setting key "RABBITMQ_HOST", type "string" in file "/etc/zulip/settings.py".
zulip-1 | Setting key "RABBITMQ_USER", type "string" in file "/etc/zulip/settings.py".
zulip-1 | Setting key "RATE_LIMITING", type "bool" in file "/etc/zulip/settings.py".
zulip-1 | Setting key "REDIS_HOST", type "string" in file "/etc/zulip/settings.py".
zulip-1 | Setting key "REDIS_PORT", type "integer" in file "/etc/zulip/settings.py".
zulip-1 | Setting key "ZULIP_ADMINISTRATOR", type "string" in file "/etc/zulip/settings.py".
zulip-1 | Zulip configuration succeeded.
zulip-1 | Auto backup enabled.
I have copied this almost verbatim over to run in HomeLabOs. The only difference really is that I'm mapping the volumes to specific local directories and I've added traefik labels.
Metadata
Assignees
Labels
No labels