percona / roadmap

Public Percona Roadmaps
10 stars 1 forks source link

[K8SPG-270] Pass pgbackrest parameters for scheduled backups #88

Closed spron-in closed 1 year ago

spron-in commented 1 year ago

Community Note

Tell us about the feature

For manual backups we allow users to customize pgbackrest flags through backup.yaml.

Users can't set these flags for scheduled backups though.

As a proposal we can add the same flag to scheduled backup: {code:java}     schedule:       - name: "sat-night-backup"         schedule: "0 0 6"         keep: 3         type: full         storage: local backrest-opts: --options1 --option2{code}  

Link to JIRA