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

feat(cluster): Exposed backup.barmanObjectStore.wal and backup.barmanObjectStore.data #221

Merged
merged 1 commit into from
Mar 23, 2024

Conversation

itay-grudev
Copy link
Collaborator

@itay-grudev itay-grudev commented Mar 17, 2024

This PR exposed the backup.barmanObjectStore.wal and backup.barmanObjectStore.data properties so that the encryption can be disabled.

This is needed in the case where you are using MinIO without encryption enabled. The defaults for encryption are still: AES256.

In addition the compression and parallelism properties are exposed for fine-tuning the storage space and performance of your cluster.

Closes: #198

…ObjectStore.data

Signed-off-by: Itay Grudev <itay.grudev@essentim.com>
Copy link
Collaborator

@phisco phisco left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🙏

@phisco phisco merged commit 98ef08a into main Mar 23, 2024
4 checks passed
@phisco phisco deleted the dev/198 branch March 23, 2024 11:39
itay-grudev added a commit that referenced this pull request 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>
itay-grudev added a commit that referenced this pull request 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>
@itay-grudev itay-grudev added the chart( cluster ) Related to the cluster chart label May 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chart( cluster ) Related to the cluster chart
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Backups incompatibility with unencrypted minio
2 participants