Skip to content

Commit

Permalink
EVEREST-969: no parallel backups (#429)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Kralik authored Jun 18, 2024
1 parent d242f6d commit 3ff32e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion controllers/providers/pxc/applier.go
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,8 @@ func (p *applier) genPXCBackupSpec() (*pxcv1.PXCScheduledBackup, error) {

// Initialize PXCScheduledBackup object
pxcBackupSpec := &pxcv1.PXCScheduledBackup{
Image: backupVersion.ImagePath,
AllowParallel: pointer.ToBool(false),
Image: backupVersion.ImagePath,
PITR: pxcv1.PITRSpec{
Enabled: database.Spec.Backup.PITR.Enabled,
},
Expand Down

0 comments on commit 3ff32e8

Please sign in to comment.