NopCommerce Backup Failing After VPS Migration. Timeout expired

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
4 years ago
Just migrated from one VPS to another and everything is mostly configured the same. I added the appPool user to the database backup folder in the site directory. The only main difference in my setup was that i changed the SQL port to 15001 rather than the default. localhost,15001 was the only change i made to my database config. Below is the long log entry when i try to backup. Any ideas? Wondering if the call factors in the non-default port. I have tried to extend the timeout and that didnt fix it.

System.Data.SqlClient.SqlException (0x80131904): Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding. ---> System.ComponentModel.Win32Exception (258): The wait operation timed out
   at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
   at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
   at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
   at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
   at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite)
   at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, Boolean sendToPipe, Int32 timeout, Boolean asyncWrite, String methodName)
   at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
   at Microsoft.EntityFrameworkCore.Storage.Internal.RelationalCommand.Execute(IRelationalConnection connection, DbCommandMethod executeMethod, IReadOnlyDictionary`2 parameterValues)
   at Microsoft.EntityFrameworkCore.Storage.Internal.RelationalCommand.ExecuteNonQuery(IRelationalConnection connection, IReadOnlyDictionary`2 parameterValues)
   at Microsoft.EntityFrameworkCore.RelationalDatabaseFacadeExtensions.ExecuteSqlCommand(DatabaseFacade databaseFacade, RawSqlString sql, IEnumerable`1 parameters)
   at Nop.Data.NopObjectContext.ExecuteSqlCommand(RawSqlString sql, Boolean doNotEnsureTransaction, Nullable`1 timeout, Object[] parameters) in C:\andrei\nopcommerce\sources\src\Libraries\Nop.Data\NopObjectContext.cs:line 143
   at Nop.Services.Common.MaintenanceService.BackupDatabase() in C:\andrei\nopcommerce\sources\src\Libraries\Nop.Services\Common\MaintenanceService.cs:line 126
   at Nop.Web.Areas.Admin.Controllers.CommonController.BackupDatabase(MaintenanceModel model) in C:\andrei\nopcommerce\sources\src\Presentation\Nop.Web\Areas\Admin\Controllers\CommonController.cs:line 209
ClientConnectionId:574d0c9b-031d-4a78-8c61-824d7c73f379
Error Number:-2,State:0,Class:11
4 years ago
Your database server is not responding correctly. You can contact to your hosting provider.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.