Difference between revisions of "PVE Backup Failure Issues"

From Da Nerd Mage Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
If omething causes a backup job to stop without warning, it can leave PVE guests in a locked state...Problem: "Status: Stopped, Config locked (backup)"
If omething causes a backup job to stop without warning, it can leave PVE guests in a locked state...
 
Problem: "Status: Stopped, Config locked (backup)"


if it's a VM:
if it's a VM:

Latest revision as of 13:50, 28 September 2024

If omething causes a backup job to stop without warning, it can leave PVE guests in a locked state...

Problem: "Status: Stopped, Config locked (backup)"

if it's a VM:

  • qm unlock <vmid>
  • qm start <vmid>

if it's a LXC:

  • pct unlock <vmid>
  • pct start <vmid>