We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.
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
Permissions are all allowed
No response
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
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
More about the problem
Permissions are all allowed
Steps to reproduce
Versions
Anything else?
No response
The text was updated successfully, but these errors were encountered: