cannot make backup. no data found in minio #41958
Unanswered
maxshatskiy
asked this question in
Q&A and General discussion
Replies: 1 comment 9 replies
-
Possible reasons:
|
Beta Was this translation helpful? Give feedback.
9 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.
Uh oh!
There was an error while loading. Please reload this page.
-
I have create a "standalone" setup in K8S using the following manifest.
apiVersion: milvus.io/v1beta1
kind: Milvus
metadata:
name: ...
labels:
app: milvus
spec:
mode: standalone
components:
image: milvusdb/milvus:v2.5.7
imagePullPolicy: IfNotPresent
config:
common:
security:
authorizationEnabled: true
and have the following PODS:

I also have the following services running:

Then I connected using Python SDK and inserted data and I can access collection using python SDK.
However, when I try to make backup using milvus backup with the following configuration:

it gives me errors that no data is found:

when I list buckets on minio:

I cannot understand where are the data which I inserted and can access with Python SDK and how to make backup.
Unrelated question, is there way to change default minio password in the K8S manifest.
Beta Was this translation helpful? Give feedback.
All reactions