Issue with ‘store is read-only’ in Weaviate Docker Deployment

Hello Weaviate Community,

I am encountering an issue with my Weaviate instance that I deployed using Docker. When attempting to store data, I receive the following error message:
put object: import into index business10007scene1000704strategy89: put local object: shard=“rbGyIAVZC9Nl”: store is read-only
I believe this issue is related to the data persistence configuration, but I am not certain. I have taken a proactive step to check the disk usage on the host system and can confirm that it has not reached the 90% threshold, which I understand could be a potential cause for a read-only state.
Thank you in advance for your help. I am looking forward to your responses.

Hello @fr_yuan,

Welcome to our community! It’s great to have you here :blush:

The issue is likely due to running out of disk space. However, since you’ve checked and everything seems fine, I suggest setting the shard status to READY.

You can find more information on how to do this here:

This should resolve the issue, but please keep an eye on the disk volume in the meantime.

I hope this helps!