Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to delete history backup data in minio #1579

Open
Cookiery opened this issue Jun 27, 2024 · 1 comment
Open

Failed to delete history backup data in minio #1579

Cookiery opened this issue Jun 27, 2024 · 1 comment
Labels

Comments

@Cookiery
Copy link

Report

Failed to delete history backup data in minio.

pbm only deleted the history json file, but the directory file was not successfully deleted, and I doubt it was because --force was not added.

This is my values.yaml file

backup:
  enabled: true
  image:
    repository: harbor.devops.narwal.com/public_mirror/percona-backup-mongodb
    tag: 2.4.1
  storages:
    minio:
      type: s3
      s3:
        bucket: testing
        region: us-east-1
        credentialsSecret: backup-credentials-minio
        endpointUrl: https://10.10.180.14:9700/
        prefix: "mongodb"
        insecureSkipTLSVerify: false
  pitr:
    enabled: true
    oplogOnly: false
tasks:
  - name: daily-minio-s3
    enabled: true
    schedule: "0 */1 * * *"
    keep: 2
    storageName: minio
    compressionType: gzip
    type: physical

More about the problem

Permissions are all allowed

Steps to reproduce

Versions

  1. Kubernetes
  2. Operator
  3. Database

Anything else?

No response

@Cookiery Cookiery added the bug label Jun 27, 2024
@Cookiery
Copy link
Author

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant