I backup schedulati di proxmox non vengono eseguiti: Difference between revisions

From RVM Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
Se i backup non vengono eseguiti:
* Rimuovere una libreria che fa conflitto:
sudo apt autoremove --purge libev-perl
* Verificare


  systemctl status pvescheduler
  systemctl status pvescheduler
Line 6: Line 13:
  rm /var/lib/pve-manager/jobs/*.json
  rm /var/lib/pve-manager/jobs/*.json
Riavviare e verificare
Riavviare e verificare
systemctl restart pvescheduler
systemctl status pvescheduler
In alternativa:
sudo apt autoremove --purge libev-perl
  systemctl stop pvescheduler
  systemctl stop pvescheduler


  systemctl start pvescheduler
  systemctl start pvescheduler


systemctl status pvescheduler
=Riferimenti=
=Riferimenti=
*[https://forum.proxmox.com/threads/problem-with-pvescheduler.127275/ Problem with pvescheduler | Proxmox Support Forum]
*[https://forum.proxmox.com/threads/problem-with-pvescheduler.127275/ Problem with pvescheduler | Proxmox Support Forum]
*[https://forum.proxmox.com/threads/update-after-upgrade-to-pve-7-4-scheduled-backups-dont-run-on-2-nodes.124790/ [SOLVED] - Update: After upgrade to PVE 7.4 scheduled backups don't run on 2 nodes | Proxmox Support Forum]
*[https://forum.proxmox.com/threads/update-after-upgrade-to-pve-7-4-scheduled-backups-dont-run-on-2-nodes.124790/ [SOLVED] - Update: After upgrade to PVE 7.4 scheduled backups don't run on 2 nodes | Proxmox Support Forum]

Revision as of 09:37, 4 April 2024

Se i backup non vengono eseguiti:

  • Rimuovere una libreria che fa conflitto:
sudo apt autoremove --purge libev-perl
  • Verificare
systemctl status pvescheduler

Se si trova:

May 11 14:10:00 proxmox pvescheduler[1839370]: could not update job state, skipping - no such task

Rimuovere i job corrotti:

rm /var/lib/pve-manager/jobs/*.json

Riavviare e verificare

systemctl stop pvescheduler
systemctl start pvescheduler
systemctl status pvescheduler

Riferimenti