Skip to content

备份的milvus文件中无数据 #42801

Jun 17, 2025 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

backup.yaml里的这个minio.rootPath是空的,确定这个跟milvus server中的milvus.yaml里的minio.rootPath一致?

minio:
  rootPath: "" # Milvus storage root path in MinIO/S3, make it the same as your milvus instance

那份日志中的这行里的count=0意味着它找到0个数据文件,恐怕是路径不对导致它找不到任何数据文件

[2025/06/17 11:01:45.935 +08:00] [INFO] [backup/collection.go:416] ["get insert logs done"] [db_name=default] [collection_name=hello_milvus2] [backup_id=418c8d0f-4b27-11f0-953b-06fd3d784aa5] [count=0]

如果它找到数据文件,就会把数据文件copy到指定的路径下,比如这样:

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@yhmo
Comment options

yhmo Jun 17, 2025
Collaborator

@Aragorn1026
Comment options

Answer selected by Aragorn1026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants