diff --git a/configs/milvus.yaml b/configs/milvus.yaml index 5d630ebc0e..298f152c5f 100644 --- a/configs/milvus.yaml +++ b/configs/milvus.yaml @@ -68,7 +68,7 @@ tikv: tlsCACert: # path to your CACert file localStorage: - path: /tmp/milvus/data/ # please adjust in embedded Milvus: /tmp/milvus/data/ + path: /var/lib/milvus/data/ # please adjust in embedded Milvus: /tmp/milvus/data/ # Related configuration of MinIO/S3/GCS or any other service supports S3 API, which is responsible for data persistence for Milvus. # We refer to the storage service as MinIO/S3 in the following description for simplicity.