Skip to content

The database.rdb file is been modified frequently. #462

Answered by Difegue
gth7754125 asked this question in Q&A
Discussion options

You must be logged in to vote

The .rdb is, as its name implies, the database, so anytime a change occurs to it the .rdb file gets modified/saved.

Technically speaking, Redis has options to limit the rate of writes to disk, but I've chosen to maximize them for the Docker containers to avoid potential data loss issues.
(See

)

I suppose you could overwrite the container's config with a custom one through a bind mount to change this parameter to something that saves less often, if it really is an issue.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@gth7754125
Comment options

@koma-cute
Comment options

Answer selected by Difegue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #461 on April 29, 2021 08:34.