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 · 6 comments
Open

Was Redis connection parameters changed? #7072

sabyrzhan opened this issue Jul 20, 2024 · 6 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?

@sabyrzhan
Copy link
Author

@lucydodo any comments on this? am i doing something wrong?

@lucydodo
Copy link
Member

lucydodo commented Aug 2, 2024

Hi @sabyrzhan,
Well, I checked some past commits, but I'm not sure. I'll look into in a bit more in the near future. :)

@gaecoli
Copy link
Member

gaecoli commented Sep 14, 2024

No change, u can use redis-cli -h test your local redis is running?

@sabyrzhan
Copy link
Author

sabyrzhan commented Sep 14, 2024 via email

@gaecoli
Copy link
Member

gaecoli commented Sep 14, 2024

Yes, it is running.

On Sat, Sep 14, 2024 at 7:32 AM Peter Lee @.> wrote: No change, u can use redis-cli -h test your local redis is running? — Reply to this email directly, view it on GitHub <#7072 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAGLD6L3MPZP5ZSLTXFYGKDZWO36JAVCNFSM6AAAAABLGABNECVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNJQHAZDSNRSGM . You are receiving this because you were mentioned.Message ID: @.>

how to set it?

@sabyrzhan
Copy link
Author

sabyrzhan commented Sep 14, 2024 via email

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

3 participants