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

more durable storage? #67

Open
lifeofguenter opened this issue Dec 20, 2022 · 1 comment
Open

more durable storage? #67

lifeofguenter opened this issue Dec 20, 2022 · 1 comment

Comments

@lifeofguenter
Copy link

Would it be possible to add support for a more durable storage?

I just had a crash where all data is lost in redis. No OOM, all systems are still running (e.g. no restarts) but basically empty database. The unfortunate thing is that clients do not know that they need to "re-register", which is why redis is not so ideal, as you can not rely on it as source of truth.

@danorton
Copy link
Contributor

danorton commented Mar 4, 2023

@lifeofguenter Good point. My workaround is to run a root cron job daily (which I do with a persistent databases, anyway).

23 3    *   *   *   cp -f /var/lib/redis/dump.rdb /root/backup/redis/dump.rdb

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

2 participants