Thanks for that - found the problem using those logs - the usual permissions issue!!
Anyway I fixed the permissions, restored my file system & database and attempted the upgrade again.
This time I got the following:
Upgrading DotNetNuke
Current Assembly Version: 04.09.03
Current Database Version: 04.09.00
Upgrade Status Report
00:00:00.015 - Upgrading to Version: 4.9.3
00:00:00.046 - Executing Script: 04.09.01.SqlDataProvider Success
00:00:00.375 - Executing Script: 04.09.02.SqlDataProvider Success
00:00:00.671 - Executing Script: 04.09.03.SqlDataProvider Success
00:00:00.703 - Performing General Upgrades
Server Error in '/DNN_Live_Rep' Application.
Thread was being aborted.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Threading.ThreadAbortException: Thread was being aborted.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. |
Stack Trace:
[ThreadAbortException: Thread was being aborted.]
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +486
System.Web.ApplicationStepManager.ResumeSteps(Exception error) +501
System.Web.HttpApplication.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData) +123
System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +379
|
Version Information: Microsoft .NET Framework Version:2.0.50727.3082; ASP.NET Version:2.0.50727.3082
I was thinking of extending the timeout which I believe is controlled in web.config file here:
<httpRuntime useFullyQualifiedRedirectUrl="true" maxRequestLength="8192" requestLengthDiskThreshold="8192" />
However I don't know what setting to use/amend and what to set it to?
Any other advice as to how I can avoid this type of error during my upgrade?