Platform: Standalone Proxmox 8.2.5 using only the community (Free) repo:
I got an alert this morning that my backups of my Proxmox guests were older than 24 hours.
Given that I have a job that runs every morning at 1am my time, that didn't seem right, especially as I haven't touched it in months.
I went to check the job was still there, it is:
So I checked my filesystem, and sure enough the backups I was expecting weren't there.
I checked the log in the GUI, the backup job isn't there (nothing shown for today the 20th Sept at ~1:30)
Nothing has changed on my server except that I installed updates yesterday when I saw them. These were the updates that were installed:
These upgrades moved my Promox PVE from 8.2.4 to 8.2.5. I haven't rebooted into the newer kernel it provides yet.
I have 2 VMs I backup and 2 LXC containers. Storage is just local-lvm on the same SSD the node boots from, and backups are written to an external USB drive that's mounted on boot:
(Once backups have completed, restic then ships them off to remote storage)
Has anyone else experienced this issue since the 8.2.4->8.2.5 upgrade ~yesterday? Is there anything I can test/check to see why the scheduled backups didn't run? Is there any other information/logfiles I can provide or shoud be examining to determine why the scheduled backup didn't run?
The one thing this has done is proven to me my Zabbix Monitoring of "last backup writes" works corectly to alert me to the condition.
Thank you very much.
Code:
root@max:/var/log# pveversion
pve-manager/8.2.5/12c0a59769080547 (running kernel: 6.8.12-1-pve)
I got an alert this morning that my backups of my Proxmox guests were older than 24 hours.
Given that I have a job that runs every morning at 1am my time, that didn't seem right, especially as I haven't touched it in months.
I went to check the job was still there, it is:
So I checked my filesystem, and sure enough the backups I was expecting weren't there.
I checked the log in the GUI, the backup job isn't there (nothing shown for today the 20th Sept at ~1:30)
Nothing has changed on my server except that I installed updates yesterday when I saw them. These were the updates that were installed:
Code:
2024-09-19 09:40:54 upgrade libnvpair3linux:amd64 2.2.4-pve1 2.2.6-pve1
2024-09-19 09:40:54 upgrade libproxmox-rs-perl:amd64 0.3.3 0.3.4
2024-09-19 09:40:54 upgrade libpve-rs-perl:amd64 0.8.9 0.8.10
2024-09-19 09:40:55 upgrade libpve-storage-perl:all 8.2.3 8.2.4
2024-09-19 09:40:55 upgrade libuutil3linux:amd64 2.2.4-pve1 2.2.6-pve1
2024-09-19 09:40:55 upgrade libzfs4linux:amd64 2.2.4-pve1 2.2.6-pve1
2024-09-19 09:40:55 upgrade libzpool5linux:amd64 2.2.4-pve1 2.2.6-pve1
2024-09-19 09:40:55 upgrade novnc-pve:all 1.4.0-3 1.4.0-4
2024-09-19 09:40:56 upgrade pve-firmware:all 3.13-1 3.13-2
2024-09-19 09:41:05 upgrade proxmox-kernel-6.8:all 6.8.12-1 6.8.12-2
2024-09-19 09:41:05 upgrade proxmox-offline-mirror-docs:all 0.6.6 0.6.7
2024-09-19 09:41:05 upgrade proxmox-offline-mirror-helper:amd64 0.6.6 0.6.7
2024-09-19 09:41:05 upgrade pve-container:all 5.1.12 5.2.0
2024-09-19 09:41:05 upgrade pve-esxi-import-tools:amd64 0.7.1 0.7.2
2024-09-19 09:41:06 upgrade pve-i18n:all 3.2.2 3.2.3
2024-09-19 09:41:06 upgrade pve-manager:amd64 8.2.4 8.2.5
2024-09-19 09:41:06 upgrade pve-qemu-kvm:amd64 9.0.2-2 9.0.2-3
2024-09-19 09:41:10 upgrade spl:all 2.2.4-pve1 2.2.6-pve1
2024-09-19 09:41:10 upgrade zfs-initramfs:all 2.2.4-pve1 2.2.6-pve1
2024-09-19 09:41:10 upgrade zfsutils-linux:amd64 2.2.4-pve1 2.2.6-pve1
2024-09-19 09:41:10 upgrade zfs-zed:amd64 2.2.4-pve1 2.2.6-pve1
These upgrades moved my Promox PVE from 8.2.4 to 8.2.5. I haven't rebooted into the newer kernel it provides yet.
I have 2 VMs I backup and 2 LXC containers. Storage is just local-lvm on the same SSD the node boots from, and backups are written to an external USB drive that's mounted on boot:
Code:
/dev/sdc1 on /mnt/usb_backup type ext4 (rw,relatime,errors=remount-ro)
Has anyone else experienced this issue since the 8.2.4->8.2.5 upgrade ~yesterday? Is there anything I can test/check to see why the scheduled backups didn't run? Is there any other information/logfiles I can provide or shoud be examining to determine why the scheduled backup didn't run?
The one thing this has done is proven to me my Zabbix Monitoring of "last backup writes" works corectly to alert me to the condition.
Thank you very much.