Skip to content

Commit 6b3e42f

Browse files
authored
fix: fix wrong default local storage path (milvus-io#33389)
issue: milvus-io#33427 Signed-off-by: sunby <sunbingyi1992@gmail.com>
1 parent b138ae7 commit 6b3e42f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

configs/milvus.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ tikv:
6868
tlsCACert: # path to your CACert file
6969

7070
localStorage:
71-
path: /tmp/milvus/data/ # please adjust in embedded Milvus: /tmp/milvus/data/
71+
path: /var/lib/milvus/data/ # please adjust in embedded Milvus: /tmp/milvus/data/
7272

7373
# Related configuration of MinIO/S3/GCS or any other service supports S3 API, which is responsible for data persistence for Milvus.
7474
# We refer to the storage service as MinIO/S3 in the following description for simplicity.

0 commit comments

Comments
 (0)