Milvus-standalone worked well when my MacOS was with 12.3.
When I upgrade MacOS to 12.5.1, I cannot install Milvus-standalone correctly.
As you see below, Milvus-standalone is always exited (2).
milvus-etcd “etcd -advertise-cli…” etcd running 2379-2380/tcp
milvus-minio “/usr/bin/docker-ent…” minio running (starting) 9000/tcp
milvus-standalone “/tini — milvus run…” standalone exited (2)
And I found this message from the log in Docker:
panic: Corruption: Corruption: IO error: No such file or directoryWhile open a file for random read: /var/lib/milvus/rdb_data/000185.ldb: No such file or directory
Please help because I have used Milvus for a couple of projects until now.
Thanks