Skip to main content
Question

VBR - Stalled Backup jobs


Forum|alt.badge.img
  • Comes here often

Hi,

I noticed that I have two running backup jobs since mid May and it appears they are stalled. From the same job I get success emails each day. It appears the backups job were running fine at the scheduled time. Kind of overlap.

Maybe the stalled job are leftovers when I upgrade my VBR to 13. I’m not sure. 

I shutdown the server twice and the stalled jobs reappears. I can right click on it and press stop, but even after hours nothing happens.

How can I get rid of the running instances?

 

I enclose two screenshots

Thanks,

Edy

15 comments

Chris.Childerhose
Forum|alt.badge.img+21

What if you disable the jobs and then reboot the server to see?  After that, if they are not running, enable them again.  If the issue comes back, would suggest a support ticket for them to troubleshoot the issue.

 
 
 

coolsport00
Forum|alt.badge.img+22
  • Veeam Legend
  • June 2, 2026

@Edy - I’ve not seen anyone post about this behavior here on the Community Hub. Maybe someone has had this happen to them after a VBR migration and can comment. Otherwise your best bet, & my recommendation, is to submit a Support ticket. My guess is something got “stale” in the VBR database during the migration and maybe some DB change needs to be made. And really only Support should mess with the VBR DB. 

Best.


eblack
Forum|alt.badge.img+2
  • Influencer
  • June 2, 2026

My first thought is stale job session, possibly in the config DB after updates. You may have some luck with PowerShell vs the GUI. - Get-VBRJob -Name "Your Job Name" | Stop-VBRJob -Confirm:$false 

Otherwise what others have said makes sense. Disable jobs, reboot. Re-enable after start if the stale sessions are gone. 

 


Forum|alt.badge.img
  • Author
  • Comes here often
  • June 2, 2026

Thanks for the fast replies to everyone. In Powershell all jobs are in stopped state and everything looks fine. Just the GUI still shows them even they are disabled now and I rebooted the server.

This is an NFR license and I don’t think to received support.


coolsport00
Forum|alt.badge.img+22
  • Veeam Legend
  • June 2, 2026

@Edy - yeah..that’s why I suggested probably best to get ahold of Support. The error you showed in your screenshot shows the Job is stopped, but the GUI is showing something different. Honestly, I think Support is your only route.


Forum|alt.badge.img
  • Author
  • Comes here often
  • June 2, 2026

Do I get support with NFR? I thought it’s only community while I’m here. 


coolsport00
Forum|alt.badge.img+22
  • Veeam Legend
  • June 2, 2026

Yes, kind of. You can open a Support Case and will get treated the same as you would as using the VBR Community Edition → it’s “best effort” Support. Below discusses Veeam’s Support Policy:

https://www.veeam.com/legal/support-policy.html

 


Forum|alt.badge.img
  • Author
  • Comes here often
  • June 2, 2026

Thank you to all - I was able to open a support case. For the product I selected the VBR community edition. 


Chris.Childerhose
Forum|alt.badge.img+21

Thank you to all - I was able to open a support case. For the product I selected the VBR community edition. 

Great.  Let us know how it goes and hopefully you get a resolution.

 
 
 

coolsport00
Forum|alt.badge.img+22
  • Veeam Legend
  • June 2, 2026

Ok, keep us posted ​@Edy 


Forum|alt.badge.img+3
  • Experienced User
  • June 3, 2026

@Edy , let’s hope Support has bandwidth for an NFR case -- the issue is a problem in the configuration database, that particular job session likely didn’t get closed out correctly, and usually requires manual intervention. This is purely an aesthetic matter, no processing is actually happening for the job, the session just was never told to stop so the counter continues to increment.

For your case in particular, if Support doesn’t have the bandwidth to take an NFR case, you can try the following:

 

  1. Take a fresh configuration backup
  2. Stop all jobs and tasks
  3. Start a Configuration Restore from the configuration backup you made in step 1

The Configuration Restore has some clean-up activities for situations like this and you might be able to resolve it.

IMPORTANT: This is not a solution for a production server, as Configuration Restore has quite a few considerations -- it is not destructive, but it will interrupt backup operations, potentially for quite a long time. For a production backup server, a Support Case is a must.


Forum|alt.badge.img
  • Author
  • Comes here often
  • June 3, 2026

Hi - Thanks for taking time to respond. I’m waiting for support and now I know it is a cosmetic thing (not nice thought) but I see the backup jobs are still running fine.

If I don’t hear from support, I will try your solution.

Thanks!


coolsport00
Forum|alt.badge.img+22
  • Veeam Legend
  • June 3, 2026

Keep us posted ​@Edy 


Chris.Childerhose
Forum|alt.badge.img+21

That is an interesting solution did not realize you could use configuration backup to resolve it.  Hope support helps you out.


eblack
Forum|alt.badge.img+2
  • Influencer
  • June 3, 2026

@Edy , let’s hope Support has bandwidth for an NFR case -- the issue is a problem in the configuration database, that particular job session likely didn’t get closed out correctly, and usually requires manual intervention. This is purely an aesthetic matter, no processing is actually happening for the job, the session just was never told to stop so the counter continues to increment.

For your case in particular, if Support doesn’t have the bandwidth to take an NFR case, you can try the following:

 

  1. Take a fresh configuration backup
  2. Stop all jobs and tasks
  3. Start a Configuration Restore from the configuration backup you made in step 1

The Configuration Restore has some clean-up activities for situations like this and you might be able to resolve it.

IMPORTANT: This is not a solution for a production server, as Configuration Restore has quite a few considerations -- it is not destructive, but it will interrupt backup operations, potentially for quite a long time. For a production backup server, a Support Case is a must.

 

Does this process clean up tables? I might have to explore this idea.