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

redis doesn't read in the last db dump #115

Open
spratt opened this issue Apr 2, 2013 · 4 comments · Fixed by #157
Open

redis doesn't read in the last db dump #115

spratt opened this issue Apr 2, 2013 · 4 comments · Fixed by #157
Labels

Comments

@spratt
Copy link
Member

spratt commented Apr 2, 2013

I've heard that redis over-writes the dump immediately upon starting up. We should fix this.

@psimonyi
Copy link
Contributor

I'm guessing that the problem is just that the stop script kills redis so it doesn't write the dump on shutdown.

@spratt
Copy link
Member Author

spratt commented Apr 14, 2013

Nope! I can see the data in the dump file...redis just doesn't read in the data from the dump when it starts up.

@psimonyi
Copy link
Contributor

It's the case for me. Make 10 database transactions, wait 5 minutes, and restart the server. Redis loads the dump just fine. But if I don't wait, redis is killed before it writes the data to the file, and the entries get lost.

@psimonyi
Copy link
Contributor

@spratt: Is this fixed now?

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

Successfully merging a pull request may close this issue.

2 participants