Skip to content
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

Was Redis connection parameters changed? #7072

Open
sabyrzhan opened this issue Jul 20, 2024 · 0 comments
Open

Was Redis connection parameters changed? #7072

sabyrzhan opened this issue Jul 20, 2024 · 0 comments

Comments

@sabyrzhan
Copy link

sabyrzhan commented Jul 20, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant