Backups not working, bug in 7.9.4.83 gives 1003 error Looks like in the logs:
2024-03-25 22:00:12,724 [Base] [1] ERROR - Request failed, retrying in 400 msec, 3 attempts left
2024-03-25 22:00:13,125 [Base] [1] ERROR - CloudBerryLab.Base.Exceptions.RequestWasAbortedException: The underlying connection was closed: An unexpected error occurred on a send. ---> System.Net.WebException: The underlying connection was closed: An unexpected error occurred on a send. ---> System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host
Looks like a bug to me as it only started after upgrading to
Support suggested I increment the connection tries in >> Tools - Options - Connection. I will try tonight and let you all know.
Seems like it could be related to a network issue in the code itself like detailed here
https://learn.microsoft.com/en-us/troubleshoot/sql/database-engine/connect/tls-exist-connection-closed but I need to dig deeper.