Bug: Time out on Deployment if other Backup Running

Noticed an issue with deployments timing out where another backup is running prior.

Example, a deployment starts at 12:01pm , at 12:00pm the hourly backup started, and this takes let’s say 10 minutes to run.

The Otto backup schedule waits for the other one to finish, by the time that happens, it throws a timeout error. Furthermore, it does not tidy up after itself and the backup schedule created is not removed.

Oh this is a good one. :slight_smile:

Do the file list being backed up over lap with the files in the deployment?

Or is it just any backup?

Thanks

Todd

In this case, the deployment files are in the hourly backup. I’m not sure whether that has an impact.

Note that we have parallel backup option turned off for this server. If that were turned on perhaps this would not occur, however I’m just assuming here.