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

Version 2.5 is not starting correctly #18

Open
cruizba opened this issue Feb 29, 2024 · 5 comments
Open

Version 2.5 is not starting correctly #18

cruizba opened this issue Feb 29, 2024 · 5 comments

Comments

@cruizba
Copy link

cruizba commented Feb 29, 2024

Hello,

Well first thank you for maintaining this image.

I am having some problems with version 2.5, this command specifically just hangs out, and the server does not start without any logs.

docker run -it -e API_PORT=8001 oblakstudio/redisinsight:2.5

Regards.

@stricq
Copy link

stricq commented Mar 13, 2024

My redisinsite pod was restarted this morning and it pulled the current version of the image and it is no longer starting. All I get from the ingress is a 502 Bad Gateway error. Please fix ASAP!

2.4.4 is the last working version.

@ohmcm
Copy link

ohmcm commented Mar 21, 2024

I decided to upgrade from the version around November last year (I think 2.2.0)
Facing the same problem, anything newer than 2.4.4 is not doing anything when starting (no log, just nothing)

@stricq
Copy link

stricq commented Mar 21, 2024

2.44 is the current official version of Redis Insight.

@xinmans
Copy link

xinmans commented Apr 17, 2024

I have rollback to v2.4.4,so the author not test the latest version ~ v2.4.4?

@kurt-west
Copy link

For those that are struggling to get the newer version working, the Redis team changed the port in 2.42.0 and this repo has not caught up.

The default port is now 5542 and the env variable to override is RI_APP_PORT.
Standard logging output is off by default, to enable it set RI_STDOUT_LOGGER=true.

There a lot of other configuration settings available via env variables now - redisinsight/api/config/default.ts

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

5 participants