Redis auth is broken since last update

Infos:

  • Used Zammad version: 6.3.1-1725027211.133fd2a5.bookworm
  • Used Zammad installation type: package
  • Operating system: Debian

Expected behavior:

  • Working redis auth

Actual behavior:

  • Recently auth is unsupported by the syntax check, and I get a syntax error
# REDIS_URL variable set to redis://:aa5iegooThohsh5OganeeVuthahju@127.0.0.1:6379.
ERROR - Malformed REDIS_URL.
REDIS_URL must follow one of these formats:
redis://<fqdn>:<port_number>
redis://<ip_address>:<port_number>

This worked in v6 since the introduction of REDIS in v6

Steps to reproduce the behavior:

  • Use auth for redis
  • Update to latest version

Edit
Workaround is to edit functions file from the debian package

It sounds like a valid problem after some changes in the code: packager post install script enforce_redis() regex check fails on valid redis urls · Issue #5331 · zammad/zammad · GitHub

Yes, the issue should be fixed now via packager post install script enforce_redis() regex check fails on valid redis urls · Issue #5331 · zammad/zammad · GitHub. Please update to the latest stable version of Zammad.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.