备份的milvus文件中无数据 #42801
备份的milvus文件中无数据
#42801
-
1、环境信息
2、问题 minio中下载的备份数据: 3、备份配置
4、备份日志
|
Beta Was this translation helpful? Give feedback.
Answered by
yhmo
Jun 17, 2025
Replies: 1 comment 2 replies
-
backup.yaml里的这个minio.rootPath是空的,确定这个跟milvus server中的milvus.yaml里的minio.rootPath一致?
那份日志中的这行里的count=0意味着它找到0个数据文件,恐怕是路径不对导致它找不到任何数据文件
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Aragorn1026
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
backup.yaml里的这个minio.rootPath是空的,确定这个跟milvus server中的milvus.yaml里的minio.rootPath一致?
那份日志中的这行里的count=0意味着它找到0个数据文件,恐怕是路径不对导致它找不到任何数据文件
如果它找到数据文件,就会把数据文件copy到指定的路径下,比如这样: