Skip to content

Commit

Permalink
fix: fix wrong default local storage path (milvus-io#33389)
Browse files Browse the repository at this point in the history
issue: milvus-io#33427

Signed-off-by: sunby <[email protected]>
  • Loading branch information
sunby authored May 28, 2024
1 parent b138ae7 commit 6b3e42f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/milvus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6b3e42f

Please sign in to comment.