You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Estuvimos sin backups durante varios meses porque el disco donde se hace el backup se lleno:
Deberiamos tener algun tipo de notificacion para cuando falla este job
The text was updated successfully, but these errors were encountered: