9 months ago
Hello, I am getting the following error when trying to write to redis: MISCONF Errors writing to the AOF file: Read-only file system
After restarting Redis, it works fine, but I would like to understand what happened.
Any idea?
2 Replies
9 months ago
you can disable AOF to avoid this problem.
set REDIS_AOF_ENABLED
to no
in the service variables.
9 months ago
We also ran into this issue this afternoon.
It would be helpful to understand what caused this issue as our Redis cluster has been running reliably for ~5 months and this is the first time it popped up. We use the default settings and would like to keep AOF enabled. There is plenty of available disk space on the volume. Was this a temporary issue?
9 months ago
Hi, short answer is yes, this was a temporary issue, although I think we advise against keeping AOF enabled for performance reasons. nevertheless the cause here was a disk running out of space in our Singapore region. When this happened Redis downgraded into a read-only state.
again I apologize for the issues here. Please do resurrect this thread if the issue returns
Status changed to Solved brody • 9 months ago