使用docker方式部署milvus standalone模式,如何修改minio为外部S3? #46881
Unanswered
bozai111
asked this question in
Q&A and General discussion
Replies: 1 comment
-
|
把standalone_embed.sh里的 -v 然后找一个2.6.6版本的milvus.yaml文件,放在跟standalone_embed.sh同一个目录下,编辑这个milvus.yaml文件(不是容器里那个,而是standalone_embed.sh同一个目录下那个) 然后bash standalone_embed.sh start |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
目前尝试了两种方式,修改minio为外部存储的方案,均失败了,数据都写入到了/var/lib/milvus目录下
第一种方式:
1、修改user.yaml
2、重启milvus
bash standalone_embed.sh restart
可以观察到容器内的user.yaml内确实也生效了,但是文件还是写入到了本地/var/lib/milvus目录下
第二种方式:
1、cp容器内的milvus.yaml文件,修改minio部分,注释掉localStorage部分
2、修改standalone_embed.sh脚本,添加milvus.yaml映射
3、启动milvus
bash standalone_embed.sh restart
4、观察数据文件依然落到了/var/lib/milvus下面
想问下如何修改minio为外部的s3 ?
Beta Was this translation helpful? Give feedback.
All reactions