Getting error while trying to write to Redis.
hugotessera
PROOP

2 years 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?

Solved

5 Replies

hugotessera
PROOP

2 years ago

190f9aa2-c8b3-46dd-a046-6fe955ffb230


brody
EMPLOYEE

2 years ago

you can disable AOF to avoid this problem.

set REDIS_AOF_ENABLED to no in the service variables.


rcmontoy
PRO

2 years 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?


zuchka
PRO

2 years 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


hugotessera
PROOP

2 years ago

Thanks a lot for the reply
All good now


Status changed to Solved brody over 1 year ago


Loading...