cloudnative-pg / cloudnative-pg/charts

Add immediateCheckpoint to ObjectStore.spec.configuation.data

Open Beginner friendly
#981 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Go Template
Stars
621
Forks
265
Avg merge
7d 12h
Merged PRs (30d)
7

Description

Add immediateCheckpoint to ObjectStore.spec.configuation.data:

```
// Control whether the I/O workload for the backup initial checkpoint will
// be limited, according to the `checkpoint_completion_target` setting on
// the PostgreSQL server. If set to true, an immediate checkpoint will be
// used, meaning PostgreSQL will complete the checkpoint as soon as
// possible. `false` by default.
// +optional ImmediateCheckpoint [bool](https://pkg.go.dev/builtin#bool) `json:"immediateCheckpoint,omitempty"`
```
https://pkg.go.dev/github.com/cloudnative-pg/barman-cloud/pkg/api#DataBackupConfiguration

Contributor guide

Open the contributing guide

Research direction

No file or test is named in the issue. Search the Helm chart templates and values for ObjectStore.spec.configuration.data, compare the rendered manifest with the documented DataBackupConfiguration API, and verify that immediateCheckpoint is exposed with the requested optional boolean behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
helm
Domain
devops
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
68/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.