Tim Visée
Tim Visée
I've released `v0.2.10` which allows exit code 143. Closing this in assumption the new version fixes the underlying issue. Feel free to open again if the issue persists.
I've release [`v0.2.8`](https://github.com/timvisee/lazymc/releases/tag/v0.2.8) which includes #37 to freeze a server on Unix platforms rather than shutting it down. This implements freezing as described above. Thanks @obj-obj !
Note that lazymc does support HA proxy (or something compatible) in front of it with some additional configuration: https://github.com/timvisee/lazymc/blob/master/docs/proxy-ip.md Though I don't think that is what this is about.
Thank you for the suggestion! We've actually partially done this now in .
Your creation request looks fine. Qdrant never deletes a collection on its own. Are you sure your instance has storage properly configured? In other words, are you sure that if...
It may be related to a similar problem. Do you have the same issue with other containers that store data? What kind of configuration are you running, is it Docker...
First of all, it looks like you're missing a service name in there. You might want to have this: ``` version: 3.1 services: qdrant: image: qdrant/qdrant restart: always volumes: -...
> Apologies for the earlier lapse in the service name. The data directory is just a local path on the desktop, which is the exact same as I used for...
It must have something to do with Qdrant not being able to read the files from disk. But I'm not sure how that can happen (in this way).
> Could it be a file permission thing ? Yes, but then I'd expect to see an error showing us this. Are you seeing any warning or error messages in...