runtimesoftware / runtime-backup-manager

Backups up databases and folders on a computer and optionally uploads them to remote storage
Apache License 2.0
1 stars 3 forks source link

[bug] Wait operation timed out. #5

Closed xe1os closed 2 years ago

xe1os commented 2 years ago

Hi,

Getting timed out message in the logs for MSSQL db backup.

Thanks

runtimesoftware commented 2 years ago

I have increased the MSSQL CommandTimeout to 10 minutes to support backing up large databases. Please check again and let me know if this is still failing.

xe1os commented 2 years ago

Hi,

Thank you. Backups are happening now after increasing the CommandTimeout.

runtimesoftware commented 2 years ago

Thanks for confirmation.