redash icon indicating copy to clipboard operation
redash copied to clipboard

Was Redis connection parameters changed?

Open sabyrzhan opened this issue 1 year ago • 6 comments

I deployed Redash using latest Helm chart where default version is 24.04. However, after I updated the image version to the latest 24.07 and now i am getting redis connection error: redis.exceptions.ConnectionError: Error 111 connecting to localhost:6379. Connection refused. Now looks like I have to explicitly specify: REDASH_REDIS_URL even the internal one.

I am using default redis that is coming with Helm chart. Up to version 24.04 it was setting internally deployed redis url.

Was there a change in how redis URL is constructed? I found only one place where REDASH_REDIS_URL is used and it is only in settings/init.py. It is using localhost:6379 if not specified. Is there any other place where REDIS URL is constructed?

sabyrzhan avatar Jul 20 '24 15:07 sabyrzhan