-
Notifications
You must be signed in to change notification settings - Fork 575
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
RDB file set to save in wrong folder #128
Comments
Yes. similar but weirder.
shouldn't this be set to /data? Anyway, after removing and creating a new container, it appears to be solved. At least for now.
I had a port open for redis. Is there any way to set dir and filename via redis connection? |
I don't see anything in the Dockerfile that would change the directory from the created /data redis:6379> config get dir
1) "dir"
2) "/data" Since it doesn't seem to be an image issue I'm going to close |
Just a quick note that I highly doubt your redis instance just happened to change its own config dir to Most likely this was the work of a nefarious party seeing if they could exploit your system. Possibly similar to #44 (comment). |
The same problem!! I think the official Redis image is an unqualified image. |
@eqfox please see @yosifkit's comment - most likely your Dockerized Redis has been breached by some botnet. |
YEP! TRUE! |
Hi. I have a strange problem with redis. After starting the container, it works ok, but after awhile, it gives me an save error, and blocks my queue service from writing data.
I'm using the redis:latest image. Composing via docker-compose
It gives me this error:
The strange part is that it tries to save in /run.
There is no configuration provided to save in this folder. Is this a redis default setting?
The text was updated successfully, but these errors were encountered: