Hello,
I’m trying to backup a large Postgres Pod (>150 GB) but it fails after 45 minutes with the following error message:
- cause:
cause:
cause:
cause:
cause:
cause:
message: context deadline exceeded
file: kasten.io/k10/kio/poll/poll.go:96
function: kasten.io/k10/kio/poll.waitWithBackoffWithRetriesHelper
linenumber: 96
message: Context done while polling
fields:
- name: duration
value: 44m59.992268957s
file: kasten.io/k10/kio/poll/poll.go:66
function: kasten.io/k10/kio/poll.waitWithBackoffWithRetries
linenumber: 66
message: Timeout while polling
fields:
- name: actionSet
value: k10-backup-k10-pgo-bp-0.0.3-cinepg-cine--295f2
file: kasten.io/k10/kio/kanister/operation.go:381
function: kasten.io/k10/kio/kanister.(*Operation).waitForActionSetCompletion
linenumber: 381
message: Error waiting for ActionSet
file: kasten.io/k10/kio/exec/phases/backup/snapshot_data_phase.go:581
function: kasten.io/k10/kio/exec/phases/backup.snapshotNamespace
linenumber: 581
message: Error performing operator snapshot
file: kasten.io/k10/kio/exec/phases/backup/snapshot_data_phase.go:407
function: kasten.io/k10/kio/exec/phases/backup.processNonWorkloadArtifact
linenumber: 407
message: Failed snapshot for namespace
message: Job failed to be executed
Are there any parameters I could set in the backup policy to extend this timeout, or what is the actual reason for this issue?
BR,
Daniel