-
Notifications
You must be signed in to change notification settings - Fork 93
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
Backups incompatibility with unencrypted minio #198
Labels
chart( cluster )
Related to the cluster chart
Comments
Am I correct in assuming that all you are asking for is that the settings are exposed in |
@donch Would #221 do the trick? You will be able to disable the encryption by setting:
As per the operator documentation setting it to an empty string |
itay-grudev
added a commit
that referenced
this issue
Mar 27, 2024
* Added the ability to exclude specific PrometheusRules by @itay-grudev (#232) * Added config value endpointCA for private S3 such as MinIO by @PseudoResonance (#229, #230) * Bug Fix: Severity of CNPGClusterLowDiskSpaceCritical should be critical not warning by @baurmatt (#223) * New `backup.barmanObjectStore.wal` and `backup.barmanObjectStore.data` to support disabling encryption by @itay-grudev (#198, #221) Signed-off-by: Itay Grudev <itay.grudev@essentim.com>
Merged
itay-grudev
added a commit
that referenced
this issue
Mar 27, 2024
* Added the ability to exclude specific PrometheusRules by @itay-grudev (#232) * Added config value endpointCA for private S3 such as MinIO by @PseudoResonance (#229, #230) * Bug Fix: Severity of CNPGClusterLowDiskSpaceCritical should be critical not warning by @baurmatt (#223) * New `backup.barmanObjectStore.wal` and `backup.barmanObjectStore.data` to support disabling encryption by @itay-grudev (#198, #221) Signed-off-by: Itay Grudev <itay.grudev@essentim.com> Co-authored-by: Itay Grudev <itay.grudev@essentim.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When i enable S3 backups with a minio configuration.
The barmanConfig looks like :
barmanObjectStore: wal: compression: gzip encryption: AES256 data: compression: gzip encryption: AES256 jobs: 2
This configuration doesn't work if you don't enable KMS/Encryption on your minio. It would be nice to configure these settings.
For exemple, we need to change the AES256 to "" for backup and wal archiving to work.
The text was updated successfully, but these errors were encountered: