I upgraded from 1.9 to 2.4 yesterday. This morning I received two separate email message reports for the PostgreSQL Backup Log, with different message-ids but both reflecting running at the same time. 08:01. I also got this error message from cron via email.
gzip: /store/backups/postgresql/daily/nagiosxi/nagiosxi_2012-05-02.Wednesday.sql: No such file or directory
gzip: /store/backups/postgresql/daily/postgres/postgres_2012-05-02.Wednesday.sql: No such file or directory
gzip: /store/backups/postgresql/daily/template1/template1_2012-05-02.Wednesday.sql: No such file or directory
Code: Select all
[root@psm-itmon log]# grep autopostgresqlbackup /var/log/cron
May 2 08:00:01 psm-itmon crond[5315]: (root) CMD ( /root/scripts/autopostgresqlbackup)
May 2 08:00:01 psm-itmon crond[5319]: (root) CMD (/root/scripts/autopostgresqlbackup)
[root@psm-itmon cron.d]# grep postgres /var/spool/cron/root
0 8 * * * /root/scripts/autopostgresqlbackup
[root@psm-itmon cron.d]# grep postgres /etc/cron.d/*
/etc/cron.d/nagiosxi:0 8 * * * root /root/scripts/autopostgresqlbackup# Nagios XI backup - full
0 21 * * * /usr/local/nagiosxi/scripts/backup_xi.sh > /var/log/backup_xi.log 2>&1