milvus-backup是不是强制备份到MinIO ? #47283
Unanswered
carrison
asked this question in
Q&A and General discussion
Replies: 1 comment 1 reply
-
|
backup.yaml |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
cat backup.yaml
milvus:
address: "localhost:19530"
port: "19530"
storage:
type: "file"
path: "/data/backup"
root@worker01:/data/backup# cat > backup.yaml << 'EOF'
milvus:
address: "localhost"
port: "19530"
storage:
type: "file"
path: "/data/backup"
EOF
root@worker01:/data/backup# milvus-backup create -d "file-backup-$(date +%Y%m%d_%H%M%S)"
dev (Built on unknown from Git SHA unknown by go1.25.6)
config: backup.yaml
[2026/01/24 02:11:25.429 +00:00] [WARN] [create/create.go:50] ["databases is deprecated, use --filter instead !"]
[2026/01/24 02:11:25.429 +00:00] [INFO] [storage/factory.go:42] ["create backup storage client"] [endpoint=localhost:9000] [bucket=a-bucket]
Error: create: convert to args: create backup storage: create backup storage client: storage: create bucket if not exist storage: minio list objects Get "http://localhost:9000/a-bucket/?location=": dial tcp 127.0.0.1:9000: connect: connection refused
Beta Was this translation helpful? Give feedback.
All reactions