in Viya 4 2024.09LTS when running below to find scheduled backup jobs, the only active job is the last one (sas-scheduled-backup-job), the other 2 are suspended:
kubectl get cronjobs | grep scheduled-backup
NAME SCHEDULE TIMEZONE SUSPEND ACTIVE LAST SCHEDULE AGE
sas-scheduled-backup-all-sources 0 1 * * 6 <none> True 0 <none> 188d
sas-scheduled-backup-incr-job 0 6 * * 1-6 <none> True 0 <none> 188d
sas-scheduled-backup-job 0 3 * * * <none> False 0 22h 188d
I need to make sure that our daily backup job includes also PostgreSQL, how can I verify that, additionally how to verify all the sources that are included in this (sas-scheduled-backup-job)?