PyAr / pyar_infra

Python Argentina Infrastructure
7 stars 2 forks source link

Notificacion cuando fallan los backups #98

Open tzulberti opened 3 years ago

tzulberti commented 3 years ago

Estuvimos sin backups durante varios meses porque el disco donde se hace el backup se lleno:

$ kubectl create job --from=cronjob/batch-every-twelve-hours backup-tz
$ kubectl get pods
...
$ kubectl logs backup-tz-86vvb -c pgsql-backup-asocmembers
Creating dump: backupOn2021-08-08-02-39_asoc_members.dump 
pg_dump: [custom archiver] could not close archive file: No space left on device 
Back up not created, check db connection settings

Deberiamos tener algun tipo de notificacion para cuando falla este job