I'm trying to upgrade a rather large old WebForms site built originally on Umbraco 6 and currently running 7.2.8.
I tried upgrading directly from 7.2.8 to 7.10.4 which didn't work; I also tried upgrading from 7.2.8 to 7.7.13 which also didn't work. I ran into issues with DB migrations not working. These led me to a number of potential solutions (which didn't help):
Here is the log for the attempted DB upgrade from 7.2.8 to 7.3.8:
2018-09-12 14:06:16,881 [P22660/D2/T1] INFO Umbraco.Core.CoreBootManager - Umbraco 7.3.8 application starting on CVOPC
2018-09-12 14:06:16,909 [P22660/D2/T1] INFO Umbraco.Core.PluginManager - Determining hash of code files on disk
2018-09-12 14:06:16,928 [P22660/D2/T1] INFO Umbraco.Core.PluginManager - Hash determined (took 18ms)
2018-09-12 14:06:17,057 [P22660/D2/T1] INFO Umbraco.Core.PluginManager - Starting resolution types of umbraco.interfaces.IApplicationStartupHandler
2018-09-12 14:06:17,397 [P22660/D2/T1] INFO Umbraco.Core.PluginManager - Completed resolution of types of umbraco.interfaces.IApplicationStartupHandler, found 0 (took 340ms)
2018-09-12 14:06:17,414 [P22660/D2/T1] INFO Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter
2018-09-12 14:06:17,419 [P22660/D2/T1] INFO Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter, found 0 (took 5ms)
2018-09-12 14:06:17,420 [P22660/D2/T1] INFO Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Core.PropertyEditors.IPropertyValueConverter
2018-09-12 14:06:17,427 [P22660/D2/T1] INFO Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Core.PropertyEditors.IPropertyValueConverter, found 0 (took 7ms)
2018-09-12 14:06:17,442 [P22660/D2/T1] INFO Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Web.Mvc.SurfaceController
2018-09-12 14:06:17,448 [P22660/D2/T1] INFO Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Web.Mvc.SurfaceController, found 0 (took 5ms)
2018-09-12 14:06:17,449 [P22660/D2/T1] INFO Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Web.WebApi.UmbracoApiController
2018-09-12 14:06:17,457 [P22660/D2/T1] INFO Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Web.WebApi.UmbracoApiController, found 0 (took 7ms)
2018-09-12 14:06:17,490 [P22660/D2/T1] INFO Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Core.Media.IThumbnailProvider
2018-09-12 14:06:17,498 [P22660/D2/T1] INFO Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Core.Media.IThumbnailProvider, found 0 (took 7ms)
2018-09-12 14:06:17,498 [P22660/D2/T1] INFO Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Core.Media.IImageUrlProvider
2018-09-12 14:06:17,507 [P22660/D2/T1] INFO Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Core.Media.IImageUrlProvider, found 0 (took 8ms)
2018-09-12 14:06:18,148 [P22660/D2/T1] INFO Umbraco.Core.CoreBootManager - Umbraco application startup complete (took 1336ms)
2018-09-12 14:06:20,475 [P22660/D2/T11] INFO Umbraco.Core.Sync.ApplicationUrlHelper - ApplicationUrl: http://localhost:59649/umbraco (UmbracoModule request)
2018-09-12 14:06:52,032 [P22660/D2/T9] INFO Umbraco.Web.Install.Controllers.InstallApiController - Executing installation step: Permissions
2018-09-12 14:06:52,055 [P22660/D2/T9] INFO Umbraco.Web.Install.Controllers.InstallApiController - Step completed (took 23ms)
2018-09-12 14:06:52,084 [P22660/D2/T12] INFO Umbraco.Web.Install.Controllers.InstallApiController - Executing installation step: Upgrade
2018-09-12 14:06:52,084 [P22660/D2/T12] INFO Umbraco.Web.Install.Controllers.InstallApiController - Step completed (took 0ms)
2018-09-12 14:06:52,120 [P22660/D2/T9] INFO Umbraco.Web.Install.Controllers.InstallApiController - Executing installation step: DatabaseInstall
2018-09-12 14:06:52,122 [P22660/D2/T9] INFO Umbraco.Core.DatabaseContext - Database configuration status: Started
2018-09-12 14:06:52,126 [P22660/D2/T9] INFO Umbraco.Core.DatabaseContext - Database requires upgrade
2018-09-12 14:06:52,126 [P22660/D2/T9] INFO Umbraco.Web.Install.Controllers.InstallApiController - Step completed (took 6ms)
2018-09-12 14:06:52,162 [P22660/D2/T9] INFO Umbraco.Web.Install.Controllers.InstallApiController - Executing installation step: DatabaseUpgrade
2018-09-12 14:06:52,166 [P22660/D2/T9] INFO Umbraco.Web.Install.InstallSteps.DatabaseUpgradeStep - Running 'Upgrade' service
2018-09-12 14:06:52,169 [P22660/D2/T9] INFO Umbraco.Core.DatabaseContext - Database upgrade started
2018-09-12 14:06:52,182 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Initializing database migrations
2018-09-12 14:06:52,185 [P22660/D2/T9] INFO Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Core.Persistence.Migrations.IMigration
2018-09-12 14:06:52,200 [P22660/D2/T9] INFO Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Core.Persistence.Migrations.IMigration, found 0 (took 14ms)
2018-09-12 14:06:52,239 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - CVOPC UPGRADE migration 'AddRelationTypeForDocumentOnDelete' to context
2018-09-12 14:06:52,254 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - CVOPC UPGRADE migration 'CreateCacheInstructionTable' to context
2018-09-12 14:06:52,595 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - CVOPC UPGRADE migration 'MigrateAndRemoveTemplateMasterColumn' to context
2018-09-12 14:06:54,680 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - CVOPC UPGRADE migration 'MigrateStylesheetDataToFile' to context
2018-09-12 14:06:54,691 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - CVOPC UPGRADE migration 'RemoveStylesheetDataAndTables' to context
2018-09-12 14:06:54,719 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - CVOPC UPGRADE migration 'RemoveLanguageLocaleColumn' to context
2018-09-12 14:06:54,935 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - CVOPC UPGRADE migration 'UpdateUniqueIdToHaveCorrectIndexType' to context
2018-09-12 14:06:54,944 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - CVOPC UPGRADE migration 'AddPublicAccessTables' to context
2018-09-12 14:06:54,956 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - CVOPC UPGRADE migration 'MovePublicAccessXmlDataToDb' to context
2018-09-12 14:06:54,972 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - CVOPC UPGRADE migration 'RemoveHelpTextColumn' to context
2018-09-12 14:06:54,979 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - CVOPC UPGRADE migration 'AddExternalLoginsTable' to context
2018-09-12 14:06:55,004 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - CVOPC UPGRADE migration 'AddUserColumns' to context
2018-09-12 14:06:55,013 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - CVOPC UPGRADE migration 'AddMigrationTable' to context
2018-09-12 14:06:55,076 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - CVOPC UPGRADE migration 'AddUniqueIdPropertyTypeColumn' to context
2018-09-12 14:06:55,436 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - CVOPC UPGRADE migration 'AddForeignKeysForLanguageAndDictionaryTables' to context
2018-09-12 14:06:55,455 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - CVOPC UPGRADE migration 'RemoveUmbracoLoginsTable' to context
2018-09-12 14:06:55,484 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - CVOPC UPGRADE migration 'AddServerRegistrationColumnsAndLock' to context
2018-09-12 14:06:55,656 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - CVOPC UPGRADE migration 'CleanUpCorruptedPublishedFlags' to context
2018-09-12 14:06:55,662 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - CVOPC UPGRADE migration 'UpdateUserLanguagesToIsoCode' to context
2018-09-12 14:06:55,662 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - CVOPC UPGRADE migration 'EnsureMigrationsTableIdentityIsCorrect' to context
2018-09-12 14:06:55,670 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Executing sql statement 1: INSERT INTO [umbracoRelationType] ([dual],[parentObjectType],[childObjectType],[name],[alias]) VALUES (0,'c66ba18e-eaf3-4cff-8a22-41b16d66a972','c66ba18e-eaf3-4cff-8a22-41b16d66a972','Relate Parent Document On Delete','relateParentDocumentOnDelete');
2018-09-12 14:06:55,682 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Executing sql statement 2: CREATE TABLE [umbracoCacheInstruction] ([id] INTEGER NOT NULL IDENTITY(1,1),
[utcStamp] DATETIME NOT NULL,
[jsonInstruction] NTEXT NOT NULL,
[originated] NVARCHAR(500) NOT NULL)
2018-09-12 14:06:55,687 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Executing sql statement 3: ALTER TABLE [umbracoCacheInstruction] ADD CONSTRAINT [PK_umbracoCacheInstruction] PRIMARY KEY CLUSTERED ([id])
2018-09-12 14:06:55,696 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Executing sql statement 4: UPDATE cmsTemplate SET master = NULL WHERE [master] IS NOT NULL AND [master] NOT IN (SELECT nodeId FROM (SELECT * FROM cmsTemplate a) b)
2018-09-12 14:06:55,723 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:06:55,732 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:06:55,735 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:06:55,738 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:06:55,740 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:06:55,743 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:06:55,745 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:06:55,746 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:06:55,750 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:06:55,753 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:06:55,754 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:06:55,755 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:06:55,756 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:06:55,757 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:06:55,758 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:06:55,760 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:06:55,762 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:06:55,764 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:06:55,765 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:06:55,766 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:06:55,767 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:06:55,768 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:06:55,770 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:06:55,771 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:06:55,773 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:06:55,774 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:06:55,775 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:06:55,776 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:06:55,777 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:06:55,779 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:06:55,780 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:06:55,781 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:06:55,782 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:06:55,783 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:06:55,784 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:06:55,785 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:06:55,786 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:06:55,787 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:06:55,787 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:06:55,792 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:06:55,794 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:06:55,796 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:06:55,797 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:06:55,798 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:06:55,799 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:06:55,800 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:06:55,801 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:06:55,802 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:06:55,803 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:06:55,804 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:06:55,805 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:06:55,806 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:06:55,806 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:06:55,807 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:06:55,808 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:06:55,810 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:06:55,811 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:06:55,813 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:06:55,821 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:06:55,837 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:06:55,860 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:06:55,862 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:06:55,864 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:06:55,865 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:06:55,866 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:06:55,867 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:06:55,868 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:06:55,870 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:06:55,871 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:06:55,872 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:06:55,873 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:06:55,874 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:06:55,875 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:06:55,877 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:06:55,879 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:06:55,881 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:06:55,882 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:06:55,883 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:06:55,884 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:06:55,885 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:06:55,886 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:06:55,887 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:06:55,888 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:06:55,889 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:06:55,890 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:06:55,890 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:06:55,891 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:06:55,893 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:06:55,895 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:06:55,897 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:06:55,899 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:06:55,900 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:06:55,903 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:06:55,904 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:06:55,905 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:06:55,909 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:06:55,911 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:06:55,912 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:06:55,913 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:06:55,914 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:06:55,915 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:06:55,915 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:06:55,916 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:06:55,917 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:06:55,918 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:06:55,919 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:06:55,921 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:06:55,922 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:06:55,923 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:06:55,924 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:06:55,925 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:06:55,926 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:06:55,928 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:06:55,930 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:06:55,931 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:06:55,932 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:06:55,934 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Executing sql statement 7: ALTER TABLE [cmsTemplate] DROP CONSTRAINT [FK_cmsTemplate_cmsTemplate]
2018-09-12 14:06:55,939 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Executing sql statement 8: ALTER TABLE [cmsTemplate] DROP COLUMN [master]
2018-09-12 14:06:55,948 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Executing sql statement 9: DELETE FROM [cmsStylesheetProperty] WHERE 1 = 1
2018-09-12 14:06:55,951 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Executing sql statement 10: DELETE FROM [umbracoNode] WHERE [nodeObjectType] = '5555da4f-a123-42b2-4488-dcdfb25e4111'
2018-09-12 14:06:56,136 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Executing sql statement 11: DROP TABLE [cmsStylesheetProperty]
2018-09-12 14:06:56,140 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Executing sql statement 12: DELETE FROM [cmsStylesheet] WHERE 1 = 1
2018-09-12 14:06:56,146 [P22660/D2/T9] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Executing sql statement 13: DELETE FROM [umbracoNode] WHERE [nodeObjectType] = '9f68da4f-a3a8-44c2-8226-dcbd125e4840'
2018-09-12 14:07:26,156 [P22660/D2/T9] ERROR Umbraco.Core.Persistence.UmbracoDatabase - Database exception occurred
System.Data.SqlClient.SqlException (0x80131904): Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
The statement has been terminated. ---> System.ComponentModel.Win32Exception (0x80004005): 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, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry)
at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
at StackExchange.Profiling.Data.ProfiledDbCommand.ExecuteNonQuery() in c:\Code\github\SamSaffron\MiniProfiler\StackExchange.Profiling\Data\ProfiledDbCommand.cs:line 279
at Umbraco.Core.Persistence.PetaPocoCommandExtensions.<>c__DisplayClass1.<ExecuteNonQueryWithRetry>b__0()
at Umbraco.Core.Persistence.FaultHandling.RetryPolicy.ExecuteAction[TResult](Func`1 func)
at Umbraco.Core.Persistence.PetaPocoCommandExtensions.ExecuteNonQueryWithRetry(IDbCommand command, RetryPolicy cmdRetryPolicy, RetryPolicy conRetryPolicy)
at Umbraco.Core.Persistence.PetaPocoCommandExtensions.ExecuteNonQueryWithRetry(IDbCommand command, RetryPolicy retryPolicy)
at Umbraco.Core.Persistence.PetaPocoCommandExtensions.ExecuteNonQueryWithRetry(IDbCommand command)
at Umbraco.Core.Persistence.Database.Execute(String sql, Object[] args)
ClientConnectionId:22006698-80de-4e52-80b5-63b941e9ae69
Error Number:-2,State:0,Class:11
2018-09-12 14:07:26,172 [P22660/D2/T9] ERROR Umbraco.Core.DatabaseContext - Database configuration failed
System.Data.SqlClient.SqlException (0x80131904): Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
The statement has been terminated. ---> System.ComponentModel.Win32Exception (0x80004005): 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, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry)
at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
at StackExchange.Profiling.Data.ProfiledDbCommand.ExecuteNonQuery() in c:\Code\github\SamSaffron\MiniProfiler\StackExchange.Profiling\Data\ProfiledDbCommand.cs:line 279
at Umbraco.Core.Persistence.PetaPocoCommandExtensions.<>c__DisplayClass1.<ExecuteNonQueryWithRetry>b__0()
at Umbraco.Core.Persistence.FaultHandling.RetryPolicy.ExecuteAction[TResult](Func`1 func)
at Umbraco.Core.Persistence.PetaPocoCommandExtensions.ExecuteNonQueryWithRetry(IDbCommand command, RetryPolicy cmdRetryPolicy, RetryPolicy conRetryPolicy)
at Umbraco.Core.Persistence.PetaPocoCommandExtensions.ExecuteNonQueryWithRetry(IDbCommand command, RetryPolicy retryPolicy)
at Umbraco.Core.Persistence.PetaPocoCommandExtensions.ExecuteNonQueryWithRetry(IDbCommand command)
at Umbraco.Core.Persistence.Database.Execute(String sql, Object[] args)
at Umbraco.Core.Persistence.Migrations.MigrationRunner.ExecuteMigrations(IMigrationContext context, Database database)
at Umbraco.Core.Persistence.Migrations.MigrationRunner.Execute(Database database, DatabaseProviders databaseProvider, Boolean isUpgrade)
at Umbraco.Core.Persistence.Migrations.MigrationRunner.Execute(Database database, Boolean isUpgrade)
at Umbraco.Core.DatabaseContext.UpgradeSchemaAndData(IMigrationEntryService migrationEntryService)
ClientConnectionId:22006698-80de-4e52-80b5-63b941e9ae69
Error Number:-2,State:0,Class:11
2018-09-12 14:07:26,178 [P22660/D2/T9] INFO Umbraco.Core.DatabaseContext - The database schema validation produced the following summary:
The following tables were found in the database, but are not in the current schema:
UFPages,UFDataSourceMappings,UFRecordsXml,UFRecords,UFWorkflows,UFUserFormSecurity,UFFieldsets,UFFields,UFPrevalues,UFFieldSettings,UFFieldConditions,UFRecordFields,UFRecordDataString,UFRecordDataLongString,UFRecordDataInteger,icUrlTracker,UFRecordDataDateTime,UFRecordDataBit,UFFieldConditionRules,CMSImportState,CMSImportScheduledTask,CMSImportRelation,CMSImportMediaRelation,CMSImportScheduledItems,CMSImportCustomRelation,OkobojiAudits,OkobojiTransactionLog,UFSettings,OkobojiAffiliateLog,UFDataSources,UFFormStates,umbracoUserLogins,UFUserSecurity,UFWorkflowsToForms,UFPrevalueSources,UFWorkflowExecutionStates,UFPrevalueSourceSettings,UFForms,umbracoAccess,umbracoAccessRule,umbracoCacheInstruction,umbracoExternalLogin,umbracoMigration
The following columns were found in the database, but are not in the current schema:
UFPages,Id,UFPages,Form,UFPages,SortOrder,UFPages,Caption,UFDataSourceMappings,DataSource,UFDataSourceMappings,DataSourceField,UFDataSourceMappings,Form,UFDataSourceMappings,PrevalueTable,UFDataSourceMappings,PrevalueKeyField,UFDataSourceMappings,PrevalueValueField,UFDataSourceMappings,DataType,UFDataSourceMappings,DefaultValue,UFRecordsXml,id,UFRecordsXml,Form,UFRecordsXml,xml,UFRecordsXml,created,UFRecordsXml,Page,UFRecords,Id,UFRecords,Form,UFRecords,Created,UFRecords,Updated,UFRecords,State,UFRecords,currentPage,UFRecords,umbracoPageId,UFRecords,IP,UFRecords,MemberKey,UFWorkflows,Id,UFWorkflows,Name,UFWorkflows,Type,UFWorkflows,SortOrder,UFWorkflows,Active,UFWorkflows,Form,UFWorkflows,ExecutesOn,UFUserFormSecurity,User,UFUserFormSecurity,Form,UFUserFormSecurity,HasAccess,UFUserFormSecurity,SecurityType,UFUserFormSecurity,AllowInEditor,UFFieldsets,Id,UFFieldsets,Page,UFFieldsets,SortOrder,UFFieldsets,Caption,cmsPropertyType,helpText,UFFields,Id,UFFields,Fieldset,UFFields,Fieldtype,UFFields,PreValueProvider,UFFields,RegEx,UFFields,Mandatory,UFFields,SortOrder,UFFields,Caption,UFFields,DataSourceField,UFFields,ToolTip,UFFields,DefaultValue,UFFields,RequiredErrorMessage,UFFields,InvalidErrorMessage,UFPrevalues,Id,UFPrevalues,Field,UFPrevalues,Value,UFPrevalues,SortOrder,UFFieldSettings,Field,UFFieldSettings,Key,UFFieldSettings,Value,UFFieldConditions,Id,UFFieldConditions,Field,UFFieldConditions,Enabled,UFFieldConditions,ActionType,UFFieldConditions,LogicType,UFRecordFields,Key,UFRecordFields,Field,UFRecordFields,Record,UFRecordFields,DataType,UFRecordDataString,Key,UFRecordDataString,Value,UFRecordDataLongString,Key,UFRecordDataLongString,Value,UFRecordDataInteger,Key,UFRecordDataInteger,Value,icUrlTracker,Id,icUrlTracker,OldUrl,icUrlTracker,OldUrlQueryString,icUrlTracker,OldRegex,icUrlTracker,RedirectRootNodeId,icUrlTracker,RedirectNodeId,icUrlTracker,RedirectUrl,icUrlTracker,RedirectHttpCode,icUrlTracker,RedirectPassThroughQueryString,icUrlTracker,Notes,icUrlTracker,Is404,icUrlTracker,Referrer,icUrlTracker,Inserted,icUrlTracker,ForceRedirect,UFRecordDataDateTime,Key,UFRecordDataDateTime,Value,UFRecordDataBit,Key,UFRecordDataBit,Value,UFFieldConditionRules,Id,UFFieldConditionRules,FieldCondition,UFFieldConditionRules,Field,UFFieldConditionRules,Operator,UFFieldConditionRules,Value,CMSImportState,Id,CMSImportState,UniqueIdentifier,CMSImportState,Name,CMSImportState,ImportType,CMSImportState,ImportState,CMSImportState,Recursive,CMSImportState,Parent,CMSImportScheduledTask,ScheduleId,CMSImportScheduledTask,ScheduleGUID,CMSImportScheduledTask,ImportStateGUID,CMSImportScheduledTask,ScheduledTaskName,CMSImportScheduledTask,NotifyEmailAddress,CMSImportScheduledTask,ExecuteEvery,CMSImportScheduledTask,ExecuteDays,CMSImportScheduledTask,ExecuteHour,CMSImportScheduledTask,ExecuteMinute,CMSImportScheduledTask,ImportAsUser,CMSImportRelation,Id,CMSImportRelation,UmbracoID,CMSImportRelation,UmbracoParentId,CMSImportRelation,DataSourceKey,CMSImportMediaRelation,Id,CMSImportMediaRelation,UmbracoMediaId,CMSImportMediaRelation,SourceUrl,CMSImportScheduledItems,ScheduledItemId,CMSImportScheduledItems,ScheduleldTaskId,CMSImportScheduledItems,ScheduledOn,CMSImportScheduledItems,ExecutedOn,CMSImportScheduledItems,InProgress,CMSImportCustomRelation,CustomRelationId,CMSImportCustomRelation,UmbracoId,CMSImportCustomRelation,Alias,CMSImportCustomRelation,DataSourceKey,CMSImportCustomRelation,RelatedId,OkobojiAudits,f_audit_id,OkobojiAudits,f_audit_timestamp,OkobojiAudits,f_audit_action,OkobojiAudits,f_audit_description,OkobojiAudits,f_audit_userid,OkobojiAudits,f_audit_loginname,OkobojiAudits,f_audit_ipaddress,OkobojiAudits,f_audit_useragent,OkobojiAudits,f_audit_contentid,OkobojiAudits,f_audit_contentname,OkobojiTransactionLog,f_log_id,OkobojiTransactionLog,f_content_id,OkobojiTransactionLog,f_gateway_id,OkobojiTransactionLog,f_paypal_id,OkobojiTransactionLog,f_timestamp,UFSettings,Id,UFSettings,Key,UFSettings,Value,OkobojiAffiliateLog,f_affiliate_id,OkobojiAffiliateLog,f_author_id,OkobojiAffiliateLog,f_content_id,OkobojiAffiliateLog,f_category_id,OkobojiAffiliateLog,f_existing,OkobojiAffiliateLog,f_expiredate,OkobojiAffiliateLog,f_timestamp,UFDataSources,Id,UFDataSources,Type,UFDataSources,Name,UFFormStates,State,umbracoUserLogins,contextID,umbracoUserLogins,userID,umbracoUserLogins,timeout,UFUserSecurity,User,UFUserSecurity,ManageDataSources,UFUserSecurity,ManagePreValueSources,UFUserSecurity,ManageWorkflows,UFUserSecurity,ManageForms,UFWorkflowsToForms,Workflow,UFWorkflowsToForms,Form,UFPrevalueSources,Id,UFPrevalueSources,Name,UFPrevalueSources,Type,UFWorkflowExecutionStates,Workflow,UFWorkflowExecutionStates,State,UFWorkflowExecutionStates,Form,UFPrevalueSourceSettings,PrevalueProvider,UFPrevalueSourceSettings,Key,UFPrevalueSourceSettings,Value,UFForms,Id,UFForms,Name,UFForms,Created,UFForms,ManualApproval,UFForms,GotoPageOnSubmit,UFForms,MessageOnSubmit,UFForms,DataSource,UFForms,ShowValidationSummary,UFForms,HideFieldValidation,UFForms,RequiredErrorMessage,UFForms,InvalidErrorMessage,UFForms,FieldIndicationType,UFForms,Indicator,UFForms,Archived,UFForms,StoreRecordsLocally,UFForms,DisableDefaultStylesheet,UFForms,Entries,UFForms,Views,cmsTemplate,master,cmsContentVersion,LanguageLocale,cmsPropertyType,UniqueID,umbracoUser,securityStampToken,umbracoUser,failedLoginAttempts,umbracoUser,lastLockoutDate,umbracoUser,lastPasswordChangeDate,umbracoUser,lastLoginDate,umbracoServer,isMaster,umbracoAccess,id,umbracoAccess,nodeId,umbracoAccess,loginNodeId,umbracoAccess,noAccessNodeId,umbracoAccess,createDate,umbracoAccess,updateDate,umbracoAccessRule,id,umbracoAccessRule,accessId,umbracoAccessRule,ruleValue,umbracoAccessRule,ruleType,umbracoAccessRule,createDate,umbracoAccessRule,updateDate,umbracoCacheInstruction,id,umbracoCacheInstruction,utcStamp,umbracoCacheInstruction,jsonInstruction,umbracoCacheInstruction,originated,umbracoExternalLogin,id,umbracoExternalLogin,userId,umbracoExternalLogin,loginProvider,umbracoExternalLogin,providerKey,umbracoExternalLogin,createDate,umbracoMigration,id,umbracoMigration,name,umbracoMigration,createDate,umbracoMigration,version
The following constraints (Primary Keys, Foreign Keys and Indexes) were found in the database, but are not in the current schema:
FK_cmsTemplate_cmsTemplate,FK_UFDataSourceMappings_UFDataSources,FK_UFDataSourceMappings_UFForms,FK_UFField_UFFieldsets,FK_UFFieldConditionRules_UFFieldConditions,FK_UFFieldConditionRules_UFFields,FK_UFFieldConditions_UFFields,FK_UFFieldsets_UFPages,FK_UFFieldSettings_UFFields,FK_UFForms_UFDataSources,FK_UFPages_UFForms,FK_UFPrevalues_UFFields,FK_UFPrevalueSettings_UFPrevalueProviders,FK_UFRecordDataBit_UFRecordFields,FK_UFRecordDataDateTime_UFRecordFields,FK_UFRecordDataInteger_UFRecordFields,FK_UFRecordDataLongString_UFRecordFields,FK_UFRecordDataString_UFRecordFields,FK_UFRecordFields_UFFields,FK_UFRecordFields_UFRecords,FK_UFRecords_UFForms,FK_UFRecordsXml_UFForms,FK_UFUserFormSecurity_UFForms,FK_UFWorkflowExecutionStates_UFFormStates,FK_UFWorkflows_UFForms,FK_cmsContentVersion_cmsContent_nodeId,FK_cmsDocument_cmsContent_nodeId,FK_cmsDocument_cmsTemplate_nodeId,FK_cmsDocumentType_cmsContentType_nodeId,FK_cmsDocumentType_cmsTemplate_nodeId,FK_cmsDataTypePreValues_cmsDataType_nodeId,FK_cmsDictionary_cmsDictionary_id,FK_cmsLanguageText_umbracoLanguage_id,FK_cmsLanguageText_cmsDictionary_id,FK_cmsMemberType_cmsContentType_nodeId,FK_cmsMember_cmsContent_nodeId,FK_cmsContentXml_cmsContent_nodeId,FK_cmsPreviewXml_cmsContent_nodeId,FK_cmsPreviewXml_cmsContentVersion_VersionId,FK_cmsPropertyTypeGroup_cmsContentType_nodeId,FK_cmsPropertyType_cmsDataType_nodeId,FK_cmsPropertyType_cmsContentType_nodeId,FK_cmsContentTypeAllowedContentType_cmsContentType,FK_cmsContentTypeAllowedContentType_cmsContentType1,FK_umbracoAccess_umbracoNode_id,FK_umbracoAccess_umbracoNode_id1,FK_umbracoAccess_umbracoNode_id2,FK_umbracoAccessRule_umbracoAccess_id,PK_CMSImportCustomRelation,PK_CMSImportMediaRelation,PK_CMSImportRelation,PK_CMSImportScheduledItems,PK_CMSImportScheduledTask,PK_CMSImportState,PK_cmsPreviewXml,PK_icUrlTracker,PK_Okoboji.Audits,PK_OkobojiAffiliateLog,PK_OkobojiTransactionLog,PK_UFDataSourceMappings,PK_UFDataSources,PK_UFField,PK_UFFieldConditionRules,PK_UFFieldConditions,PK_UFFieldsets,PK_UFForms,PK_UFFormStates,PK_UFPages,PK_UFPrevalueProviders,PK_UFPrevalues,PK_UFPrevalueSettings,PK_UFRecordFields,PK_UFRecords,PK_UFRecordsXml,PK_UFSettings,PK_UFUserFormSecurity,PK_UFUserSecurity,PK_UFWorkflowExecutionStates,PK_UFWorkflows,PK_UFWorkflowsToForms,PK_cmsContentPreviewXml,PK_umbracoAccess,PK_umbracoAccessRule,PK_umbracoCacheInstruction,PK_umbracoExternalLogin,PK_umbracoMigration,IX_umbracoNodeTrashed,IX_umbracoNodeParentId,IX_umbracoNodeUniqueID,IX_umbracoNodeObjectType,IX_cmsContentType,IX_cmsContentType_icon,IX_cmsTemplate_nodeId,IX_cmsContent,IX_cmsContentVersion_ContentId,IX_cmsContentVersion_VersionId,IX_cmsDocument,IX_cmsDocument_published,IX_cmsDocument_newest,IX_cmsDataType_nodeId,IX_cmsDictionary_id,IX_umbracoLanguage_languageISOCode,IX_umbracoLog,IX_cmsMacroPropertyAlias,IX_cmsMacroProperty_Alias,IX_cmsPropertyTypeUniqueID,IX_cmsPropertyData,IX_cmsPropertyData_1,IX_cmsPropertyData_2,IX_cmsPropertyData_3,IX_cmsTags,IX_umbracoUser_userLogin,IX_cmsTaskType_alias,IX_computerName,IX_umbracoServer_isActive,IX_umbracoAccess_nodeId,IX_umbracoAccessRule,IX_umbracoMigration
The following indexes were found in the database, but are not in the current schema:
IX_cmsMacro_Alias,IX_icUrlTracker,IX_umbracoUserLogins_Index,IX_umbracoNodeParentId,IX_umbracoNodeObjectType,IX_cmsTemplate_nodeId,IX_cmsContentVersion_VersionId,IX_cmsDocument,IX_cmsDataType_nodeId,IX_cmsDictionary_id,IX_umbracoLanguage_languageISOCode,IX_umbracoLog,IX_cmsMacroPropertyAlias,IX_cmsPropertyTypeUniqueID,IX_cmsPropertyData,IX_cmsPropertyData_1,IX_cmsPropertyData_2,IX_cmsPropertyData_3,IX_umbracoUser_userLogin,IX_cmsTaskType_alias,IX_umbracoAccess_nodeId,IX_umbracoAccessRule,IX_umbracoMigration
2018-09-12 14:07:26,179 [P22660/D2/T9] ERROR Umbraco.Web.Install.Controllers.InstallApiController - Installation step DatabaseUpgrade failed.
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> Umbraco.Web.Install.InstallException: The database failed to upgrade. ERROR: The database configuration failed with the following message: Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
The statement has been terminated.
Please check log file for additional information (can be found in '/App_Data/Logs/UmbracoTraceLog.txt')
at Umbraco.Web.Install.InstallSteps.DatabaseUpgradeStep.Execute(Object model)
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at Umbraco.Web.Install.Controllers.InstallApiController.ExecuteStep(InstallSetupStep step, JToken instruction)
2018-09-12 14:07:26,185 [P22660/D2/T9] INFO Umbraco.Web.Install.Controllers.InstallApiController - Step completed (took 34022ms)
2018-09-12 14:07:26,186 [P22660/D2/T9] ERROR Umbraco.Web.Install.Controllers.InstallApiController - An error occurred during installation step DatabaseUpgrade
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> Umbraco.Web.Install.InstallException: The database failed to upgrade. ERROR: The database configuration failed with the following message: Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
The statement has been terminated.
Please check log file for additional information (can be found in '/App_Data/Logs/UmbracoTraceLog.txt')
at Umbraco.Web.Install.InstallSteps.DatabaseUpgradeStep.Execute(Object model)
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at Umbraco.Web.Install.Controllers.InstallApiController.ExecuteStep(InstallSetupStep step, JToken instruction)
at Umbraco.Web.Install.Controllers.InstallApiController.PostPerformInstall(InstallInstructions installModel)
2018-09-12 14:11:23,201 [P22660/D2/T12] INFO Umbraco.Web.Install.Controllers.InstallApiController - Executing installation step: DatabaseUpgrade
2018-09-12 14:11:23,201 [P22660/D2/T12] INFO Umbraco.Web.Install.InstallSteps.DatabaseUpgradeStep - Running 'Upgrade' service
2018-09-12 14:11:23,201 [P22660/D2/T12] INFO Umbraco.Core.DatabaseContext - Database upgrade started
2018-09-12 14:11:23,203 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Initializing database migrations
2018-09-12 14:11:23,212 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - CVOPC UPGRADE migration 'AddRelationTypeForDocumentOnDelete' to context
2018-09-12 14:11:23,222 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - CVOPC UPGRADE migration 'CreateCacheInstructionTable' to context
2018-09-12 14:11:24,009 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - CVOPC UPGRADE migration 'MigrateAndRemoveTemplateMasterColumn' to context
2018-09-12 14:11:25,862 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - CVOPC UPGRADE migration 'MigrateStylesheetDataToFile' to context
2018-09-12 14:11:25,872 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - CVOPC UPGRADE migration 'RemoveStylesheetDataAndTables' to context
2018-09-12 14:11:25,901 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - CVOPC UPGRADE migration 'RemoveLanguageLocaleColumn' to context
2018-09-12 14:11:26,102 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - CVOPC UPGRADE migration 'UpdateUniqueIdToHaveCorrectIndexType' to context
2018-09-12 14:11:26,108 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - CVOPC UPGRADE migration 'AddPublicAccessTables' to context
2018-09-12 14:11:26,114 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - CVOPC UPGRADE migration 'MovePublicAccessXmlDataToDb' to context
2018-09-12 14:11:26,128 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - CVOPC UPGRADE migration 'RemoveHelpTextColumn' to context
2018-09-12 14:11:26,136 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - CVOPC UPGRADE migration 'AddExternalLoginsTable' to context
2018-09-12 14:11:26,157 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - CVOPC UPGRADE migration 'AddUserColumns' to context
2018-09-12 14:11:26,169 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - CVOPC UPGRADE migration 'AddMigrationTable' to context
2018-09-12 14:11:26,218 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - CVOPC UPGRADE migration 'AddUniqueIdPropertyTypeColumn' to context
2018-09-12 14:11:26,516 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - CVOPC UPGRADE migration 'AddForeignKeysForLanguageAndDictionaryTables' to context
2018-09-12 14:11:26,532 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - CVOPC UPGRADE migration 'RemoveUmbracoLoginsTable' to context
2018-09-12 14:11:26,551 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - CVOPC UPGRADE migration 'AddServerRegistrationColumnsAndLock' to context
2018-09-12 14:11:26,686 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - CVOPC UPGRADE migration 'CleanUpCorruptedPublishedFlags' to context
2018-09-12 14:11:26,689 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - CVOPC UPGRADE migration 'UpdateUserLanguagesToIsoCode' to context
2018-09-12 14:11:26,689 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - CVOPC UPGRADE migration 'EnsureMigrationsTableIdentityIsCorrect' to context
2018-09-12 14:11:26,691 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Executing sql statement 1: INSERT INTO [umbracoRelationType] ([dual],[parentObjectType],[childObjectType],[name],[alias]) VALUES (0,'c66ba18e-eaf3-4cff-8a22-41b16d66a972','c66ba18e-eaf3-4cff-8a22-41b16d66a972','Relate Parent Document On Delete','relateParentDocumentOnDelete');
2018-09-12 14:11:26,692 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Executing sql statement 2: CREATE TABLE [umbracoCacheInstruction] ([id] INTEGER NOT NULL IDENTITY(1,1),
[utcStamp] DATETIME NOT NULL,
[jsonInstruction] NTEXT NOT NULL,
[originated] NVARCHAR(500) NOT NULL)
2018-09-12 14:11:26,695 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Executing sql statement 3: ALTER TABLE [umbracoCacheInstruction] ADD CONSTRAINT [PK_umbracoCacheInstruction] PRIMARY KEY CLUSTERED ([id])
2018-09-12 14:11:26,701 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Executing sql statement 4: UPDATE cmsTemplate SET master = NULL WHERE [master] IS NOT NULL AND [master] NOT IN (SELECT nodeId FROM (SELECT * FROM cmsTemplate a) b)
2018-09-12 14:11:26,724 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:11:26,730 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:11:26,731 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:11:26,732 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:11:26,733 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:11:26,734 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:11:26,735 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:11:26,736 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:11:26,737 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:11:26,738 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:11:26,739 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:11:26,740 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:11:26,741 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:11:26,743 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:11:26,744 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:11:26,745 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:11:26,746 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:11:26,747 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:11:26,748 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:11:26,749 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:11:26,750 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:11:26,751 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:11:26,753 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:11:26,754 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:11:26,755 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:11:26,756 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:11:26,757 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:11:26,758 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:11:26,759 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:11:26,760 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:11:26,761 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:11:26,761 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:11:26,762 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:11:26,763 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:11:26,764 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:11:26,765 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:11:26,767 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:11:26,768 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:11:26,770 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:11:26,771 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:11:26,772 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:11:26,772 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:11:26,773 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:11:26,774 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:11:26,775 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:11:26,776 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:11:26,779 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:11:26,780 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:11:26,781 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:11:26,783 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:11:26,783 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:11:26,785 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:11:26,787 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:11:26,789 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:11:26,792 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:11:26,794 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:11:26,795 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:11:26,797 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:11:26,800 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:11:26,808 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:11:26,812 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:11:26,812 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:11:26,814 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:11:26,814 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:11:26,816 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:11:26,817 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:11:26,819 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:11:26,820 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:11:26,822 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:11:26,823 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:11:26,825 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:11:26,826 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:11:26,827 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:11:26,828 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:11:26,829 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:11:26,829 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:11:26,830 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:11:26,831 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:11:26,832 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:11:26,833 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:11:26,835 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:11:26,837 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:11:26,839 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:11:26,840 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:11:26,841 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:11:26,842 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:11:26,843 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:11:26,844 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:11:26,844 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:11:26,845 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:11:26,846 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:11:26,847 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:11:26,848 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:11:26,850 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:11:26,851 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:11:26,852 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:11:26,856 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:11:26,858 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:11:26,859 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:11:26,860 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:11:26,861 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:11:26,863 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:11:26,864 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:11:26,865 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:11:26,866 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:11:26,868 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:11:26,871 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:11:26,872 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:11:26,873 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:11:26,875 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:11:26,876 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:11:26,878 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:11:26,880 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:11:26,881 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:11:26,882 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:11:26,883 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:11:26,884 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Executing sql statement 7: ALTER TABLE [cmsTemplate] DROP CONSTRAINT [FK_cmsTemplate_cmsTemplate]
2018-09-12 14:11:26,889 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Executing sql statement 8: ALTER TABLE [cmsTemplate] DROP COLUMN [master]
2018-09-12 14:11:26,894 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Executing sql statement 9: DELETE FROM [cmsStylesheetProperty] WHERE 1 = 1
2018-09-12 14:11:26,895 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Executing sql statement 10: DELETE FROM [umbracoNode] WHERE [nodeObjectType] = '5555da4f-a123-42b2-4488-dcdfb25e4111'
2018-09-12 14:11:26,964 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Executing sql statement 11: DROP TABLE [cmsStylesheetProperty]
2018-09-12 14:11:26,967 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Executing sql statement 12: DELETE FROM [cmsStylesheet] WHERE 1 = 1
2018-09-12 14:11:26,970 [P22660/D2/T12] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Executing sql statement 13: DELETE FROM [umbracoNode] WHERE [nodeObjectType] = '9f68da4f-a3a8-44c2-8226-dcbd125e4840'
2018-09-12 14:11:56,974 [P22660/D2/T12] ERROR Umbraco.Core.Persistence.UmbracoDatabase - Database exception occurred
System.Data.SqlClient.SqlException (0x80131904): Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
The statement has been terminated. ---> System.ComponentModel.Win32Exception (0x80004005): 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, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry)
at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
at StackExchange.Profiling.Data.ProfiledDbCommand.ExecuteNonQuery() in c:\Code\github\SamSaffron\MiniProfiler\StackExchange.Profiling\Data\ProfiledDbCommand.cs:line 279
at Umbraco.Core.Persistence.PetaPocoCommandExtensions.<>c__DisplayClass1.<ExecuteNonQueryWithRetry>b__0()
at Umbraco.Core.Persistence.FaultHandling.RetryPolicy.ExecuteAction[TResult](Func`1 func)
at Umbraco.Core.Persistence.PetaPocoCommandExtensions.ExecuteNonQueryWithRetry(IDbCommand command, RetryPolicy cmdRetryPolicy, RetryPolicy conRetryPolicy)
at Umbraco.Core.Persistence.PetaPocoCommandExtensions.ExecuteNonQueryWithRetry(IDbCommand command, RetryPolicy retryPolicy)
at Umbraco.Core.Persistence.PetaPocoCommandExtensions.ExecuteNonQueryWithRetry(IDbCommand command)
at Umbraco.Core.Persistence.Database.Execute(String sql, Object[] args)
ClientConnectionId:22006698-80de-4e52-80b5-63b941e9ae69
Error Number:-2,State:0,Class:11
2018-09-12 14:11:56,979 [P22660/D2/T12] ERROR Umbraco.Core.DatabaseContext - Database configuration failed
System.Data.SqlClient.SqlException (0x80131904): Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
The statement has been terminated. ---> System.ComponentModel.Win32Exception (0x80004005): 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, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry)
at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
at StackExchange.Profiling.Data.ProfiledDbCommand.ExecuteNonQuery() in c:\Code\github\SamSaffron\MiniProfiler\StackExchange.Profiling\Data\ProfiledDbCommand.cs:line 279
at Umbraco.Core.Persistence.PetaPocoCommandExtensions.<>c__DisplayClass1.<ExecuteNonQueryWithRetry>b__0()
at Umbraco.Core.Persistence.FaultHandling.RetryPolicy.ExecuteAction[TResult](Func`1 func)
at Umbraco.Core.Persistence.PetaPocoCommandExtensions.ExecuteNonQueryWithRetry(IDbCommand command, RetryPolicy cmdRetryPolicy, RetryPolicy conRetryPolicy)
at Umbraco.Core.Persistence.PetaPocoCommandExtensions.ExecuteNonQueryWithRetry(IDbCommand command, RetryPolicy retryPolicy)
at Umbraco.Core.Persistence.PetaPocoCommandExtensions.ExecuteNonQueryWithRetry(IDbCommand command)
at Umbraco.Core.Persistence.Database.Execute(String sql, Object[] args)
at Umbraco.Core.Persistence.Migrations.MigrationRunner.ExecuteMigrations(IMigrationContext context, Database database)
at Umbraco.Core.Persistence.Migrations.MigrationRunner.Execute(Database database, DatabaseProviders databaseProvider, Boolean isUpgrade)
at Umbraco.Core.Persistence.Migrations.MigrationRunner.Execute(Database database, Boolean isUpgrade)
at Umbraco.Core.DatabaseContext.UpgradeSchemaAndData(IMigrationEntryService migrationEntryService)
ClientConnectionId:22006698-80de-4e52-80b5-63b941e9ae69
Error Number:-2,State:0,Class:11
2018-09-12 14:11:56,979 [P22660/D2/T12] INFO Umbraco.Core.DatabaseContext - The database schema validation produced the following summary:
The following tables were found in the database, but are not in the current schema:
UFPages,UFDataSourceMappings,UFRecordsXml,UFRecords,UFWorkflows,UFUserFormSecurity,UFFieldsets,UFFields,UFPrevalues,UFFieldSettings,UFFieldConditions,UFRecordFields,UFRecordDataString,UFRecordDataLongString,UFRecordDataInteger,icUrlTracker,UFRecordDataDateTime,UFRecordDataBit,UFFieldConditionRules,CMSImportState,CMSImportScheduledTask,CMSImportRelation,CMSImportMediaRelation,CMSImportScheduledItems,CMSImportCustomRelation,OkobojiAudits,OkobojiTransactionLog,UFSettings,OkobojiAffiliateLog,UFDataSources,UFFormStates,umbracoUserLogins,UFUserSecurity,UFWorkflowsToForms,UFPrevalueSources,UFWorkflowExecutionStates,UFPrevalueSourceSettings,UFForms,umbracoAccess,umbracoAccessRule,umbracoCacheInstruction,umbracoExternalLogin,umbracoMigration
The following columns were found in the database, but are not in the current schema:
UFPages,Id,UFPages,Form,UFPages,SortOrder,UFPages,Caption,UFDataSourceMappings,DataSource,UFDataSourceMappings,DataSourceField,UFDataSourceMappings,Form,UFDataSourceMappings,PrevalueTable,UFDataSourceMappings,PrevalueKeyField,UFDataSourceMappings,PrevalueValueField,UFDataSourceMappings,DataType,UFDataSourceMappings,DefaultValue,UFRecordsXml,id,UFRecordsXml,Form,UFRecordsXml,xml,UFRecordsXml,created,UFRecordsXml,Page,UFRecords,Id,UFRecords,Form,UFRecords,Created,UFRecords,Updated,UFRecords,State,UFRecords,currentPage,UFRecords,umbracoPageId,UFRecords,IP,UFRecords,MemberKey,UFWorkflows,Id,UFWorkflows,Name,UFWorkflows,Type,UFWorkflows,SortOrder,UFWorkflows,Active,UFWorkflows,Form,UFWorkflows,ExecutesOn,UFUserFormSecurity,User,UFUserFormSecurity,Form,UFUserFormSecurity,HasAccess,UFUserFormSecurity,SecurityType,UFUserFormSecurity,AllowInEditor,UFFieldsets,Id,UFFieldsets,Page,UFFieldsets,SortOrder,UFFieldsets,Caption,cmsPropertyType,helpText,UFFields,Id,UFFields,Fieldset,UFFields,Fieldtype,UFFields,PreValueProvider,UFFields,RegEx,UFFields,Mandatory,UFFields,SortOrder,UFFields,Caption,UFFields,DataSourceField,UFFields,ToolTip,UFFields,DefaultValue,UFFields,RequiredErrorMessage,UFFields,InvalidErrorMessage,UFPrevalues,Id,UFPrevalues,Field,UFPrevalues,Value,UFPrevalues,SortOrder,UFFieldSettings,Field,UFFieldSettings,Key,UFFieldSettings,Value,UFFieldConditions,Id,UFFieldConditions,Field,UFFieldConditions,Enabled,UFFieldConditions,ActionType,UFFieldConditions,LogicType,UFRecordFields,Key,UFRecordFields,Field,UFRecordFields,Record,UFRecordFields,DataType,UFRecordDataString,Key,UFRecordDataString,Value,UFRecordDataLongString,Key,UFRecordDataLongString,Value,UFRecordDataInteger,Key,UFRecordDataInteger,Value,icUrlTracker,Id,icUrlTracker,OldUrl,icUrlTracker,OldUrlQueryString,icUrlTracker,OldRegex,icUrlTracker,RedirectRootNodeId,icUrlTracker,RedirectNodeId,icUrlTracker,RedirectUrl,icUrlTracker,RedirectHttpCode,icUrlTracker,RedirectPassThroughQueryString,icUrlTracker,Notes,icUrlTracker,Is404,icUrlTracker,Referrer,icUrlTracker,Inserted,icUrlTracker,ForceRedirect,UFRecordDataDateTime,Key,UFRecordDataDateTime,Value,UFRecordDataBit,Key,UFRecordDataBit,Value,UFFieldConditionRules,Id,UFFieldConditionRules,FieldCondition,UFFieldConditionRules,Field,UFFieldConditionRules,Operator,UFFieldConditionRules,Value,CMSImportState,Id,CMSImportState,UniqueIdentifier,CMSImportState,Name,CMSImportState,ImportType,CMSImportState,ImportState,CMSImportState,Recursive,CMSImportState,Parent,CMSImportScheduledTask,ScheduleId,CMSImportScheduledTask,ScheduleGUID,CMSImportScheduledTask,ImportStateGUID,CMSImportScheduledTask,ScheduledTaskName,CMSImportScheduledTask,NotifyEmailAddress,CMSImportScheduledTask,ExecuteEvery,CMSImportScheduledTask,ExecuteDays,CMSImportScheduledTask,ExecuteHour,CMSImportScheduledTask,ExecuteMinute,CMSImportScheduledTask,ImportAsUser,CMSImportRelation,Id,CMSImportRelation,UmbracoID,CMSImportRelation,UmbracoParentId,CMSImportRelation,DataSourceKey,CMSImportMediaRelation,Id,CMSImportMediaRelation,UmbracoMediaId,CMSImportMediaRelation,SourceUrl,CMSImportScheduledItems,ScheduledItemId,CMSImportScheduledItems,ScheduleldTaskId,CMSImportScheduledItems,ScheduledOn,CMSImportScheduledItems,ExecutedOn,CMSImportScheduledItems,InProgress,CMSImportCustomRelation,CustomRelationId,CMSImportCustomRelation,UmbracoId,CMSImportCustomRelation,Alias,CMSImportCustomRelation,DataSourceKey,CMSImportCustomRelation,RelatedId,OkobojiAudits,f_audit_id,OkobojiAudits,f_audit_timestamp,OkobojiAudits,f_audit_action,OkobojiAudits,f_audit_description,OkobojiAudits,f_audit_userid,OkobojiAudits,f_audit_loginname,OkobojiAudits,f_audit_ipaddress,OkobojiAudits,f_audit_useragent,OkobojiAudits,f_audit_contentid,OkobojiAudits,f_audit_contentname,OkobojiTransactionLog,f_log_id,OkobojiTransactionLog,f_content_id,OkobojiTransactionLog,f_gateway_id,OkobojiTransactionLog,f_paypal_id,OkobojiTransactionLog,f_timestamp,UFSettings,Id,UFSettings,Key,UFSettings,Value,OkobojiAffiliateLog,f_affiliate_id,OkobojiAffiliateLog,f_author_id,OkobojiAffiliateLog,f_content_id,OkobojiAffiliateLog,f_category_id,OkobojiAffiliateLog,f_existing,OkobojiAffiliateLog,f_expiredate,OkobojiAffiliateLog,f_timestamp,UFDataSources,Id,UFDataSources,Type,UFDataSources,Name,UFFormStates,State,umbracoUserLogins,contextID,umbracoUserLogins,userID,umbracoUserLogins,timeout,UFUserSecurity,User,UFUserSecurity,ManageDataSources,UFUserSecurity,ManagePreValueSources,UFUserSecurity,ManageWorkflows,UFUserSecurity,ManageForms,UFWorkflowsToForms,Workflow,UFWorkflowsToForms,Form,UFPrevalueSources,Id,UFPrevalueSources,Name,UFPrevalueSources,Type,UFWorkflowExecutionStates,Workflow,UFWorkflowExecutionStates,State,UFWorkflowExecutionStates,Form,UFPrevalueSourceSettings,PrevalueProvider,UFPrevalueSourceSettings,Key,UFPrevalueSourceSettings,Value,UFForms,Id,UFForms,Name,UFForms,Created,UFForms,ManualApproval,UFForms,GotoPageOnSubmit,UFForms,MessageOnSubmit,UFForms,DataSource,UFForms,ShowValidationSummary,UFForms,HideFieldValidation,UFForms,RequiredErrorMessage,UFForms,InvalidErrorMessage,UFForms,FieldIndicationType,UFForms,Indicator,UFForms,Archived,UFForms,StoreRecordsLocally,UFForms,DisableDefaultStylesheet,UFForms,Entries,UFForms,Views,cmsTemplate,master,cmsContentVersion,LanguageLocale,cmsPropertyType,UniqueID,umbracoUser,securityStampToken,umbracoUser,failedLoginAttempts,umbracoUser,lastLockoutDate,umbracoUser,lastPasswordChangeDate,umbracoUser,lastLoginDate,umbracoServer,isMaster,umbracoAccess,id,umbracoAccess,nodeId,umbracoAccess,loginNodeId,umbracoAccess,noAccessNodeId,umbracoAccess,createDate,umbracoAccess,updateDate,umbracoAccessRule,id,umbracoAccessRule,accessId,umbracoAccessRule,ruleValue,umbracoAccessRule,ruleType,umbracoAccessRule,createDate,umbracoAccessRule,updateDate,umbracoCacheInstruction,id,umbracoCacheInstruction,utcStamp,umbracoCacheInstruction,jsonInstruction,umbracoCacheInstruction,originated,umbracoExternalLogin,id,umbracoExternalLogin,userId,umbracoExternalLogin,loginProvider,umbracoExternalLogin,providerKey,umbracoExternalLogin,createDate,umbracoMigration,id,umbracoMigration,name,umbracoMigration,createDate,umbracoMigration,version
The following constraints (Primary Keys, Foreign Keys and Indexes) were found in the database, but are not in the current schema:
FK_cmsTemplate_cmsTemplate,FK_UFDataSourceMappings_UFDataSources,FK_UFDataSourceMappings_UFForms,FK_UFField_UFFieldsets,FK_UFFieldConditionRules_UFFieldConditions,FK_UFFieldConditionRules_UFFields,FK_UFFieldConditions_UFFields,FK_UFFieldsets_UFPages,FK_UFFieldSettings_UFFields,FK_UFForms_UFDataSources,FK_UFPages_UFForms,FK_UFPrevalues_UFFields,FK_UFPrevalueSettings_UFPrevalueProviders,FK_UFRecordDataBit_UFRecordFields,FK_UFRecordDataDateTime_UFRecordFields,FK_UFRecordDataInteger_UFRecordFields,FK_UFRecordDataLongString_UFRecordFields,FK_UFRecordDataString_UFRecordFields,FK_UFRecordFields_UFFields,FK_UFRecordFields_UFRecords,FK_UFRecords_UFForms,FK_UFRecordsXml_UFForms,FK_UFUserFormSecurity_UFForms,FK_UFWorkflowExecutionStates_UFFormStates,FK_UFWorkflows_UFForms,FK_cmsContentVersion_cmsContent_nodeId,FK_cmsDocument_cmsContent_nodeId,FK_cmsDocument_cmsTemplate_nodeId,FK_cmsDocumentType_cmsContentType_nodeId,FK_cmsDocumentType_cmsTemplate_nodeId,FK_cmsDataTypePreValues_cmsDataType_nodeId,FK_cmsDictionary_cmsDictionary_id,FK_cmsLanguageText_umbracoLanguage_id,FK_cmsLanguageText_cmsDictionary_id,FK_cmsMemberType_cmsContentType_nodeId,FK_cmsMember_cmsContent_nodeId,FK_cmsContentXml_cmsContent_nodeId,FK_cmsPreviewXml_cmsContent_nodeId,FK_cmsPreviewXml_cmsContentVersion_VersionId,FK_cmsPropertyTypeGroup_cmsContentType_nodeId,FK_cmsPropertyType_cmsDataType_nodeId,FK_cmsPropertyType_cmsContentType_nodeId,FK_cmsContentTypeAllowedContentType_cmsContentType,FK_cmsContentTypeAllowedContentType_cmsContentType1,FK_umbracoAccess_umbracoNode_id,FK_umbracoAccess_umbracoNode_id1,FK_umbracoAccess_umbracoNode_id2,FK_umbracoAccessRule_umbracoAccess_id,PK_CMSImportCustomRelation,PK_CMSImportMediaRelation,PK_CMSImportRelation,PK_CMSImportScheduledItems,PK_CMSImportScheduledTask,PK_CMSImportState,PK_cmsPreviewXml,PK_icUrlTracker,PK_Okoboji.Audits,PK_OkobojiAffiliateLog,PK_OkobojiTransactionLog,PK_UFDataSourceMappings,PK_UFDataSources,PK_UFField,PK_UFFieldConditionRules,PK_UFFieldConditions,PK_UFFieldsets,PK_UFForms,PK_UFFormStates,PK_UFPages,PK_UFPrevalueProviders,PK_UFPrevalues,PK_UFPrevalueSettings,PK_UFRecordFields,PK_UFRecords,PK_UFRecordsXml,PK_UFSettings,PK_UFUserFormSecurity,PK_UFUserSecurity,PK_UFWorkflowExecutionStates,PK_UFWorkflows,PK_UFWorkflowsToForms,PK_cmsContentPreviewXml,PK_umbracoAccess,PK_umbracoAccessRule,PK_umbracoCacheInstruction,PK_umbracoExternalLogin,PK_umbracoMigration,IX_umbracoNodeTrashed,IX_umbracoNodeParentId,IX_umbracoNodeUniqueID,IX_umbracoNodeObjectType,IX_cmsContentType,IX_cmsContentType_icon,IX_cmsTemplate_nodeId,IX_cmsContent,IX_cmsContentVersion_ContentId,IX_cmsContentVersion_VersionId,IX_cmsDocument,IX_cmsDocument_published,IX_cmsDocument_newest,IX_cmsDataType_nodeId,IX_cmsDictionary_id,IX_umbracoLanguage_languageISOCode,IX_umbracoLog,IX_cmsMacroPropertyAlias,IX_cmsMacroProperty_Alias,IX_cmsPropertyTypeUniqueID,IX_cmsPropertyData,IX_cmsPropertyData_1,IX_cmsPropertyData_2,IX_cmsPropertyData_3,IX_cmsTags,IX_umbracoUser_userLogin,IX_cmsTaskType_alias,IX_computerName,IX_umbracoServer_isActive,IX_umbracoAccess_nodeId,IX_umbracoAccessRule,IX_umbracoMigration
The following indexes were found in the database, but are not in the current schema:
IX_cmsMacro_Alias,IX_icUrlTracker,IX_umbracoUserLogins_Index,IX_umbracoNodeParentId,IX_umbracoNodeObjectType,IX_cmsTemplate_nodeId,IX_cmsContentVersion_VersionId,IX_cmsDocument,IX_cmsDataType_nodeId,IX_cmsDictionary_id,IX_umbracoLanguage_languageISOCode,IX_umbracoLog,IX_cmsMacroPropertyAlias,IX_cmsPropertyTypeUniqueID,IX_cmsPropertyData,IX_cmsPropertyData_1,IX_cmsPropertyData_2,IX_cmsPropertyData_3,IX_umbracoUser_userLogin,IX_cmsTaskType_alias,IX_umbracoAccess_nodeId,IX_umbracoAccessRule,IX_umbracoMigration
2018-09-12 14:11:56,981 [P22660/D2/T12] ERROR Umbraco.Web.Install.Controllers.InstallApiController - Installation step DatabaseUpgrade failed.
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> Umbraco.Web.Install.InstallException: The database failed to upgrade. ERROR: The database configuration failed with the following message: Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
The statement has been terminated.
Please check log file for additional information (can be found in '/App_Data/Logs/UmbracoTraceLog.txt')
at Umbraco.Web.Install.InstallSteps.DatabaseUpgradeStep.Execute(Object model)
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at Umbraco.Web.Install.Controllers.InstallApiController.ExecuteStep(InstallSetupStep step, JToken instruction)
2018-09-12 14:11:56,982 [P22660/D2/T12] INFO Umbraco.Web.Install.Controllers.InstallApiController - Step completed (took 33780ms)
2018-09-12 14:11:56,982 [P22660/D2/T12] ERROR Umbraco.Web.Install.Controllers.InstallApiController - An error occurred during installation step DatabaseUpgrade
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> Umbraco.Web.Install.InstallException: The database failed to upgrade. ERROR: The database configuration failed with the following message: Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
The statement has been terminated.
Please check log file for additional information (can be found in '/App_Data/Logs/UmbracoTraceLog.txt')
at Umbraco.Web.Install.InstallSteps.DatabaseUpgradeStep.Execute(Object model)
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at Umbraco.Web.Install.Controllers.InstallApiController.ExecuteStep(InstallSetupStep step, JToken instruction)
at Umbraco.Web.Install.Controllers.InstallApiController.PostPerformInstall(InstallInstructions installModel)
Here's the very similar log for the attempted DB upgrade from 7.2.8 to 7.5.14:
2018-09-12 14:23:34,512 [P16148/D2/T1] INFO Umbraco.Core.CoreBootManager - Umbraco 7.5.14 application starting on CVOPC
2018-09-12 14:23:34,552 [P16148/D2/T1] INFO Umbraco.Core.PluginManager - Determining hash of code files on disk
2018-09-12 14:23:34,563 [P16148/D2/T1] INFO Umbraco.Core.PluginManager - Hash determined (took 11ms)
2018-09-12 14:23:34,604 [P16148/D2/T1] INFO Umbraco.Core.MainDom - Acquiring MainDom...
2018-09-12 14:23:34,606 [P16148/D2/T1] INFO Umbraco.Core.MainDom - Acquired MainDom.
2018-09-12 14:23:34,610 [P16148/D2/T1] INFO Umbraco.Core.PluginManager - Starting resolution types of umbraco.interfaces.IApplicationStartupHandler
2018-09-12 14:23:34,612 [P16148/D2/T1] DEBUG Umbraco.Core.PluginManager - Assembly changes detected, loading types umbraco.interfaces.IApplicationStartupHandler for resolution FindAllTypes by assembly scan
2018-09-12 14:23:34,853 [P16148/D2/T1] DEBUG Umbraco.Core.PluginManager - Caching of typelist for type umbraco.interfaces.IApplicationStartupHandler and resolution FindAllTypes was successful = True
2018-09-12 14:23:34,853 [P16148/D2/T1] INFO Umbraco.Core.PluginManager - Completed resolution of types of umbraco.interfaces.IApplicationStartupHandler, found 0 (took 242ms)
2018-09-12 14:23:34,863 [P16148/D2/T1] INFO Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter
2018-09-12 14:23:34,864 [P16148/D2/T1] DEBUG Umbraco.Core.PluginManager - Assembly changes detected, loading types Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter for resolution FindAllTypes by assembly scan
2018-09-12 14:23:34,873 [P16148/D2/T1] DEBUG Umbraco.Core.PluginManager - Caching of typelist for type Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter and resolution FindAllTypes was successful = True
2018-09-12 14:23:34,873 [P16148/D2/T1] INFO Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter, found 0 (took 9ms)
2018-09-12 14:23:34,873 [P16148/D2/T1] INFO Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Core.PropertyEditors.IPropertyValueConverter
2018-09-12 14:23:34,873 [P16148/D2/T1] DEBUG Umbraco.Core.PluginManager - Assembly changes detected, loading types Umbraco.Core.PropertyEditors.IPropertyValueConverter for resolution FindAllTypes by assembly scan
2018-09-12 14:23:34,879 [P16148/D2/T1] DEBUG Umbraco.Core.PluginManager - Caching of typelist for type Umbraco.Core.PropertyEditors.IPropertyValueConverter and resolution FindAllTypes was successful = True
2018-09-12 14:23:34,880 [P16148/D2/T1] INFO Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Core.PropertyEditors.IPropertyValueConverter, found 0 (took 6ms)
2018-09-12 14:23:34,889 [P16148/D2/T1] INFO Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Web.Mvc.SurfaceController
2018-09-12 14:23:34,890 [P16148/D2/T1] DEBUG Umbraco.Core.PluginManager - Assembly changes detected, loading types Umbraco.Web.Mvc.SurfaceController for resolution FindAllTypes by assembly scan
2018-09-12 14:23:34,894 [P16148/D2/T1] DEBUG Umbraco.Core.PluginManager - Caching of typelist for type Umbraco.Web.Mvc.SurfaceController and resolution FindAllTypes was successful = True
2018-09-12 14:23:34,894 [P16148/D2/T1] INFO Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Web.Mvc.SurfaceController, found 0 (took 4ms)
2018-09-12 14:23:34,894 [P16148/D2/T1] INFO Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Web.WebApi.UmbracoApiController
2018-09-12 14:23:34,895 [P16148/D2/T1] DEBUG Umbraco.Core.PluginManager - Assembly changes detected, loading types Umbraco.Web.WebApi.UmbracoApiController for resolution FindAllTypes by assembly scan
2018-09-12 14:23:34,901 [P16148/D2/T1] DEBUG Umbraco.Core.PluginManager - Caching of typelist for type Umbraco.Web.WebApi.UmbracoApiController and resolution FindAllTypes was successful = True
2018-09-12 14:23:34,901 [P16148/D2/T1] INFO Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Web.WebApi.UmbracoApiController, found 0 (took 6ms)
2018-09-12 14:23:34,933 [P16148/D2/T1] INFO Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Core.Media.IThumbnailProvider
2018-09-12 14:23:34,933 [P16148/D2/T1] DEBUG Umbraco.Core.PluginManager - Assembly changes detected, loading types Umbraco.Core.Media.IThumbnailProvider for resolution FindAllTypes by assembly scan
2018-09-12 14:23:34,944 [P16148/D2/T1] DEBUG Umbraco.Core.PluginManager - Caching of typelist for type Umbraco.Core.Media.IThumbnailProvider and resolution FindAllTypes was successful = True
2018-09-12 14:23:34,944 [P16148/D2/T1] INFO Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Core.Media.IThumbnailProvider, found 0 (took 11ms)
2018-09-12 14:23:34,945 [P16148/D2/T1] INFO Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Core.Media.IImageUrlProvider
2018-09-12 14:23:34,945 [P16148/D2/T1] DEBUG Umbraco.Core.PluginManager - Assembly changes detected, loading types Umbraco.Core.Media.IImageUrlProvider for resolution FindAllTypes by assembly scan
2018-09-12 14:23:34,952 [P16148/D2/T1] DEBUG Umbraco.Core.PluginManager - Caching of typelist for type Umbraco.Core.Media.IImageUrlProvider and resolution FindAllTypes was successful = True
2018-09-12 14:23:34,952 [P16148/D2/T1] INFO Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Core.Media.IImageUrlProvider, found 0 (took 7ms)
2018-09-12 14:23:36,213 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing 44 IApplicationEventHandler.OnApplicationInitialized
2018-09-12 14:23:36,219 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Cache.CacheRefresherEventHandler in ApplicationInitialized
2018-09-12 14:23:36,225 [P16148/D2/T1] DEBUG Umbraco.Core.ApplicationContext - CurrentVersion different from configStatus: '7.5.14',''
2018-09-12 14:23:36,226 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 6ms)
2018-09-12 14:23:36,226 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Core.Models.Identity.IdentityModelMappings in ApplicationInitialized
2018-09-12 14:23:36,226 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,226 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Core.Strategies.RelateOnCopyHandler in ApplicationInitialized
2018-09-12 14:23:36,226 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,226 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Core.Strategies.RelateOnTrashHandler in ApplicationInitialized
2018-09-12 14:23:36,226 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,226 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing umbraco.providers.members.MembershipEventHandler in ApplicationInitialized
2018-09-12 14:23:36,226 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,226 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.ModelsBuilder.Umbraco.ModelsBuilderApplication in ApplicationInitialized
2018-09-12 14:23:36,226 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,226 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing umbraco.BusinessLogic.ApplicationRegistrar in ApplicationInitialized
2018-09-12 14:23:36,226 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,226 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.ContentTypeModelMapper in ApplicationInitialized
2018-09-12 14:23:36,226 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,226 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.ContentModelMapper in ApplicationInitialized
2018-09-12 14:23:36,226 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,226 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.SectionModelMapper in ApplicationInitialized
2018-09-12 14:23:36,226 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,226 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.UserModelMapper in ApplicationInitialized
2018-09-12 14:23:36,226 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,226 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.PropertyEditors.FileUploadPropertyEditor in ApplicationInitialized
2018-09-12 14:23:36,226 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,226 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Trees.ApplicationTreeRegistrar in ApplicationInitialized
2018-09-12 14:23:36,259 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 32ms)
2018-09-12 14:23:36,259 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Migrations.RebuildXmlCachesAfterUpgrade in ApplicationInitialized
2018-09-12 14:23:36,259 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,259 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.DataTypes.LegacyUploadFieldWorkaround in ApplicationInitialized
2018-09-12 14:23:36,260 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,260 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Scheduling.Scheduler in ApplicationInitialized
2018-09-12 14:23:36,260 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,260 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Search.ExamineEvents in ApplicationInitialized
2018-09-12 14:23:36,260 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,260 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.MediaModelMapper in ApplicationInitialized
2018-09-12 14:23:36,260 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,260 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Migrations.PublishAfterUpgradeToVersionSixth in ApplicationInitialized
2018-09-12 14:23:36,260 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,260 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Publishing.UpdateCacheAfterPublish in ApplicationInitialized
2018-09-12 14:23:36,260 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,260 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Publishing.UpdateCacheAfterUnPublish in ApplicationInitialized
2018-09-12 14:23:36,260 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,260 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Migrations.EnsureAppsTreesUpdatedOnUpgrade in ApplicationInitialized
2018-09-12 14:23:36,260 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,260 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.PublicAccessEventHandler in ApplicationInitialized
2018-09-12 14:23:36,260 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,260 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.ContentPropertyModelMapper in ApplicationInitialized
2018-09-12 14:23:36,260 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,260 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Migrations.EnsureDefaultListViewDataTypesCreated in ApplicationInitialized
2018-09-12 14:23:36,260 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,260 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.NotificationsHandler in ApplicationInitialized
2018-09-12 14:23:36,261 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,261 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing umbraco.BusinessLogic.ApplicationTreeRegistrar in ApplicationInitialized
2018-09-12 14:23:36,261 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,261 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.BatchedDatabaseServerMessengerStartup in ApplicationInitialized
2018-09-12 14:23:36,261 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,261 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Routing.RedirectTrackingEventHandler in ApplicationInitialized
2018-09-12 14:23:36,261 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,261 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.RelationModelMapper in ApplicationInitialized
2018-09-12 14:23:36,261 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,261 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.PropertyEditors.GridPropertyEditor in ApplicationInitialized
2018-09-12 14:23:36,262 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,262 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.DashboardModelsMapper in ApplicationInitialized
2018-09-12 14:23:36,262 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,262 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.MacroModelMapper in ApplicationInitialized
2018-09-12 14:23:36,262 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,262 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.RelateOnCopyHandler in ApplicationInitialized
2018-09-12 14:23:36,262 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,262 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.MemberModelMapper in ApplicationInitialized
2018-09-12 14:23:36,262 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,262 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.PropertyEditors.ImageCropperPropertyEditor in ApplicationInitialized
2018-09-12 14:23:36,263 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,263 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.DataTypeModelMapper in ApplicationInitialized
2018-09-12 14:23:36,263 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,263 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.EntityModelMapper in ApplicationInitialized
2018-09-12 14:23:36,263 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,263 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Migrations.ClearCsrfCookiesAfterUpgrade in ApplicationInitialized
2018-09-12 14:23:36,263 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,263 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Migrations.ClearMediaXmlCacheForDeletedItemsAfterUpgrade in ApplicationInitialized
2018-09-12 14:23:36,263 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,263 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.ServerRegistrationEventHandler in ApplicationInitialized
2018-09-12 14:23:36,263 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,263 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Migrations.OverwriteStylesheetFilesFromTempFiles in ApplicationInitialized
2018-09-12 14:23:36,263 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,263 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.TabModelMapper in ApplicationInitialized
2018-09-12 14:23:36,263 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,263 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing umbraco.presentation.EnsureSystemPathsApplicationStartupHandler in ApplicationInitialized
2018-09-12 14:23:36,263 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,263 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Finished executing IApplicationEventHandler.OnApplicationInitialized (took 49ms)
2018-09-12 14:23:36,394 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing 44 IApplicationEventHandler.OnApplicationStarting
2018-09-12 14:23:36,395 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Cache.CacheRefresherEventHandler in ApplicationStarting
2018-09-12 14:23:36,395 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,395 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Core.Models.Identity.IdentityModelMappings in ApplicationStarting
2018-09-12 14:23:36,395 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,395 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Core.Strategies.RelateOnCopyHandler in ApplicationStarting
2018-09-12 14:23:36,395 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,396 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Core.Strategies.RelateOnTrashHandler in ApplicationStarting
2018-09-12 14:23:36,396 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,396 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing umbraco.providers.members.MembershipEventHandler in ApplicationStarting
2018-09-12 14:23:36,396 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,396 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.ModelsBuilder.Umbraco.ModelsBuilderApplication in ApplicationStarting
2018-09-12 14:23:36,396 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,396 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing umbraco.BusinessLogic.ApplicationRegistrar in ApplicationStarting
2018-09-12 14:23:36,396 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,396 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.ContentTypeModelMapper in ApplicationStarting
2018-09-12 14:23:36,396 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,396 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.ContentModelMapper in ApplicationStarting
2018-09-12 14:23:36,396 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,396 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.SectionModelMapper in ApplicationStarting
2018-09-12 14:23:36,396 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,396 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.UserModelMapper in ApplicationStarting
2018-09-12 14:23:36,396 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,396 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.PropertyEditors.FileUploadPropertyEditor in ApplicationStarting
2018-09-12 14:23:36,397 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,397 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Trees.ApplicationTreeRegistrar in ApplicationStarting
2018-09-12 14:23:36,397 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,397 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Migrations.RebuildXmlCachesAfterUpgrade in ApplicationStarting
2018-09-12 14:23:36,398 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 1ms)
2018-09-12 14:23:36,398 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.DataTypes.LegacyUploadFieldWorkaround in ApplicationStarting
2018-09-12 14:23:36,398 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,398 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Scheduling.Scheduler in ApplicationStarting
2018-09-12 14:23:36,398 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,398 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Search.ExamineEvents in ApplicationStarting
2018-09-12 14:23:36,398 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,398 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.MediaModelMapper in ApplicationStarting
2018-09-12 14:23:36,398 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,398 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Migrations.PublishAfterUpgradeToVersionSixth in ApplicationStarting
2018-09-12 14:23:36,398 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,398 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Publishing.UpdateCacheAfterPublish in ApplicationStarting
2018-09-12 14:23:36,398 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,398 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Publishing.UpdateCacheAfterUnPublish in ApplicationStarting
2018-09-12 14:23:36,398 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,398 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Migrations.EnsureAppsTreesUpdatedOnUpgrade in ApplicationStarting
2018-09-12 14:23:36,399 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,399 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.PublicAccessEventHandler in ApplicationStarting
2018-09-12 14:23:36,400 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,400 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.ContentPropertyModelMapper in ApplicationStarting
2018-09-12 14:23:36,400 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,400 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Migrations.EnsureDefaultListViewDataTypesCreated in ApplicationStarting
2018-09-12 14:23:36,400 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,400 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.NotificationsHandler in ApplicationStarting
2018-09-12 14:23:36,400 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,400 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing umbraco.BusinessLogic.ApplicationTreeRegistrar in ApplicationStarting
2018-09-12 14:23:36,400 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,400 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.BatchedDatabaseServerMessengerStartup in ApplicationStarting
2018-09-12 14:23:36,400 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,400 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Routing.RedirectTrackingEventHandler in ApplicationStarting
2018-09-12 14:23:36,400 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,400 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.RelationModelMapper in ApplicationStarting
2018-09-12 14:23:36,400 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,400 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.PropertyEditors.GridPropertyEditor in ApplicationStarting
2018-09-12 14:23:36,400 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,400 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.DashboardModelsMapper in ApplicationStarting
2018-09-12 14:23:36,400 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,400 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.MacroModelMapper in ApplicationStarting
2018-09-12 14:23:36,400 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,400 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.RelateOnCopyHandler in ApplicationStarting
2018-09-12 14:23:36,400 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,400 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.MemberModelMapper in ApplicationStarting
2018-09-12 14:23:36,400 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,400 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.PropertyEditors.ImageCropperPropertyEditor in ApplicationStarting
2018-09-12 14:23:36,400 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,400 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.DataTypeModelMapper in ApplicationStarting
2018-09-12 14:23:36,400 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,400 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.EntityModelMapper in ApplicationStarting
2018-09-12 14:23:36,400 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,400 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Migrations.ClearCsrfCookiesAfterUpgrade in ApplicationStarting
2018-09-12 14:23:36,400 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,400 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Migrations.ClearMediaXmlCacheForDeletedItemsAfterUpgrade in ApplicationStarting
2018-09-12 14:23:36,400 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,400 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.ServerRegistrationEventHandler in ApplicationStarting
2018-09-12 14:23:36,400 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,400 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Migrations.OverwriteStylesheetFilesFromTempFiles in ApplicationStarting
2018-09-12 14:23:36,400 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,400 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.TabModelMapper in ApplicationStarting
2018-09-12 14:23:36,400 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,400 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing umbraco.presentation.EnsureSystemPathsApplicationStartupHandler in ApplicationStarting
2018-09-12 14:23:36,400 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,400 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Finished executing IApplicationEventHandler.OnApplicationStarting (took 6ms)
2018-09-12 14:23:36,587 [P16148/D2/T1] DEBUG Umbraco.Core.ObjectResolution.Resolution - Freezing resolution
2018-09-12 14:23:36,587 [P16148/D2/T1] DEBUG Umbraco.Core.ObjectResolution.Resolution - Resolution is frozen
2018-09-12 14:23:36,659 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing 44 IApplicationEventHandler.OnApplicationStarted
2018-09-12 14:23:36,659 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Cache.CacheRefresherEventHandler in ApplicationStarted
2018-09-12 14:23:36,660 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,660 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Core.Models.Identity.IdentityModelMappings in ApplicationStarted
2018-09-12 14:23:36,660 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,660 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Core.Strategies.RelateOnCopyHandler in ApplicationStarted
2018-09-12 14:23:36,660 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,660 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Core.Strategies.RelateOnTrashHandler in ApplicationStarted
2018-09-12 14:23:36,660 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,660 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing umbraco.providers.members.MembershipEventHandler in ApplicationStarted
2018-09-12 14:23:36,660 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,660 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.ModelsBuilder.Umbraco.ModelsBuilderApplication in ApplicationStarted
2018-09-12 14:23:36,660 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,660 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing umbraco.BusinessLogic.ApplicationRegistrar in ApplicationStarted
2018-09-12 14:23:36,660 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,660 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.ContentTypeModelMapper in ApplicationStarted
2018-09-12 14:23:36,660 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,660 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.ContentModelMapper in ApplicationStarted
2018-09-12 14:23:36,660 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,660 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.SectionModelMapper in ApplicationStarted
2018-09-12 14:23:36,660 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,660 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.UserModelMapper in ApplicationStarted
2018-09-12 14:23:36,660 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,660 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.PropertyEditors.FileUploadPropertyEditor in ApplicationStarted
2018-09-12 14:23:36,660 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,660 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Trees.ApplicationTreeRegistrar in ApplicationStarted
2018-09-12 14:23:36,660 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,660 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Migrations.RebuildXmlCachesAfterUpgrade in ApplicationStarted
2018-09-12 14:23:36,660 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,661 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.DataTypes.LegacyUploadFieldWorkaround in ApplicationStarted
2018-09-12 14:23:36,661 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,661 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Scheduling.Scheduler in ApplicationStarted
2018-09-12 14:23:36,661 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,661 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Search.ExamineEvents in ApplicationStarted
2018-09-12 14:23:36,661 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,661 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.MediaModelMapper in ApplicationStarted
2018-09-12 14:23:36,661 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,661 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Migrations.PublishAfterUpgradeToVersionSixth in ApplicationStarted
2018-09-12 14:23:36,661 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,661 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Publishing.UpdateCacheAfterPublish in ApplicationStarted
2018-09-12 14:23:36,661 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,661 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Publishing.UpdateCacheAfterUnPublish in ApplicationStarted
2018-09-12 14:23:36,661 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,661 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Migrations.EnsureAppsTreesUpdatedOnUpgrade in ApplicationStarted
2018-09-12 14:23:36,661 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,661 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.PublicAccessEventHandler in ApplicationStarted
2018-09-12 14:23:36,661 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,661 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.ContentPropertyModelMapper in ApplicationStarted
2018-09-12 14:23:36,661 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,661 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Migrations.EnsureDefaultListViewDataTypesCreated in ApplicationStarted
2018-09-12 14:23:36,661 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,661 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.NotificationsHandler in ApplicationStarted
2018-09-12 14:23:36,661 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,661 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing umbraco.BusinessLogic.ApplicationTreeRegistrar in ApplicationStarted
2018-09-12 14:23:36,661 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,661 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.BatchedDatabaseServerMessengerStartup in ApplicationStarted
2018-09-12 14:23:36,661 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,661 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Routing.RedirectTrackingEventHandler in ApplicationStarted
2018-09-12 14:23:36,661 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,661 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.RelationModelMapper in ApplicationStarted
2018-09-12 14:23:36,662 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,662 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.PropertyEditors.GridPropertyEditor in ApplicationStarted
2018-09-12 14:23:36,662 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,662 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.DashboardModelsMapper in ApplicationStarted
2018-09-12 14:23:36,662 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,663 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.MacroModelMapper in ApplicationStarted
2018-09-12 14:23:36,663 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,663 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.RelateOnCopyHandler in ApplicationStarted
2018-09-12 14:23:36,663 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,663 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.MemberModelMapper in ApplicationStarted
2018-09-12 14:23:36,663 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,663 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.PropertyEditors.ImageCropperPropertyEditor in ApplicationStarted
2018-09-12 14:23:36,664 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,664 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.DataTypeModelMapper in ApplicationStarted
2018-09-12 14:23:36,664 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,664 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.EntityModelMapper in ApplicationStarted
2018-09-12 14:23:36,664 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,664 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Migrations.ClearCsrfCookiesAfterUpgrade in ApplicationStarted
2018-09-12 14:23:36,664 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,664 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Migrations.ClearMediaXmlCacheForDeletedItemsAfterUpgrade in ApplicationStarted
2018-09-12 14:23:36,664 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,664 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.ServerRegistrationEventHandler in ApplicationStarted
2018-09-12 14:23:36,664 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,664 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Migrations.OverwriteStylesheetFilesFromTempFiles in ApplicationStarted
2018-09-12 14:23:36,664 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,664 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.TabModelMapper in ApplicationStarted
2018-09-12 14:23:36,664 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,664 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing umbraco.presentation.EnsureSystemPathsApplicationStartupHandler in ApplicationStarted
2018-09-12 14:23:36,664 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:36,664 [P16148/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Finished executing IApplicationEventHandler.OnApplicationStarted (took 5ms)
2018-09-12 14:23:36,685 [P16148/D2/T1] INFO Umbraco.Core.CoreBootManager - Umbraco application startup complete (took 2237ms)
2018-09-12 14:23:38,283 [P16148/D2/T10] DEBUG Umbraco.Web.UmbracoModule - Begin request: http://localhost:22252/.
2018-09-12 14:23:38,286 [P16148/D2/T10] INFO Umbraco.Core.Sync.ApplicationUrlHelper - ApplicationUrl: http://localhost:22252/umbraco (UmbracoModule request)
2018-09-12 14:23:38,586 [P16148/D2/T10] DEBUG Umbraco.Web.UmbracoModule - Begin request: http://localhost:22252/install/?redir=true&url=http:%2f%2flocalhost:22252%2f.
2018-09-12 14:23:39,222 [P16148/D2/T10] INFO Umbraco.Core.Configuration.ClientDependencyConfiguration - Updated version number from 1 to 915173247
2018-09-12 14:23:39,257 [P16148/D2/T13] DEBUG Umbraco.Core.MainDom - Signaled (environment).
2018-09-12 14:23:39,257 [P16148/D2/T13] INFO Umbraco.Core.MainDom - Stopping...
2018-09-12 14:23:39,257 [P16148/D2/T13] DEBUG Umbraco.Core.MainDom - Stopped.
2018-09-12 14:23:39,257 [P16148/D2/T13] INFO Umbraco.Core.MainDom - Released MainDom.
2018-09-12 14:23:39,271 [P16148/D2/T13] DEBUG UmbracoExamine.DataServices.UmbracoLogService - InternalIndexer indexer initializing, Provider=InternalIndexer, NodeId=-1
2018-09-12 14:23:39,302 [P16148/D2/T13] DEBUG UmbracoExamine.DataServices.UmbracoLogService - InternalMemberIndexer indexer initializing, Provider=InternalMemberIndexer, NodeId=-1
2018-09-12 14:23:39,315 [P16148/D2/T13] DEBUG UmbracoExamine.DataServices.UmbracoLogService - ExternalIndexer indexer initializing, Provider=ExternalIndexer, NodeId=-1
2018-09-12 14:23:39,324 [P16148/D2/T13] INFO UmbracoExamine.DataServices.UmbracoLogService - Rebuilding index, Provider=InternalMemberIndexer, NodeId=-1
2018-09-12 14:23:39,325 [P16148/D2/T13] INFO UmbracoExamine.DataServices.UmbracoLogService - Rebuilding index, Provider=InternalIndexer, NodeId=-1
2018-09-12 14:23:39,325 [P16148/D2/T13] INFO UmbracoExamine.DataServices.UmbracoLogService - Rebuilding index, Provider=ExternalIndexer, NodeId=-1
2018-09-12 14:23:43,869 [P16148/D3/T19] INFO Umbraco.Core.CoreBootManager - Umbraco 7.5.14 application starting on CVOPC
2018-09-12 14:23:43,885 [P16148/D3/T19] INFO Umbraco.Core.PluginManager - Determining hash of code files on disk
2018-09-12 14:23:43,899 [P16148/D3/T19] INFO Umbraco.Core.PluginManager - Hash determined (took 14ms)
2018-09-12 14:23:43,944 [P16148/D3/T19] INFO Umbraco.Core.MainDom - Acquiring MainDom...
2018-09-12 14:23:43,944 [P16148/D2/T12] DEBUG Umbraco.Core.MainDom - Signaled (again) (signal).
2018-09-12 14:23:43,945 [P16148/D3/T19] INFO Umbraco.Core.MainDom - Acquired MainDom.
2018-09-12 14:23:43,952 [P16148/D3/T19] INFO Umbraco.Core.PluginManager - Starting resolution types of umbraco.interfaces.IApplicationStartupHandler
2018-09-12 14:23:44,098 [P16148/D3/T19] DEBUG Umbraco.Core.PluginManager - Loaded plugin types umbraco.interfaces.IApplicationStartupHandler with resolution FindAllTypes from persisted cache
2018-09-12 14:23:44,098 [P16148/D3/T19] DEBUG Umbraco.Core.PluginManager - Caching of typelist for type umbraco.interfaces.IApplicationStartupHandler and resolution FindAllTypes was successful = True
2018-09-12 14:23:44,098 [P16148/D3/T19] INFO Umbraco.Core.PluginManager - Completed resolution of types of umbraco.interfaces.IApplicationStartupHandler, found 0 (took 146ms)
2018-09-12 14:23:44,207 [P16148/D3/T19] INFO Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter
2018-09-12 14:23:44,209 [P16148/D3/T19] DEBUG Umbraco.Core.PluginManager - Loaded plugin types Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter with resolution FindAllTypes from persisted cache
2018-09-12 14:23:44,209 [P16148/D3/T19] DEBUG Umbraco.Core.PluginManager - Caching of typelist for type Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter and resolution FindAllTypes was successful = True
2018-09-12 14:23:44,209 [P16148/D3/T19] INFO Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter, found 0 (took 1ms)
2018-09-12 14:23:44,209 [P16148/D3/T19] INFO Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Core.PropertyEditors.IPropertyValueConverter
2018-09-12 14:23:44,212 [P16148/D3/T19] DEBUG Umbraco.Core.PluginManager - Loaded plugin types Umbraco.Core.PropertyEditors.IPropertyValueConverter with resolution FindAllTypes from persisted cache
2018-09-12 14:23:44,212 [P16148/D3/T19] DEBUG Umbraco.Core.PluginManager - Caching of typelist for type Umbraco.Core.PropertyEditors.IPropertyValueConverter and resolution FindAllTypes was successful = True
2018-09-12 14:23:44,212 [P16148/D3/T19] INFO Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Core.PropertyEditors.IPropertyValueConverter, found 0 (took 2ms)
2018-09-12 14:23:44,222 [P16148/D3/T19] INFO Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Web.Mvc.SurfaceController
2018-09-12 14:23:44,223 [P16148/D3/T19] DEBUG Umbraco.Core.PluginManager - Loaded plugin types Umbraco.Web.Mvc.SurfaceController with resolution FindAllTypes from persisted cache
2018-09-12 14:23:44,223 [P16148/D3/T19] DEBUG Umbraco.Core.PluginManager - Caching of typelist for type Umbraco.Web.Mvc.SurfaceController and resolution FindAllTypes was successful = True
2018-09-12 14:23:44,223 [P16148/D3/T19] INFO Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Web.Mvc.SurfaceController, found 0 (took 1ms)
2018-09-12 14:23:44,224 [P16148/D3/T19] INFO Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Web.WebApi.UmbracoApiController
2018-09-12 14:23:44,239 [P16148/D3/T19] DEBUG Umbraco.Core.PluginManager - Loaded plugin types Umbraco.Web.WebApi.UmbracoApiController with resolution FindAllTypes from persisted cache
2018-09-12 14:23:44,239 [P16148/D3/T19] DEBUG Umbraco.Core.PluginManager - Caching of typelist for type Umbraco.Web.WebApi.UmbracoApiController and resolution FindAllTypes was successful = True
2018-09-12 14:23:44,239 [P16148/D3/T19] INFO Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Web.WebApi.UmbracoApiController, found 0 (took 15ms)
2018-09-12 14:23:44,357 [P16148/D3/T19] INFO Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Core.Media.IThumbnailProvider
2018-09-12 14:23:44,358 [P16148/D3/T19] DEBUG Umbraco.Core.PluginManager - Loaded plugin types Umbraco.Core.Media.IThumbnailProvider with resolution FindAllTypes from persisted cache
2018-09-12 14:23:44,358 [P16148/D3/T19] DEBUG Umbraco.Core.PluginManager - Caching of typelist for type Umbraco.Core.Media.IThumbnailProvider and resolution FindAllTypes was successful = True
2018-09-12 14:23:44,358 [P16148/D3/T19] INFO Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Core.Media.IThumbnailProvider, found 0 (took 1ms)
2018-09-12 14:23:44,359 [P16148/D3/T19] INFO Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Core.Media.IImageUrlProvider
2018-09-12 14:23:44,361 [P16148/D3/T19] DEBUG Umbraco.Core.PluginManager - Loaded plugin types Umbraco.Core.Media.IImageUrlProvider with resolution FindAllTypes from persisted cache
2018-09-12 14:23:44,361 [P16148/D3/T19] DEBUG Umbraco.Core.PluginManager - Caching of typelist for type Umbraco.Core.Media.IImageUrlProvider and resolution FindAllTypes was successful = True
2018-09-12 14:23:44,361 [P16148/D3/T19] INFO Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Core.Media.IImageUrlProvider, found 0 (took 1ms)
2018-09-12 14:23:45,337 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing 44 IApplicationEventHandler.OnApplicationInitialized
2018-09-12 14:23:45,339 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Cache.CacheRefresherEventHandler in ApplicationInitialized
2018-09-12 14:23:45,341 [P16148/D3/T19] DEBUG Umbraco.Core.ApplicationContext - CurrentVersion different from configStatus: '7.5.14',''
2018-09-12 14:23:45,342 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 2ms)
2018-09-12 14:23:45,342 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Core.Models.Identity.IdentityModelMappings in ApplicationInitialized
2018-09-12 14:23:45,342 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,342 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Core.Strategies.RelateOnCopyHandler in ApplicationInitialized
2018-09-12 14:23:45,342 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,342 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Core.Strategies.RelateOnTrashHandler in ApplicationInitialized
2018-09-12 14:23:45,342 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,342 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing umbraco.providers.members.MembershipEventHandler in ApplicationInitialized
2018-09-12 14:23:45,342 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,342 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.ModelsBuilder.Umbraco.ModelsBuilderApplication in ApplicationInitialized
2018-09-12 14:23:45,342 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,342 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing umbraco.BusinessLogic.ApplicationRegistrar in ApplicationInitialized
2018-09-12 14:23:45,342 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,342 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.ContentTypeModelMapper in ApplicationInitialized
2018-09-12 14:23:45,342 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,342 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.ContentModelMapper in ApplicationInitialized
2018-09-12 14:23:45,342 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,342 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.SectionModelMapper in ApplicationInitialized
2018-09-12 14:23:45,342 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,342 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.UserModelMapper in ApplicationInitialized
2018-09-12 14:23:45,342 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,342 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.PropertyEditors.FileUploadPropertyEditor in ApplicationInitialized
2018-09-12 14:23:45,342 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,342 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Trees.ApplicationTreeRegistrar in ApplicationInitialized
2018-09-12 14:23:45,342 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,342 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Migrations.RebuildXmlCachesAfterUpgrade in ApplicationInitialized
2018-09-12 14:23:45,342 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,343 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.DataTypes.LegacyUploadFieldWorkaround in ApplicationInitialized
2018-09-12 14:23:45,343 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,343 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Scheduling.Scheduler in ApplicationInitialized
2018-09-12 14:23:45,343 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,343 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Search.ExamineEvents in ApplicationInitialized
2018-09-12 14:23:45,343 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,343 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.MediaModelMapper in ApplicationInitialized
2018-09-12 14:23:45,343 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,343 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Migrations.PublishAfterUpgradeToVersionSixth in ApplicationInitialized
2018-09-12 14:23:45,343 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,343 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Publishing.UpdateCacheAfterPublish in ApplicationInitialized
2018-09-12 14:23:45,343 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,343 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Publishing.UpdateCacheAfterUnPublish in ApplicationInitialized
2018-09-12 14:23:45,343 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,343 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Migrations.EnsureAppsTreesUpdatedOnUpgrade in ApplicationInitialized
2018-09-12 14:23:45,343 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,343 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.PublicAccessEventHandler in ApplicationInitialized
2018-09-12 14:23:45,344 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,344 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.ContentPropertyModelMapper in ApplicationInitialized
2018-09-12 14:23:45,344 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,344 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Migrations.EnsureDefaultListViewDataTypesCreated in ApplicationInitialized
2018-09-12 14:23:45,344 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,344 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.NotificationsHandler in ApplicationInitialized
2018-09-12 14:23:45,344 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,344 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing umbraco.BusinessLogic.ApplicationTreeRegistrar in ApplicationInitialized
2018-09-12 14:23:45,344 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,344 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.BatchedDatabaseServerMessengerStartup in ApplicationInitialized
2018-09-12 14:23:45,344 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,344 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Routing.RedirectTrackingEventHandler in ApplicationInitialized
2018-09-12 14:23:45,344 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,344 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.RelationModelMapper in ApplicationInitialized
2018-09-12 14:23:45,344 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,344 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.PropertyEditors.GridPropertyEditor in ApplicationInitialized
2018-09-12 14:23:45,345 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,345 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.DashboardModelsMapper in ApplicationInitialized
2018-09-12 14:23:45,345 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,345 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.MacroModelMapper in ApplicationInitialized
2018-09-12 14:23:45,345 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,345 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.RelateOnCopyHandler in ApplicationInitialized
2018-09-12 14:23:45,345 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,345 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.MemberModelMapper in ApplicationInitialized
2018-09-12 14:23:45,345 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,345 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.PropertyEditors.ImageCropperPropertyEditor in ApplicationInitialized
2018-09-12 14:23:45,345 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,345 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.DataTypeModelMapper in ApplicationInitialized
2018-09-12 14:23:45,345 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,345 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.EntityModelMapper in ApplicationInitialized
2018-09-12 14:23:45,345 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,345 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Migrations.ClearCsrfCookiesAfterUpgrade in ApplicationInitialized
2018-09-12 14:23:45,346 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,346 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Migrations.ClearMediaXmlCacheForDeletedItemsAfterUpgrade in ApplicationInitialized
2018-09-12 14:23:45,346 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,346 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.ServerRegistrationEventHandler in ApplicationInitialized
2018-09-12 14:23:45,346 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,346 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Migrations.OverwriteStylesheetFilesFromTempFiles in ApplicationInitialized
2018-09-12 14:23:45,346 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,346 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.TabModelMapper in ApplicationInitialized
2018-09-12 14:23:45,346 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,346 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing umbraco.presentation.EnsureSystemPathsApplicationStartupHandler in ApplicationInitialized
2018-09-12 14:23:45,346 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,346 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Finished executing IApplicationEventHandler.OnApplicationInitialized (took 8ms)
2018-09-12 14:23:45,421 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing 44 IApplicationEventHandler.OnApplicationStarting
2018-09-12 14:23:45,421 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Cache.CacheRefresherEventHandler in ApplicationStarting
2018-09-12 14:23:45,421 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,421 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Core.Models.Identity.IdentityModelMappings in ApplicationStarting
2018-09-12 14:23:45,421 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,421 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Core.Strategies.RelateOnCopyHandler in ApplicationStarting
2018-09-12 14:23:45,421 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,421 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Core.Strategies.RelateOnTrashHandler in ApplicationStarting
2018-09-12 14:23:45,421 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,421 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing umbraco.providers.members.MembershipEventHandler in ApplicationStarting
2018-09-12 14:23:45,421 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,421 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.ModelsBuilder.Umbraco.ModelsBuilderApplication in ApplicationStarting
2018-09-12 14:23:45,421 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,421 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing umbraco.BusinessLogic.ApplicationRegistrar in ApplicationStarting
2018-09-12 14:23:45,421 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,421 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.ContentTypeModelMapper in ApplicationStarting
2018-09-12 14:23:45,421 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,421 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.ContentModelMapper in ApplicationStarting
2018-09-12 14:23:45,421 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,421 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.SectionModelMapper in ApplicationStarting
2018-09-12 14:23:45,421 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,421 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.UserModelMapper in ApplicationStarting
2018-09-12 14:23:45,421 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,421 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.PropertyEditors.FileUploadPropertyEditor in ApplicationStarting
2018-09-12 14:23:45,421 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,421 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Trees.ApplicationTreeRegistrar in ApplicationStarting
2018-09-12 14:23:45,421 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,421 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Migrations.RebuildXmlCachesAfterUpgrade in ApplicationStarting
2018-09-12 14:23:45,422 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 1ms)
2018-09-12 14:23:45,423 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.DataTypes.LegacyUploadFieldWorkaround in ApplicationStarting
2018-09-12 14:23:45,423 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,423 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Scheduling.Scheduler in ApplicationStarting
2018-09-12 14:23:45,423 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,423 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Search.ExamineEvents in ApplicationStarting
2018-09-12 14:23:45,423 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,423 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.MediaModelMapper in ApplicationStarting
2018-09-12 14:23:45,423 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,423 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Migrations.PublishAfterUpgradeToVersionSixth in ApplicationStarting
2018-09-12 14:23:45,423 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,423 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Publishing.UpdateCacheAfterPublish in ApplicationStarting
2018-09-12 14:23:45,423 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,423 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Publishing.UpdateCacheAfterUnPublish in ApplicationStarting
2018-09-12 14:23:45,423 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,423 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Migrations.EnsureAppsTreesUpdatedOnUpgrade in ApplicationStarting
2018-09-12 14:23:45,424 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,424 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.PublicAccessEventHandler in ApplicationStarting
2018-09-12 14:23:45,424 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,424 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.ContentPropertyModelMapper in ApplicationStarting
2018-09-12 14:23:45,424 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,424 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Migrations.EnsureDefaultListViewDataTypesCreated in ApplicationStarting
2018-09-12 14:23:45,424 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,424 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.NotificationsHandler in ApplicationStarting
2018-09-12 14:23:45,424 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,424 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing umbraco.BusinessLogic.ApplicationTreeRegistrar in ApplicationStarting
2018-09-12 14:23:45,424 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,424 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.BatchedDatabaseServerMessengerStartup in ApplicationStarting
2018-09-12 14:23:45,424 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,424 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Routing.RedirectTrackingEventHandler in ApplicationStarting
2018-09-12 14:23:45,424 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,424 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.RelationModelMapper in ApplicationStarting
2018-09-12 14:23:45,424 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,424 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.PropertyEditors.GridPropertyEditor in ApplicationStarting
2018-09-12 14:23:45,424 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,424 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.DashboardModelsMapper in ApplicationStarting
2018-09-12 14:23:45,424 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,424 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.MacroModelMapper in ApplicationStarting
2018-09-12 14:23:45,424 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,424 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.RelateOnCopyHandler in ApplicationStarting
2018-09-12 14:23:45,424 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,424 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.MemberModelMapper in ApplicationStarting
2018-09-12 14:23:45,424 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,424 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.PropertyEditors.ImageCropperPropertyEditor in ApplicationStarting
2018-09-12 14:23:45,424 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,424 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.DataTypeModelMapper in ApplicationStarting
2018-09-12 14:23:45,424 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,424 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.EntityModelMapper in ApplicationStarting
2018-09-12 14:23:45,425 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,425 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Migrations.ClearCsrfCookiesAfterUpgrade in ApplicationStarting
2018-09-12 14:23:45,425 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,425 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Migrations.ClearMediaXmlCacheForDeletedItemsAfterUpgrade in ApplicationStarting
2018-09-12 14:23:45,425 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,425 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.ServerRegistrationEventHandler in ApplicationStarting
2018-09-12 14:23:45,425 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,425 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Migrations.OverwriteStylesheetFilesFromTempFiles in ApplicationStarting
2018-09-12 14:23:45,425 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,425 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.TabModelMapper in ApplicationStarting
2018-09-12 14:23:45,425 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,425 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing umbraco.presentation.EnsureSystemPathsApplicationStartupHandler in ApplicationStarting
2018-09-12 14:23:45,425 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,425 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Finished executing IApplicationEventHandler.OnApplicationStarting (took 4ms)
2018-09-12 14:23:45,551 [P16148/D3/T19] DEBUG Umbraco.Core.ObjectResolution.Resolution - Freezing resolution
2018-09-12 14:23:45,551 [P16148/D3/T19] DEBUG Umbraco.Core.ObjectResolution.Resolution - Resolution is frozen
2018-09-12 14:23:45,567 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing 44 IApplicationEventHandler.OnApplicationStarted
2018-09-12 14:23:45,567 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Cache.CacheRefresherEventHandler in ApplicationStarted
2018-09-12 14:23:45,568 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,568 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Core.Models.Identity.IdentityModelMappings in ApplicationStarted
2018-09-12 14:23:45,568 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,568 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Core.Strategies.RelateOnCopyHandler in ApplicationStarted
2018-09-12 14:23:45,568 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,568 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Core.Strategies.RelateOnTrashHandler in ApplicationStarted
2018-09-12 14:23:45,568 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,568 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing umbraco.providers.members.MembershipEventHandler in ApplicationStarted
2018-09-12 14:23:45,568 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,568 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.ModelsBuilder.Umbraco.ModelsBuilderApplication in ApplicationStarted
2018-09-12 14:23:45,568 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,568 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing umbraco.BusinessLogic.ApplicationRegistrar in ApplicationStarted
2018-09-12 14:23:45,568 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,568 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.ContentTypeModelMapper in ApplicationStarted
2018-09-12 14:23:45,568 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,568 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.ContentModelMapper in ApplicationStarted
2018-09-12 14:23:45,568 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,568 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.SectionModelMapper in ApplicationStarted
2018-09-12 14:23:45,568 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,568 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.UserModelMapper in ApplicationStarted
2018-09-12 14:23:45,568 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,568 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.PropertyEditors.FileUploadPropertyEditor in ApplicationStarted
2018-09-12 14:23:45,568 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,568 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Trees.ApplicationTreeRegistrar in ApplicationStarted
2018-09-12 14:23:45,568 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,568 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Migrations.RebuildXmlCachesAfterUpgrade in ApplicationStarted
2018-09-12 14:23:45,568 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,568 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.DataTypes.LegacyUploadFieldWorkaround in ApplicationStarted
2018-09-12 14:23:45,568 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,568 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Scheduling.Scheduler in ApplicationStarted
2018-09-12 14:23:45,568 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,568 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Search.ExamineEvents in ApplicationStarted
2018-09-12 14:23:45,568 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,568 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.MediaModelMapper in ApplicationStarted
2018-09-12 14:23:45,568 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,568 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Migrations.PublishAfterUpgradeToVersionSixth in ApplicationStarted
2018-09-12 14:23:45,568 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,568 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Publishing.UpdateCacheAfterPublish in ApplicationStarted
2018-09-12 14:23:45,568 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,569 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Publishing.UpdateCacheAfterUnPublish in ApplicationStarted
2018-09-12 14:23:45,569 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,569 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Migrations.EnsureAppsTreesUpdatedOnUpgrade in ApplicationStarted
2018-09-12 14:23:45,569 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,569 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.PublicAccessEventHandler in ApplicationStarted
2018-09-12 14:23:45,569 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,569 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.ContentPropertyModelMapper in ApplicationStarted
2018-09-12 14:23:45,569 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,569 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Migrations.EnsureDefaultListViewDataTypesCreated in ApplicationStarted
2018-09-12 14:23:45,569 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,569 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.NotificationsHandler in ApplicationStarted
2018-09-12 14:23:45,569 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,569 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing umbraco.BusinessLogic.ApplicationTreeRegistrar in ApplicationStarted
2018-09-12 14:23:45,569 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,569 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.BatchedDatabaseServerMessengerStartup in ApplicationStarted
2018-09-12 14:23:45,569 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,569 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Routing.RedirectTrackingEventHandler in ApplicationStarted
2018-09-12 14:23:45,569 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,569 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.RelationModelMapper in ApplicationStarted
2018-09-12 14:23:45,569 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,569 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.PropertyEditors.GridPropertyEditor in ApplicationStarted
2018-09-12 14:23:45,571 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 1ms)
2018-09-12 14:23:45,571 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.DashboardModelsMapper in ApplicationStarted
2018-09-12 14:23:45,571 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,571 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.MacroModelMapper in ApplicationStarted
2018-09-12 14:23:45,571 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,571 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.RelateOnCopyHandler in ApplicationStarted
2018-09-12 14:23:45,571 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,571 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.MemberModelMapper in ApplicationStarted
2018-09-12 14:23:45,571 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,571 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.PropertyEditors.ImageCropperPropertyEditor in ApplicationStarted
2018-09-12 14:23:45,572 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,572 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.DataTypeModelMapper in ApplicationStarted
2018-09-12 14:23:45,572 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,572 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.EntityModelMapper in ApplicationStarted
2018-09-12 14:23:45,572 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,572 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Migrations.ClearCsrfCookiesAfterUpgrade in ApplicationStarted
2018-09-12 14:23:45,572 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,572 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Migrations.ClearMediaXmlCacheForDeletedItemsAfterUpgrade in ApplicationStarted
2018-09-12 14:23:45,572 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,572 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.ServerRegistrationEventHandler in ApplicationStarted
2018-09-12 14:23:45,572 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,572 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Migrations.OverwriteStylesheetFilesFromTempFiles in ApplicationStarted
2018-09-12 14:23:45,572 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,572 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.TabModelMapper in ApplicationStarted
2018-09-12 14:23:45,572 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,572 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Executing umbraco.presentation.EnsureSystemPathsApplicationStartupHandler in ApplicationStarted
2018-09-12 14:23:45,572 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:23:45,572 [P16148/D3/T19] DEBUG Umbraco.Core.CoreBootManager - Finished executing IApplicationEventHandler.OnApplicationStarted (took 5ms)
2018-09-12 14:23:45,634 [P16148/D3/T19] INFO Umbraco.Core.CoreBootManager - Umbraco application startup complete (took 1852ms)
2018-09-12 14:23:48,960 [P16148/D3/T12] DEBUG Umbraco.Web.UmbracoModule - Begin request: http://localhost:22252/umbraco/assets/css/installer.css.
2018-09-12 14:23:48,963 [P16148/D3/T15] DEBUG Umbraco.Web.UmbracoModule - Begin request: http://localhost:22252/umbraco/js/install.loader.js.
2018-09-12 14:23:48,966 [P16148/D3/T15] INFO Umbraco.Core.Sync.ApplicationUrlHelper - ApplicationUrl: http://localhost:22252/umbraco (UmbracoModule request)
2018-09-12 14:23:48,967 [P16148/D3/T12] INFO Umbraco.Core.Sync.ApplicationUrlHelper - ApplicationUrl: http://localhost:22252/umbraco (UmbracoModule request)
2018-09-12 14:23:48,986 [P16148/D3/T14] DEBUG Umbraco.Web.UmbracoModule - Begin request: http://localhost:22252/umbraco/lib/rgrove-lazyload/lazyload.js.
2018-09-12 14:23:49,040 [P16148/D3/T17] DEBUG Umbraco.Web.UmbracoModule - Begin request: http://localhost:22252/umbraco/assets/img/application/logo_white.png.
2018-09-12 14:23:49,564 [P16148/D3/T14] DEBUG Umbraco.Web.UmbracoModule - Begin request: http://localhost:22252/umbraco/assets/img/installer.jpg.
2018-09-12 14:23:49,595 [P16148/D3/T12] DEBUG Umbraco.Web.UmbracoModule - Begin request: http://localhost:22252/umbraco/lib/jquery/jquery.min.js.
2018-09-12 14:23:49,609 [P16148/D3/T17] DEBUG Umbraco.Web.UmbracoModule - Begin request: http://localhost:22252/umbraco/lib/angular/1.1.5/angular-cookies.min.js.
2018-09-12 14:23:49,611 [P16148/D3/T14] DEBUG Umbraco.Web.UmbracoModule - Begin request: http://localhost:22252/umbraco/lib/angular/1.1.5/angular-mobile.min.js.
2018-09-12 14:23:49,634 [P16148/D3/T15] DEBUG Umbraco.Web.UmbracoModule - Begin request: http://localhost:22252/umbraco/lib/angular/1.1.5/angular.min.js.
2018-09-12 14:23:49,636 [P16148/D3/T17] DEBUG Umbraco.Web.UmbracoModule - Begin request: http://localhost:22252/umbraco/lib/underscore/underscore-min.js.
2018-09-12 14:23:49,648 [P16148/D3/T20] DEBUG Umbraco.Web.UmbracoModule - Begin request: http://localhost:22252/umbraco/lib/angular/1.1.5/angular-sanitize.min.js.
2018-09-12 14:23:49,652 [P16148/D3/T18] DEBUG Umbraco.Web.UmbracoModule - Begin request: http://localhost:22252/umbraco/lib/angular/1.1.5/angular-mocks.js.
2018-09-12 14:23:49,670 [P16148/D3/T14] DEBUG Umbraco.Web.UmbracoModule - Begin request: http://localhost:22252/umbraco/js/umbraco.directives.js.
2018-09-12 14:23:49,673 [P16148/D3/T15] DEBUG Umbraco.Web.UmbracoModule - Begin request: http://localhost:22252/umbraco/js/umbraco.installer.js.
2018-09-12 14:23:49,854 [P16148/D3/T17] DEBUG Umbraco.Web.UmbracoModule - Begin request: http://localhost:22252/install/api/GetSetup.
2018-09-12 14:23:50,003 [P16148/D3/T12] DEBUG Umbraco.Web.UmbracoModule - Begin request: http://localhost:22252/favicon.ico.
2018-09-12 14:23:51,358 [P16148/D3/T17] INFO Umbraco.Core.DatabaseContext - CanConnect = True
2018-09-12 14:23:51,394 [P16148/D3/T15] DEBUG Umbraco.Web.UmbracoModule - Begin request: http://localhost:22252/umbraco/views/install/upgrade.html.
2018-09-12 14:23:53,395 [P16148/D3/T20] DEBUG Umbraco.Web.UmbracoModule - Begin request: http://localhost:22252/umbraco/assets/fonts/opensans/OpenSans-Semibold-webfont.ttf.
2018-09-12 14:23:53,398 [P16148/D3/T12] DEBUG Umbraco.Web.UmbracoModule - Begin request: http://localhost:22252/umbraco/assets/fonts/opensans/OpenSans-Regular-webfont.ttf.
2018-09-12 14:24:06,441 [P16148/D3/T12] DEBUG Umbraco.Web.UmbracoModule - Begin request: http://localhost:22252/install/api/PostPerformInstall.
2018-09-12 14:24:06,501 [P16148/D3/T12] INFO Umbraco.Web.Install.Controllers.InstallApiController - Executing installation step: Permissions
2018-09-12 14:24:06,513 [P16148/D3/T12] INFO Umbraco.Web.Install.Controllers.InstallApiController - Step completed (took 12ms)
2018-09-12 14:24:06,528 [P16148/D3/T14] DEBUG Umbraco.Web.UmbracoModule - Begin request: http://localhost:22252/install/api/PostPerformInstall.
2018-09-12 14:24:06,536 [P16148/D3/T14] INFO Umbraco.Web.Install.Controllers.InstallApiController - Executing installation step: Upgrade
2018-09-12 14:24:06,536 [P16148/D3/T14] INFO Umbraco.Web.Install.Controllers.InstallApiController - Step completed (took 0ms)
2018-09-12 14:24:06,556 [P16148/D3/T15] DEBUG Umbraco.Web.UmbracoModule - Begin request: http://localhost:22252/install/api/PostPerformInstall.
2018-09-12 14:24:06,564 [P16148/D3/T15] INFO Umbraco.Web.Install.Controllers.InstallApiController - Executing installation step: DatabaseInstall
2018-09-12 14:24:06,565 [P16148/D3/T15] INFO Umbraco.Core.DatabaseContext - Database configuration status: Started
2018-09-12 14:24:06,566 [P16148/D3/T15] INFO Umbraco.Core.DatabaseContext - Database requires upgrade
2018-09-12 14:24:06,566 [P16148/D3/T15] INFO Umbraco.Web.Install.Controllers.InstallApiController - Step completed (took 2ms)
2018-09-12 14:24:06,583 [P16148/D3/T14] DEBUG Umbraco.Web.UmbracoModule - Begin request: http://localhost:22252/install/api/PostPerformInstall.
2018-09-12 14:24:06,586 [P16148/D3/T14] INFO Umbraco.Web.Install.Controllers.InstallApiController - Executing installation step: DatabaseUpgrade
2018-09-12 14:24:06,587 [P16148/D3/T14] INFO Umbraco.Web.Install.InstallSteps.DatabaseUpgradeStep - Running 'Upgrade' service
2018-09-12 14:24:06,589 [P16148/D3/T14] INFO Umbraco.Core.DatabaseContext - Database upgrade started
2018-09-12 14:24:06,597 [P16148/D3/T14] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Initializing database migrations
2018-09-12 14:24:06,600 [P16148/D3/T14] INFO Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Core.Persistence.Migrations.IMigration
2018-09-12 14:24:06,602 [P16148/D3/T14] DEBUG Umbraco.Core.PluginManager - Tried to find typelist for type Umbraco.Core.Persistence.Migrations.IMigration and resolution FindAllTypes in file cache but the type was not found so loading types by assembly scan
2018-09-12 14:24:06,621 [P16148/D3/T14] DEBUG Umbraco.Core.PluginManager - Caching of typelist for type Umbraco.Core.Persistence.Migrations.IMigration and resolution FindAllTypes was successful = True
2018-09-12 14:24:06,621 [P16148/D3/T14] INFO Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Core.Persistence.Migrations.IMigration, found 0 (took 20ms)
2018-09-12 14:24:06,660 [P16148/D3/T14] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Added UPGRADE migration 'AddRelationTypeForDocumentOnDelete' to context
2018-09-12 14:24:06,672 [P16148/D3/T14] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Added UPGRADE migration 'CreateCacheInstructionTable' to context
2018-09-12 14:24:06,979 [P16148/D3/T14] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Added UPGRADE migration 'MigrateAndRemoveTemplateMasterColumn' to context
2018-09-12 14:24:09,435 [P16148/D2/T13] INFO Umbraco.Core.UmbracoApplicationBase - Application shutdown. Details: ConfigurationChange
_shutDownMessage=CONFIG change
HostingEnvironment initiated shutdown
CONFIG change
HostingEnvironment caused shutdown
_shutDownStack= at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo)
at System.Environment.get_StackTrace()
at System.Web.Hosting.HostingEnvironment.InitiateShutdownInternal()
at System.Web.Hosting.HostingEnvironment.InitiateShutdownWithoutDemand()
at System.Web.HttpRuntime.ShutdownAppDomain(String stackTrace)
at System.Web.Configuration.HttpConfigurationSystem.OnConfigurationChanged(Object sender, InternalConfigEventArgs e)
at System.Configuration.Internal.InternalConfigRoot.OnConfigChanged(InternalConfigEventArgs e)
at System.Configuration.BaseConfigurationRecord.OnStreamChanged(String streamname)
at System.Web.Configuration.WebConfigurationHostFileChange.OnFileChanged(Object sender, FileChangeEvent e)
at System.Web.DirectoryMonitor.FireNotifications()
at System.Web.Util.WorkItem.CallCallbackWithAssert(WorkItemCallback callback)
at System.Web.Util.WorkItem.OnQueueUserWorkItemCompletion(Object state)
at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(Object state)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
at System.Threading.ThreadPoolWorkQueue.Dispatch()
at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
2018-09-12 14:24:10,936 [P16148/D3/T5] DEBUG Umbraco.Web.UmbracoModule - Begin request: http://localhost:22252/umbraco/lib/underscore/underscore-min.map.
2018-09-12 14:31:19,092 [P26692/D2/T1] INFO Umbraco.Core.CoreBootManager - Umbraco 7.5.14 application starting on CVOPC
2018-09-12 14:31:19,140 [P26692/D2/T1] INFO Umbraco.Core.PluginManager - Determining hash of code files on disk
2018-09-12 14:31:19,158 [P26692/D2/T1] INFO Umbraco.Core.PluginManager - Hash determined (took 18ms)
2018-09-12 14:31:19,202 [P26692/D2/T1] INFO Umbraco.Core.MainDom - Acquiring MainDom...
2018-09-12 14:31:19,203 [P26692/D2/T1] INFO Umbraco.Core.MainDom - Acquired MainDom.
2018-09-12 14:31:19,207 [P26692/D2/T1] INFO Umbraco.Core.PluginManager - Starting resolution types of umbraco.interfaces.IApplicationStartupHandler
2018-09-12 14:31:19,208 [P26692/D2/T1] DEBUG Umbraco.Core.PluginManager - Assembly changes detected, loading types umbraco.interfaces.IApplicationStartupHandler for resolution FindAllTypes by assembly scan
2018-09-12 14:31:19,472 [P26692/D2/T1] DEBUG Umbraco.Core.PluginManager - Caching of typelist for type umbraco.interfaces.IApplicationStartupHandler and resolution FindAllTypes was successful = True
2018-09-12 14:31:19,472 [P26692/D2/T1] INFO Umbraco.Core.PluginManager - Completed resolution of types of umbraco.interfaces.IApplicationStartupHandler, found 0 (took 265ms)
2018-09-12 14:31:19,487 [P26692/D2/T1] INFO Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter
2018-09-12 14:31:19,488 [P26692/D2/T1] DEBUG Umbraco.Core.PluginManager - Assembly changes detected, loading types Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter for resolution FindAllTypes by assembly scan
2018-09-12 14:31:19,493 [P26692/D2/T1] DEBUG Umbraco.Core.PluginManager - Caching of typelist for type Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter and resolution FindAllTypes was successful = True
2018-09-12 14:31:19,494 [P26692/D2/T1] INFO Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter, found 0 (took 6ms)
2018-09-12 14:31:19,494 [P26692/D2/T1] INFO Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Core.PropertyEditors.IPropertyValueConverter
2018-09-12 14:31:19,494 [P26692/D2/T1] DEBUG Umbraco.Core.PluginManager - Assembly changes detected, loading types Umbraco.Core.PropertyEditors.IPropertyValueConverter for resolution FindAllTypes by assembly scan
2018-09-12 14:31:19,505 [P26692/D2/T1] DEBUG Umbraco.Core.PluginManager - Caching of typelist for type Umbraco.Core.PropertyEditors.IPropertyValueConverter and resolution FindAllTypes was successful = True
2018-09-12 14:31:19,505 [P26692/D2/T1] INFO Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Core.PropertyEditors.IPropertyValueConverter, found 0 (took 10ms)
2018-09-12 14:31:19,521 [P26692/D2/T1] INFO Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Web.Mvc.SurfaceController
2018-09-12 14:31:19,521 [P26692/D2/T1] DEBUG Umbraco.Core.PluginManager - Assembly changes detected, loading types Umbraco.Web.Mvc.SurfaceController for resolution FindAllTypes by assembly scan
2018-09-12 14:31:19,527 [P26692/D2/T1] DEBUG Umbraco.Core.PluginManager - Caching of typelist for type Umbraco.Web.Mvc.SurfaceController and resolution FindAllTypes was successful = True
2018-09-12 14:31:19,527 [P26692/D2/T1] INFO Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Web.Mvc.SurfaceController, found 0 (took 6ms)
2018-09-12 14:31:19,528 [P26692/D2/T1] INFO Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Web.WebApi.UmbracoApiController
2018-09-12 14:31:19,529 [P26692/D2/T1] DEBUG Umbraco.Core.PluginManager - Assembly changes detected, loading types Umbraco.Web.WebApi.UmbracoApiController for resolution FindAllTypes by assembly scan
2018-09-12 14:31:19,537 [P26692/D2/T1] DEBUG Umbraco.Core.PluginManager - Caching of typelist for type Umbraco.Web.WebApi.UmbracoApiController and resolution FindAllTypes was successful = True
2018-09-12 14:31:19,537 [P26692/D2/T1] INFO Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Web.WebApi.UmbracoApiController, found 0 (took 8ms)
2018-09-12 14:31:19,573 [P26692/D2/T1] INFO Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Core.Media.IThumbnailProvider
2018-09-12 14:31:19,573 [P26692/D2/T1] DEBUG Umbraco.Core.PluginManager - Assembly changes detected, loading types Umbraco.Core.Media.IThumbnailProvider for resolution FindAllTypes by assembly scan
2018-09-12 14:31:19,580 [P26692/D2/T1] DEBUG Umbraco.Core.PluginManager - Caching of typelist for type Umbraco.Core.Media.IThumbnailProvider and resolution FindAllTypes was successful = True
2018-09-12 14:31:19,580 [P26692/D2/T1] INFO Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Core.Media.IThumbnailProvider, found 0 (took 7ms)
2018-09-12 14:31:19,582 [P26692/D2/T1] INFO Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Core.Media.IImageUrlProvider
2018-09-12 14:31:19,583 [P26692/D2/T1] DEBUG Umbraco.Core.PluginManager - Assembly changes detected, loading types Umbraco.Core.Media.IImageUrlProvider for resolution FindAllTypes by assembly scan
2018-09-12 14:31:19,592 [P26692/D2/T1] DEBUG Umbraco.Core.PluginManager - Caching of typelist for type Umbraco.Core.Media.IImageUrlProvider and resolution FindAllTypes was successful = True
2018-09-12 14:31:19,592 [P26692/D2/T1] INFO Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Core.Media.IImageUrlProvider, found 0 (took 9ms)
2018-09-12 14:31:20,541 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing 44 IApplicationEventHandler.OnApplicationInitialized
2018-09-12 14:31:20,542 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Cache.CacheRefresherEventHandler in ApplicationInitialized
2018-09-12 14:31:20,544 [P26692/D2/T1] DEBUG Umbraco.Core.ApplicationContext - CurrentVersion different from configStatus: '7.5.14',''
2018-09-12 14:31:20,544 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 1ms)
2018-09-12 14:31:20,544 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Core.Models.Identity.IdentityModelMappings in ApplicationInitialized
2018-09-12 14:31:20,544 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,544 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Core.Strategies.RelateOnCopyHandler in ApplicationInitialized
2018-09-12 14:31:20,544 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,544 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Core.Strategies.RelateOnTrashHandler in ApplicationInitialized
2018-09-12 14:31:20,544 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,544 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing umbraco.providers.members.MembershipEventHandler in ApplicationInitialized
2018-09-12 14:31:20,544 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,544 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.ModelsBuilder.Umbraco.ModelsBuilderApplication in ApplicationInitialized
2018-09-12 14:31:20,544 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,544 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing umbraco.BusinessLogic.ApplicationRegistrar in ApplicationInitialized
2018-09-12 14:31:20,544 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,544 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.ContentTypeModelMapper in ApplicationInitialized
2018-09-12 14:31:20,544 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,544 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.ContentModelMapper in ApplicationInitialized
2018-09-12 14:31:20,545 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,545 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.SectionModelMapper in ApplicationInitialized
2018-09-12 14:31:20,545 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,545 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.UserModelMapper in ApplicationInitialized
2018-09-12 14:31:20,545 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,545 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.PropertyEditors.FileUploadPropertyEditor in ApplicationInitialized
2018-09-12 14:31:20,545 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,545 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Trees.ApplicationTreeRegistrar in ApplicationInitialized
2018-09-12 14:31:20,545 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,545 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Migrations.RebuildXmlCachesAfterUpgrade in ApplicationInitialized
2018-09-12 14:31:20,545 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,545 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.DataTypes.LegacyUploadFieldWorkaround in ApplicationInitialized
2018-09-12 14:31:20,545 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,545 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Scheduling.Scheduler in ApplicationInitialized
2018-09-12 14:31:20,545 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,545 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Search.ExamineEvents in ApplicationInitialized
2018-09-12 14:31:20,545 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,545 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.MediaModelMapper in ApplicationInitialized
2018-09-12 14:31:20,545 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,545 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Migrations.PublishAfterUpgradeToVersionSixth in ApplicationInitialized
2018-09-12 14:31:20,545 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,545 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Publishing.UpdateCacheAfterPublish in ApplicationInitialized
2018-09-12 14:31:20,545 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,545 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Publishing.UpdateCacheAfterUnPublish in ApplicationInitialized
2018-09-12 14:31:20,545 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,545 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Migrations.EnsureAppsTreesUpdatedOnUpgrade in ApplicationInitialized
2018-09-12 14:31:20,545 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,545 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.PublicAccessEventHandler in ApplicationInitialized
2018-09-12 14:31:20,545 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,546 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.ContentPropertyModelMapper in ApplicationInitialized
2018-09-12 14:31:20,546 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,546 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Migrations.EnsureDefaultListViewDataTypesCreated in ApplicationInitialized
2018-09-12 14:31:20,546 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,546 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.NotificationsHandler in ApplicationInitialized
2018-09-12 14:31:20,546 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,546 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing umbraco.BusinessLogic.ApplicationTreeRegistrar in ApplicationInitialized
2018-09-12 14:31:20,546 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,546 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.BatchedDatabaseServerMessengerStartup in ApplicationInitialized
2018-09-12 14:31:20,546 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,546 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Routing.RedirectTrackingEventHandler in ApplicationInitialized
2018-09-12 14:31:20,546 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,546 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.RelationModelMapper in ApplicationInitialized
2018-09-12 14:31:20,546 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,546 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.PropertyEditors.GridPropertyEditor in ApplicationInitialized
2018-09-12 14:31:20,546 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,546 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.DashboardModelsMapper in ApplicationInitialized
2018-09-12 14:31:20,546 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,546 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.MacroModelMapper in ApplicationInitialized
2018-09-12 14:31:20,546 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,546 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.RelateOnCopyHandler in ApplicationInitialized
2018-09-12 14:31:20,546 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,546 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.MemberModelMapper in ApplicationInitialized
2018-09-12 14:31:20,546 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,546 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.PropertyEditors.ImageCropperPropertyEditor in ApplicationInitialized
2018-09-12 14:31:20,546 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,546 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.DataTypeModelMapper in ApplicationInitialized
2018-09-12 14:31:20,546 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,546 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.EntityModelMapper in ApplicationInitialized
2018-09-12 14:31:20,546 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,546 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Migrations.ClearCsrfCookiesAfterUpgrade in ApplicationInitialized
2018-09-12 14:31:20,546 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,546 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Migrations.ClearMediaXmlCacheForDeletedItemsAfterUpgrade in ApplicationInitialized
2018-09-12 14:31:20,546 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,546 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.ServerRegistrationEventHandler in ApplicationInitialized
2018-09-12 14:31:20,547 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,547 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Migrations.OverwriteStylesheetFilesFromTempFiles in ApplicationInitialized
2018-09-12 14:31:20,547 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,547 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.TabModelMapper in ApplicationInitialized
2018-09-12 14:31:20,547 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,547 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing umbraco.presentation.EnsureSystemPathsApplicationStartupHandler in ApplicationInitialized
2018-09-12 14:31:20,547 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,547 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Finished executing IApplicationEventHandler.OnApplicationInitialized (took 5ms)
2018-09-12 14:31:20,616 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing 44 IApplicationEventHandler.OnApplicationStarting
2018-09-12 14:31:20,617 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Cache.CacheRefresherEventHandler in ApplicationStarting
2018-09-12 14:31:20,617 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,617 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Core.Models.Identity.IdentityModelMappings in ApplicationStarting
2018-09-12 14:31:20,617 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,617 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Core.Strategies.RelateOnCopyHandler in ApplicationStarting
2018-09-12 14:31:20,617 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,617 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Core.Strategies.RelateOnTrashHandler in ApplicationStarting
2018-09-12 14:31:20,617 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,617 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing umbraco.providers.members.MembershipEventHandler in ApplicationStarting
2018-09-12 14:31:20,617 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,617 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.ModelsBuilder.Umbraco.ModelsBuilderApplication in ApplicationStarting
2018-09-12 14:31:20,617 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,617 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing umbraco.BusinessLogic.ApplicationRegistrar in ApplicationStarting
2018-09-12 14:31:20,617 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,617 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.ContentTypeModelMapper in ApplicationStarting
2018-09-12 14:31:20,617 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,617 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.ContentModelMapper in ApplicationStarting
2018-09-12 14:31:20,617 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,617 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.SectionModelMapper in ApplicationStarting
2018-09-12 14:31:20,617 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,617 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.UserModelMapper in ApplicationStarting
2018-09-12 14:31:20,617 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,617 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.PropertyEditors.FileUploadPropertyEditor in ApplicationStarting
2018-09-12 14:31:20,618 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,618 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Trees.ApplicationTreeRegistrar in ApplicationStarting
2018-09-12 14:31:20,618 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,618 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Migrations.RebuildXmlCachesAfterUpgrade in ApplicationStarting
2018-09-12 14:31:20,618 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,618 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.DataTypes.LegacyUploadFieldWorkaround in ApplicationStarting
2018-09-12 14:31:20,618 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,618 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Scheduling.Scheduler in ApplicationStarting
2018-09-12 14:31:20,619 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,619 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Search.ExamineEvents in ApplicationStarting
2018-09-12 14:31:20,619 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,619 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.MediaModelMapper in ApplicationStarting
2018-09-12 14:31:20,619 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,619 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Migrations.PublishAfterUpgradeToVersionSixth in ApplicationStarting
2018-09-12 14:31:20,619 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,619 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Publishing.UpdateCacheAfterPublish in ApplicationStarting
2018-09-12 14:31:20,619 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,619 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Publishing.UpdateCacheAfterUnPublish in ApplicationStarting
2018-09-12 14:31:20,619 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,619 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Migrations.EnsureAppsTreesUpdatedOnUpgrade in ApplicationStarting
2018-09-12 14:31:20,620 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,620 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.PublicAccessEventHandler in ApplicationStarting
2018-09-12 14:31:20,620 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,620 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.ContentPropertyModelMapper in ApplicationStarting
2018-09-12 14:31:20,620 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,620 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Migrations.EnsureDefaultListViewDataTypesCreated in ApplicationStarting
2018-09-12 14:31:20,620 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,620 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.NotificationsHandler in ApplicationStarting
2018-09-12 14:31:20,620 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,620 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing umbraco.BusinessLogic.ApplicationTreeRegistrar in ApplicationStarting
2018-09-12 14:31:20,620 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,620 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.BatchedDatabaseServerMessengerStartup in ApplicationStarting
2018-09-12 14:31:20,620 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,620 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Routing.RedirectTrackingEventHandler in ApplicationStarting
2018-09-12 14:31:20,620 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,620 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.RelationModelMapper in ApplicationStarting
2018-09-12 14:31:20,620 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,620 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.PropertyEditors.GridPropertyEditor in ApplicationStarting
2018-09-12 14:31:20,620 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,620 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.DashboardModelsMapper in ApplicationStarting
2018-09-12 14:31:20,620 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,620 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.MacroModelMapper in ApplicationStarting
2018-09-12 14:31:20,621 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,621 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.RelateOnCopyHandler in ApplicationStarting
2018-09-12 14:31:20,621 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,621 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.MemberModelMapper in ApplicationStarting
2018-09-12 14:31:20,621 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,621 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.PropertyEditors.ImageCropperPropertyEditor in ApplicationStarting
2018-09-12 14:31:20,621 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,621 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.DataTypeModelMapper in ApplicationStarting
2018-09-12 14:31:20,621 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,621 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.EntityModelMapper in ApplicationStarting
2018-09-12 14:31:20,621 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,621 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Migrations.ClearCsrfCookiesAfterUpgrade in ApplicationStarting
2018-09-12 14:31:20,621 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,621 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Migrations.ClearMediaXmlCacheForDeletedItemsAfterUpgrade in ApplicationStarting
2018-09-12 14:31:20,621 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,621 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.ServerRegistrationEventHandler in ApplicationStarting
2018-09-12 14:31:20,621 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,621 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Migrations.OverwriteStylesheetFilesFromTempFiles in ApplicationStarting
2018-09-12 14:31:20,621 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,621 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.TabModelMapper in ApplicationStarting
2018-09-12 14:31:20,621 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,621 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing umbraco.presentation.EnsureSystemPathsApplicationStartupHandler in ApplicationStarting
2018-09-12 14:31:20,621 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,621 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Finished executing IApplicationEventHandler.OnApplicationStarting (took 4ms)
2018-09-12 14:31:20,678 [P26692/D2/T1] DEBUG Umbraco.Core.ObjectResolution.Resolution - Freezing resolution
2018-09-12 14:31:20,678 [P26692/D2/T1] DEBUG Umbraco.Core.ObjectResolution.Resolution - Resolution is frozen
2018-09-12 14:31:20,694 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing 44 IApplicationEventHandler.OnApplicationStarted
2018-09-12 14:31:20,694 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Cache.CacheRefresherEventHandler in ApplicationStarted
2018-09-12 14:31:20,694 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,694 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Core.Models.Identity.IdentityModelMappings in ApplicationStarted
2018-09-12 14:31:20,694 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,694 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Core.Strategies.RelateOnCopyHandler in ApplicationStarted
2018-09-12 14:31:20,694 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,694 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Core.Strategies.RelateOnTrashHandler in ApplicationStarted
2018-09-12 14:31:20,694 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,694 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing umbraco.providers.members.MembershipEventHandler in ApplicationStarted
2018-09-12 14:31:20,694 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,695 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.ModelsBuilder.Umbraco.ModelsBuilderApplication in ApplicationStarted
2018-09-12 14:31:20,695 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,695 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing umbraco.BusinessLogic.ApplicationRegistrar in ApplicationStarted
2018-09-12 14:31:20,695 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,695 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.ContentTypeModelMapper in ApplicationStarted
2018-09-12 14:31:20,695 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,695 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.ContentModelMapper in ApplicationStarted
2018-09-12 14:31:20,695 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,695 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.SectionModelMapper in ApplicationStarted
2018-09-12 14:31:20,695 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,695 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.UserModelMapper in ApplicationStarted
2018-09-12 14:31:20,695 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,695 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.PropertyEditors.FileUploadPropertyEditor in ApplicationStarted
2018-09-12 14:31:20,695 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,695 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Trees.ApplicationTreeRegistrar in ApplicationStarted
2018-09-12 14:31:20,695 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,695 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Migrations.RebuildXmlCachesAfterUpgrade in ApplicationStarted
2018-09-12 14:31:20,695 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,695 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.DataTypes.LegacyUploadFieldWorkaround in ApplicationStarted
2018-09-12 14:31:20,696 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,696 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Scheduling.Scheduler in ApplicationStarted
2018-09-12 14:31:20,696 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,696 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Search.ExamineEvents in ApplicationStarted
2018-09-12 14:31:20,696 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,696 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.MediaModelMapper in ApplicationStarted
2018-09-12 14:31:20,696 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,696 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Migrations.PublishAfterUpgradeToVersionSixth in ApplicationStarted
2018-09-12 14:31:20,696 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,696 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Publishing.UpdateCacheAfterPublish in ApplicationStarted
2018-09-12 14:31:20,696 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,696 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Publishing.UpdateCacheAfterUnPublish in ApplicationStarted
2018-09-12 14:31:20,696 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,696 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Migrations.EnsureAppsTreesUpdatedOnUpgrade in ApplicationStarted
2018-09-12 14:31:20,696 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,696 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.PublicAccessEventHandler in ApplicationStarted
2018-09-12 14:31:20,696 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,696 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.ContentPropertyModelMapper in ApplicationStarted
2018-09-12 14:31:20,696 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,696 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Migrations.EnsureDefaultListViewDataTypesCreated in ApplicationStarted
2018-09-12 14:31:20,696 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,696 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.NotificationsHandler in ApplicationStarted
2018-09-12 14:31:20,696 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,696 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing umbraco.BusinessLogic.ApplicationTreeRegistrar in ApplicationStarted
2018-09-12 14:31:20,696 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,696 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.BatchedDatabaseServerMessengerStartup in ApplicationStarted
2018-09-12 14:31:20,696 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,696 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Routing.RedirectTrackingEventHandler in ApplicationStarted
2018-09-12 14:31:20,696 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,696 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.RelationModelMapper in ApplicationStarted
2018-09-12 14:31:20,696 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,696 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.PropertyEditors.GridPropertyEditor in ApplicationStarted
2018-09-12 14:31:20,697 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,697 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.DashboardModelsMapper in ApplicationStarted
2018-09-12 14:31:20,697 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,697 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.MacroModelMapper in ApplicationStarted
2018-09-12 14:31:20,697 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,697 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.RelateOnCopyHandler in ApplicationStarted
2018-09-12 14:31:20,697 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,697 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.MemberModelMapper in ApplicationStarted
2018-09-12 14:31:20,697 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,697 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.PropertyEditors.ImageCropperPropertyEditor in ApplicationStarted
2018-09-12 14:31:20,697 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,698 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.DataTypeModelMapper in ApplicationStarted
2018-09-12 14:31:20,698 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,698 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.EntityModelMapper in ApplicationStarted
2018-09-12 14:31:20,698 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,698 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Migrations.ClearCsrfCookiesAfterUpgrade in ApplicationStarted
2018-09-12 14:31:20,698 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,698 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Migrations.ClearMediaXmlCacheForDeletedItemsAfterUpgrade in ApplicationStarted
2018-09-12 14:31:20,698 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,698 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.ServerRegistrationEventHandler in ApplicationStarted
2018-09-12 14:31:20,698 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,698 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Migrations.OverwriteStylesheetFilesFromTempFiles in ApplicationStarted
2018-09-12 14:31:20,698 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,698 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.TabModelMapper in ApplicationStarted
2018-09-12 14:31:20,698 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,698 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Executing umbraco.presentation.EnsureSystemPathsApplicationStartupHandler in ApplicationStarted
2018-09-12 14:31:20,698 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:20,698 [P26692/D2/T1] DEBUG Umbraco.Core.CoreBootManager - Finished executing IApplicationEventHandler.OnApplicationStarted (took 4ms)
2018-09-12 14:31:20,705 [P26692/D2/T1] INFO Umbraco.Core.CoreBootManager - Umbraco application startup complete (took 1679ms)
2018-09-12 14:31:21,401 [P26692/D2/T8] DEBUG Umbraco.Web.UmbracoModule - Begin request: http://localhost:22252/.
2018-09-12 14:31:21,404 [P26692/D2/T8] INFO Umbraco.Core.Sync.ApplicationUrlHelper - ApplicationUrl: http://localhost:22252/umbraco (UmbracoModule request)
2018-09-12 14:31:21,990 [P26692/D2/T11] DEBUG Umbraco.Web.UmbracoModule - Begin request: http://localhost:22252/install/?redir=true&url=http:%2f%2flocalhost:22252%2f.
2018-09-12 14:31:22,811 [P26692/D2/T11] INFO Umbraco.Core.Configuration.ClientDependencyConfiguration - Updated version number from 915173247 to 1517979469
2018-09-12 14:31:22,827 [P26692/D2/T8] DEBUG Umbraco.Core.MainDom - Signaled (environment).
2018-09-12 14:31:22,827 [P26692/D2/T8] INFO Umbraco.Core.MainDom - Stopping...
2018-09-12 14:31:22,827 [P26692/D2/T8] DEBUG Umbraco.Core.MainDom - Stopped.
2018-09-12 14:31:22,828 [P26692/D2/T8] INFO Umbraco.Core.MainDom - Released MainDom.
2018-09-12 14:31:22,844 [P26692/D2/T8] DEBUG UmbracoExamine.DataServices.UmbracoLogService - InternalIndexer indexer initializing, Provider=InternalIndexer, NodeId=-1
2018-09-12 14:31:22,861 [P26692/D2/T8] DEBUG UmbracoExamine.DataServices.UmbracoLogService - InternalMemberIndexer indexer initializing, Provider=InternalMemberIndexer, NodeId=-1
2018-09-12 14:31:22,872 [P26692/D2/T8] DEBUG UmbracoExamine.DataServices.UmbracoLogService - ExternalIndexer indexer initializing, Provider=ExternalIndexer, NodeId=-1
2018-09-12 14:31:22,878 [P26692/D2/T8] INFO UmbracoExamine.DataServices.UmbracoLogService - Rebuilding index, Provider=InternalMemberIndexer, NodeId=-1
2018-09-12 14:31:22,879 [P26692/D2/T8] INFO UmbracoExamine.DataServices.UmbracoLogService - Rebuilding index, Provider=InternalIndexer, NodeId=-1
2018-09-12 14:31:22,881 [P26692/D2/T8] INFO UmbracoExamine.DataServices.UmbracoLogService - Rebuilding index, Provider=ExternalIndexer, NodeId=-1
2018-09-12 14:31:28,133 [P26692/D3/T5] INFO Umbraco.Core.CoreBootManager - Umbraco 7.5.14 application starting on CVOPC
2018-09-12 14:31:28,157 [P26692/D3/T5] INFO Umbraco.Core.PluginManager - Determining hash of code files on disk
2018-09-12 14:31:28,171 [P26692/D3/T5] INFO Umbraco.Core.PluginManager - Hash determined (took 14ms)
2018-09-12 14:31:28,203 [P26692/D3/T5] INFO Umbraco.Core.MainDom - Acquiring MainDom...
2018-09-12 14:31:28,204 [P26692/D2/T11] DEBUG Umbraco.Core.MainDom - Signaled (again) (signal).
2018-09-12 14:31:28,205 [P26692/D3/T5] INFO Umbraco.Core.MainDom - Acquired MainDom.
2018-09-12 14:31:28,209 [P26692/D3/T5] INFO Umbraco.Core.PluginManager - Starting resolution types of umbraco.interfaces.IApplicationStartupHandler
2018-09-12 14:31:28,335 [P26692/D3/T5] DEBUG Umbraco.Core.PluginManager - Loaded plugin types umbraco.interfaces.IApplicationStartupHandler with resolution FindAllTypes from persisted cache
2018-09-12 14:31:28,336 [P26692/D3/T5] DEBUG Umbraco.Core.PluginManager - Caching of typelist for type umbraco.interfaces.IApplicationStartupHandler and resolution FindAllTypes was successful = True
2018-09-12 14:31:28,336 [P26692/D3/T5] INFO Umbraco.Core.PluginManager - Completed resolution of types of umbraco.interfaces.IApplicationStartupHandler, found 0 (took 128ms)
2018-09-12 14:31:28,446 [P26692/D3/T5] INFO Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter
2018-09-12 14:31:28,447 [P26692/D3/T5] DEBUG Umbraco.Core.PluginManager - Loaded plugin types Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter with resolution FindAllTypes from persisted cache
2018-09-12 14:31:28,447 [P26692/D3/T5] DEBUG Umbraco.Core.PluginManager - Caching of typelist for type Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter and resolution FindAllTypes was successful = True
2018-09-12 14:31:28,447 [P26692/D3/T5] INFO Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter, found 0 (took 1ms)
2018-09-12 14:31:28,447 [P26692/D3/T5] INFO Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Core.PropertyEditors.IPropertyValueConverter
2018-09-12 14:31:28,449 [P26692/D3/T5] DEBUG Umbraco.Core.PluginManager - Loaded plugin types Umbraco.Core.PropertyEditors.IPropertyValueConverter with resolution FindAllTypes from persisted cache
2018-09-12 14:31:28,449 [P26692/D3/T5] DEBUG Umbraco.Core.PluginManager - Caching of typelist for type Umbraco.Core.PropertyEditors.IPropertyValueConverter and resolution FindAllTypes was successful = True
2018-09-12 14:31:28,449 [P26692/D3/T5] INFO Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Core.PropertyEditors.IPropertyValueConverter, found 0 (took 2ms)
2018-09-12 14:31:28,462 [P26692/D3/T5] INFO Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Web.Mvc.SurfaceController
2018-09-12 14:31:28,463 [P26692/D3/T5] DEBUG Umbraco.Core.PluginManager - Loaded plugin types Umbraco.Web.Mvc.SurfaceController with resolution FindAllTypes from persisted cache
2018-09-12 14:31:28,463 [P26692/D3/T5] DEBUG Umbraco.Core.PluginManager - Caching of typelist for type Umbraco.Web.Mvc.SurfaceController and resolution FindAllTypes was successful = True
2018-09-12 14:31:28,463 [P26692/D3/T5] INFO Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Web.Mvc.SurfaceController, found 0 (took 1ms)
2018-09-12 14:31:28,464 [P26692/D3/T5] INFO Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Web.WebApi.UmbracoApiController
2018-09-12 14:31:28,477 [P26692/D3/T5] DEBUG Umbraco.Core.PluginManager - Loaded plugin types Umbraco.Web.WebApi.UmbracoApiController with resolution FindAllTypes from persisted cache
2018-09-12 14:31:28,477 [P26692/D3/T5] DEBUG Umbraco.Core.PluginManager - Caching of typelist for type Umbraco.Web.WebApi.UmbracoApiController and resolution FindAllTypes was successful = True
2018-09-12 14:31:28,477 [P26692/D3/T5] INFO Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Web.WebApi.UmbracoApiController, found 0 (took 12ms)
2018-09-12 14:31:28,593 [P26692/D3/T5] INFO Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Core.Media.IThumbnailProvider
2018-09-12 14:31:28,593 [P26692/D3/T5] DEBUG Umbraco.Core.PluginManager - Loaded plugin types Umbraco.Core.Media.IThumbnailProvider with resolution FindAllTypes from persisted cache
2018-09-12 14:31:28,594 [P26692/D3/T5] DEBUG Umbraco.Core.PluginManager - Caching of typelist for type Umbraco.Core.Media.IThumbnailProvider and resolution FindAllTypes was successful = True
2018-09-12 14:31:28,594 [P26692/D3/T5] INFO Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Core.Media.IThumbnailProvider, found 0 (took 1ms)
2018-09-12 14:31:28,594 [P26692/D3/T5] INFO Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Core.Media.IImageUrlProvider
2018-09-12 14:31:28,595 [P26692/D3/T5] DEBUG Umbraco.Core.PluginManager - Loaded plugin types Umbraco.Core.Media.IImageUrlProvider with resolution FindAllTypes from persisted cache
2018-09-12 14:31:28,595 [P26692/D3/T5] DEBUG Umbraco.Core.PluginManager - Caching of typelist for type Umbraco.Core.Media.IImageUrlProvider and resolution FindAllTypes was successful = True
2018-09-12 14:31:28,595 [P26692/D3/T5] INFO Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Core.Media.IImageUrlProvider, found 0 (took 1ms)
2018-09-12 14:31:29,383 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing 44 IApplicationEventHandler.OnApplicationInitialized
2018-09-12 14:31:29,384 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Cache.CacheRefresherEventHandler in ApplicationInitialized
2018-09-12 14:31:29,386 [P26692/D3/T5] DEBUG Umbraco.Core.ApplicationContext - CurrentVersion different from configStatus: '7.5.14',''
2018-09-12 14:31:29,388 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 4ms)
2018-09-12 14:31:29,388 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Core.Models.Identity.IdentityModelMappings in ApplicationInitialized
2018-09-12 14:31:29,388 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,388 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Core.Strategies.RelateOnCopyHandler in ApplicationInitialized
2018-09-12 14:31:29,388 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,388 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Core.Strategies.RelateOnTrashHandler in ApplicationInitialized
2018-09-12 14:31:29,388 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,388 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing umbraco.providers.members.MembershipEventHandler in ApplicationInitialized
2018-09-12 14:31:29,388 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,388 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.ModelsBuilder.Umbraco.ModelsBuilderApplication in ApplicationInitialized
2018-09-12 14:31:29,388 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,388 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing umbraco.BusinessLogic.ApplicationRegistrar in ApplicationInitialized
2018-09-12 14:31:29,388 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,388 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.ContentTypeModelMapper in ApplicationInitialized
2018-09-12 14:31:29,388 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,388 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.ContentModelMapper in ApplicationInitialized
2018-09-12 14:31:29,388 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,388 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.SectionModelMapper in ApplicationInitialized
2018-09-12 14:31:29,388 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,389 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.UserModelMapper in ApplicationInitialized
2018-09-12 14:31:29,389 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,389 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.PropertyEditors.FileUploadPropertyEditor in ApplicationInitialized
2018-09-12 14:31:29,389 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,389 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Trees.ApplicationTreeRegistrar in ApplicationInitialized
2018-09-12 14:31:29,389 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,389 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Migrations.RebuildXmlCachesAfterUpgrade in ApplicationInitialized
2018-09-12 14:31:29,389 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,389 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.DataTypes.LegacyUploadFieldWorkaround in ApplicationInitialized
2018-09-12 14:31:29,389 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,389 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Scheduling.Scheduler in ApplicationInitialized
2018-09-12 14:31:29,389 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,389 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Search.ExamineEvents in ApplicationInitialized
2018-09-12 14:31:29,389 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,389 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.MediaModelMapper in ApplicationInitialized
2018-09-12 14:31:29,389 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,389 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Migrations.PublishAfterUpgradeToVersionSixth in ApplicationInitialized
2018-09-12 14:31:29,389 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,389 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Publishing.UpdateCacheAfterPublish in ApplicationInitialized
2018-09-12 14:31:29,389 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,389 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Publishing.UpdateCacheAfterUnPublish in ApplicationInitialized
2018-09-12 14:31:29,389 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,390 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Migrations.EnsureAppsTreesUpdatedOnUpgrade in ApplicationInitialized
2018-09-12 14:31:29,390 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,390 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.PublicAccessEventHandler in ApplicationInitialized
2018-09-12 14:31:29,390 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,390 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.ContentPropertyModelMapper in ApplicationInitialized
2018-09-12 14:31:29,390 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,390 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Migrations.EnsureDefaultListViewDataTypesCreated in ApplicationInitialized
2018-09-12 14:31:29,390 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,390 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.NotificationsHandler in ApplicationInitialized
2018-09-12 14:31:29,390 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,390 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing umbraco.BusinessLogic.ApplicationTreeRegistrar in ApplicationInitialized
2018-09-12 14:31:29,390 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,390 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.BatchedDatabaseServerMessengerStartup in ApplicationInitialized
2018-09-12 14:31:29,390 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,390 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Routing.RedirectTrackingEventHandler in ApplicationInitialized
2018-09-12 14:31:29,390 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,390 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.RelationModelMapper in ApplicationInitialized
2018-09-12 14:31:29,390 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,390 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.PropertyEditors.GridPropertyEditor in ApplicationInitialized
2018-09-12 14:31:29,390 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,390 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.DashboardModelsMapper in ApplicationInitialized
2018-09-12 14:31:29,390 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,390 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.MacroModelMapper in ApplicationInitialized
2018-09-12 14:31:29,390 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,390 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.RelateOnCopyHandler in ApplicationInitialized
2018-09-12 14:31:29,390 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,390 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.MemberModelMapper in ApplicationInitialized
2018-09-12 14:31:29,390 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,390 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.PropertyEditors.ImageCropperPropertyEditor in ApplicationInitialized
2018-09-12 14:31:29,391 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,391 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.DataTypeModelMapper in ApplicationInitialized
2018-09-12 14:31:29,391 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,391 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.EntityModelMapper in ApplicationInitialized
2018-09-12 14:31:29,391 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,391 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Migrations.ClearCsrfCookiesAfterUpgrade in ApplicationInitialized
2018-09-12 14:31:29,391 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,391 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Migrations.ClearMediaXmlCacheForDeletedItemsAfterUpgrade in ApplicationInitialized
2018-09-12 14:31:29,391 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,391 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.ServerRegistrationEventHandler in ApplicationInitialized
2018-09-12 14:31:29,391 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,391 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Migrations.OverwriteStylesheetFilesFromTempFiles in ApplicationInitialized
2018-09-12 14:31:29,391 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,391 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.TabModelMapper in ApplicationInitialized
2018-09-12 14:31:29,391 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,391 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing umbraco.presentation.EnsureSystemPathsApplicationStartupHandler in ApplicationInitialized
2018-09-12 14:31:29,391 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,392 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Finished executing IApplicationEventHandler.OnApplicationInitialized (took 9ms)
2018-09-12 14:31:29,450 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing 44 IApplicationEventHandler.OnApplicationStarting
2018-09-12 14:31:29,450 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Cache.CacheRefresherEventHandler in ApplicationStarting
2018-09-12 14:31:29,450 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,450 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Core.Models.Identity.IdentityModelMappings in ApplicationStarting
2018-09-12 14:31:29,450 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,450 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Core.Strategies.RelateOnCopyHandler in ApplicationStarting
2018-09-12 14:31:29,450 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,450 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Core.Strategies.RelateOnTrashHandler in ApplicationStarting
2018-09-12 14:31:29,450 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,450 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing umbraco.providers.members.MembershipEventHandler in ApplicationStarting
2018-09-12 14:31:29,450 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,450 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.ModelsBuilder.Umbraco.ModelsBuilderApplication in ApplicationStarting
2018-09-12 14:31:29,450 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,450 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing umbraco.BusinessLogic.ApplicationRegistrar in ApplicationStarting
2018-09-12 14:31:29,450 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,450 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.ContentTypeModelMapper in ApplicationStarting
2018-09-12 14:31:29,451 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,451 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.ContentModelMapper in ApplicationStarting
2018-09-12 14:31:29,451 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,451 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.SectionModelMapper in ApplicationStarting
2018-09-12 14:31:29,451 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,451 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.UserModelMapper in ApplicationStarting
2018-09-12 14:31:29,451 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,451 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.PropertyEditors.FileUploadPropertyEditor in ApplicationStarting
2018-09-12 14:31:29,451 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,451 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Trees.ApplicationTreeRegistrar in ApplicationStarting
2018-09-12 14:31:29,451 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,451 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Migrations.RebuildXmlCachesAfterUpgrade in ApplicationStarting
2018-09-12 14:31:29,452 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 1ms)
2018-09-12 14:31:29,452 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.DataTypes.LegacyUploadFieldWorkaround in ApplicationStarting
2018-09-12 14:31:29,452 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,452 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Scheduling.Scheduler in ApplicationStarting
2018-09-12 14:31:29,452 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,452 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Search.ExamineEvents in ApplicationStarting
2018-09-12 14:31:29,452 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,453 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.MediaModelMapper in ApplicationStarting
2018-09-12 14:31:29,453 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,453 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Migrations.PublishAfterUpgradeToVersionSixth in ApplicationStarting
2018-09-12 14:31:29,453 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,453 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Publishing.UpdateCacheAfterPublish in ApplicationStarting
2018-09-12 14:31:29,453 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,453 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Publishing.UpdateCacheAfterUnPublish in ApplicationStarting
2018-09-12 14:31:29,453 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,453 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Migrations.EnsureAppsTreesUpdatedOnUpgrade in ApplicationStarting
2018-09-12 14:31:29,455 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 1ms)
2018-09-12 14:31:29,455 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.PublicAccessEventHandler in ApplicationStarting
2018-09-12 14:31:29,455 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,455 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.ContentPropertyModelMapper in ApplicationStarting
2018-09-12 14:31:29,455 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,455 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Migrations.EnsureDefaultListViewDataTypesCreated in ApplicationStarting
2018-09-12 14:31:29,455 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,455 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.NotificationsHandler in ApplicationStarting
2018-09-12 14:31:29,455 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,455 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing umbraco.BusinessLogic.ApplicationTreeRegistrar in ApplicationStarting
2018-09-12 14:31:29,455 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,455 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.BatchedDatabaseServerMessengerStartup in ApplicationStarting
2018-09-12 14:31:29,455 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,455 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Routing.RedirectTrackingEventHandler in ApplicationStarting
2018-09-12 14:31:29,455 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,455 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.RelationModelMapper in ApplicationStarting
2018-09-12 14:31:29,455 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,455 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.PropertyEditors.GridPropertyEditor in ApplicationStarting
2018-09-12 14:31:29,456 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,456 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.DashboardModelsMapper in ApplicationStarting
2018-09-12 14:31:29,456 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,456 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.MacroModelMapper in ApplicationStarting
2018-09-12 14:31:29,456 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,456 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.RelateOnCopyHandler in ApplicationStarting
2018-09-12 14:31:29,456 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,456 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.MemberModelMapper in ApplicationStarting
2018-09-12 14:31:29,456 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,456 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.PropertyEditors.ImageCropperPropertyEditor in ApplicationStarting
2018-09-12 14:31:29,456 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,456 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.DataTypeModelMapper in ApplicationStarting
2018-09-12 14:31:29,456 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,456 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.EntityModelMapper in ApplicationStarting
2018-09-12 14:31:29,456 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,456 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Migrations.ClearCsrfCookiesAfterUpgrade in ApplicationStarting
2018-09-12 14:31:29,457 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,457 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Migrations.ClearMediaXmlCacheForDeletedItemsAfterUpgrade in ApplicationStarting
2018-09-12 14:31:29,457 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,457 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.ServerRegistrationEventHandler in ApplicationStarting
2018-09-12 14:31:29,457 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,457 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Migrations.OverwriteStylesheetFilesFromTempFiles in ApplicationStarting
2018-09-12 14:31:29,457 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,457 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.TabModelMapper in ApplicationStarting
2018-09-12 14:31:29,457 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,457 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing umbraco.presentation.EnsureSystemPathsApplicationStartupHandler in ApplicationStarting
2018-09-12 14:31:29,457 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,457 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Finished executing IApplicationEventHandler.OnApplicationStarting (took 7ms)
2018-09-12 14:31:29,518 [P26692/D3/T5] DEBUG Umbraco.Core.ObjectResolution.Resolution - Freezing resolution
2018-09-12 14:31:29,518 [P26692/D3/T5] DEBUG Umbraco.Core.ObjectResolution.Resolution - Resolution is frozen
2018-09-12 14:31:29,529 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing 44 IApplicationEventHandler.OnApplicationStarted
2018-09-12 14:31:29,529 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Cache.CacheRefresherEventHandler in ApplicationStarted
2018-09-12 14:31:29,529 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,529 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Core.Models.Identity.IdentityModelMappings in ApplicationStarted
2018-09-12 14:31:29,529 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,529 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Core.Strategies.RelateOnCopyHandler in ApplicationStarted
2018-09-12 14:31:29,529 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,529 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Core.Strategies.RelateOnTrashHandler in ApplicationStarted
2018-09-12 14:31:29,529 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,529 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing umbraco.providers.members.MembershipEventHandler in ApplicationStarted
2018-09-12 14:31:29,529 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,529 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.ModelsBuilder.Umbraco.ModelsBuilderApplication in ApplicationStarted
2018-09-12 14:31:29,529 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,529 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing umbraco.BusinessLogic.ApplicationRegistrar in ApplicationStarted
2018-09-12 14:31:29,529 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,529 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.ContentTypeModelMapper in ApplicationStarted
2018-09-12 14:31:29,529 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,529 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.ContentModelMapper in ApplicationStarted
2018-09-12 14:31:29,529 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,529 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.SectionModelMapper in ApplicationStarted
2018-09-12 14:31:29,529 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,529 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.UserModelMapper in ApplicationStarted
2018-09-12 14:31:29,529 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,529 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.PropertyEditors.FileUploadPropertyEditor in ApplicationStarted
2018-09-12 14:31:29,530 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,530 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Trees.ApplicationTreeRegistrar in ApplicationStarted
2018-09-12 14:31:29,530 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,530 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Migrations.RebuildXmlCachesAfterUpgrade in ApplicationStarted
2018-09-12 14:31:29,530 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,530 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.DataTypes.LegacyUploadFieldWorkaround in ApplicationStarted
2018-09-12 14:31:29,530 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,530 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Scheduling.Scheduler in ApplicationStarted
2018-09-12 14:31:29,530 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,530 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Search.ExamineEvents in ApplicationStarted
2018-09-12 14:31:29,530 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,530 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.MediaModelMapper in ApplicationStarted
2018-09-12 14:31:29,530 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,530 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Migrations.PublishAfterUpgradeToVersionSixth in ApplicationStarted
2018-09-12 14:31:29,530 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,530 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Publishing.UpdateCacheAfterPublish in ApplicationStarted
2018-09-12 14:31:29,530 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,530 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Publishing.UpdateCacheAfterUnPublish in ApplicationStarted
2018-09-12 14:31:29,530 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,530 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Migrations.EnsureAppsTreesUpdatedOnUpgrade in ApplicationStarted
2018-09-12 14:31:29,530 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,530 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.PublicAccessEventHandler in ApplicationStarted
2018-09-12 14:31:29,530 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,530 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.ContentPropertyModelMapper in ApplicationStarted
2018-09-12 14:31:29,530 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,530 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Migrations.EnsureDefaultListViewDataTypesCreated in ApplicationStarted
2018-09-12 14:31:29,530 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,530 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.NotificationsHandler in ApplicationStarted
2018-09-12 14:31:29,530 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,530 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing umbraco.BusinessLogic.ApplicationTreeRegistrar in ApplicationStarted
2018-09-12 14:31:29,530 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,530 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.BatchedDatabaseServerMessengerStartup in ApplicationStarted
2018-09-12 14:31:29,530 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,530 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Routing.RedirectTrackingEventHandler in ApplicationStarted
2018-09-12 14:31:29,530 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,530 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.RelationModelMapper in ApplicationStarted
2018-09-12 14:31:29,530 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,530 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.PropertyEditors.GridPropertyEditor in ApplicationStarted
2018-09-12 14:31:29,531 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,531 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.DashboardModelsMapper in ApplicationStarted
2018-09-12 14:31:29,531 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,531 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.MacroModelMapper in ApplicationStarted
2018-09-12 14:31:29,531 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,531 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.RelateOnCopyHandler in ApplicationStarted
2018-09-12 14:31:29,531 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,531 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.MemberModelMapper in ApplicationStarted
2018-09-12 14:31:29,531 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,531 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.PropertyEditors.ImageCropperPropertyEditor in ApplicationStarted
2018-09-12 14:31:29,531 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,531 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.DataTypeModelMapper in ApplicationStarted
2018-09-12 14:31:29,531 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,531 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.EntityModelMapper in ApplicationStarted
2018-09-12 14:31:29,531 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,532 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Migrations.ClearCsrfCookiesAfterUpgrade in ApplicationStarted
2018-09-12 14:31:29,532 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,532 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Migrations.ClearMediaXmlCacheForDeletedItemsAfterUpgrade in ApplicationStarted
2018-09-12 14:31:29,532 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,532 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.ServerRegistrationEventHandler in ApplicationStarted
2018-09-12 14:31:29,532 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,532 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Strategies.Migrations.OverwriteStylesheetFilesFromTempFiles in ApplicationStarted
2018-09-12 14:31:29,532 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,532 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing Umbraco.Web.Models.Mapping.TabModelMapper in ApplicationStarted
2018-09-12 14:31:29,532 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,532 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Executing umbraco.presentation.EnsureSystemPathsApplicationStartupHandler in ApplicationStarted
2018-09-12 14:31:29,532 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Complete (took 0ms)
2018-09-12 14:31:29,532 [P26692/D3/T5] DEBUG Umbraco.Core.CoreBootManager - Finished executing IApplicationEventHandler.OnApplicationStarted (took 3ms)
2018-09-12 14:31:29,625 [P26692/D3/T5] INFO Umbraco.Core.CoreBootManager - Umbraco application startup complete (took 1568ms)
2018-09-12 14:31:31,918 [P26692/D3/T11] DEBUG Umbraco.Web.UmbracoModule - Begin request: http://localhost:22252/install/api/GetSetup.
2018-09-12 14:31:31,922 [P26692/D3/T11] INFO Umbraco.Core.Sync.ApplicationUrlHelper - ApplicationUrl: http://localhost:22252/umbraco (UmbracoModule request)
2018-09-12 14:31:33,534 [P26692/D3/T11] INFO Umbraco.Core.DatabaseContext - CanConnect = True
2018-09-12 14:31:52,964 [P26692/D2/T11] INFO Umbraco.Core.UmbracoApplicationBase - Application shutdown. Details: ConfigurationChange
_shutDownMessage=CONFIG change
HostingEnvironment initiated shutdown
CONFIG change
HostingEnvironment caused shutdown
_shutDownStack= at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo)
at System.Environment.get_StackTrace()
at System.Web.Hosting.HostingEnvironment.InitiateShutdownInternal()
at System.Web.Hosting.HostingEnvironment.InitiateShutdownWithoutDemand()
at System.Web.HttpRuntime.ShutdownAppDomain(String stackTrace)
at System.Web.Configuration.HttpConfigurationSystem.OnConfigurationChanged(Object sender, InternalConfigEventArgs e)
at System.Configuration.Internal.InternalConfigRoot.OnConfigChanged(InternalConfigEventArgs e)
at System.Configuration.BaseConfigurationRecord.OnStreamChanged(String streamname)
at System.Web.Configuration.WebConfigurationHostFileChange.OnFileChanged(Object sender, FileChangeEvent e)
at System.Web.DirectoryMonitor.FireNotifications()
at System.Web.Util.WorkItem.CallCallbackWithAssert(WorkItemCallback callback)
at System.Web.Util.WorkItem.OnQueueUserWorkItemCompletion(Object state)
at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(Object state)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
at System.Threading.ThreadPoolWorkQueue.Dispatch()
at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
2018-09-12 14:31:54,484 [P26692/D3/T7] DEBUG Umbraco.Web.UmbracoModule - Begin request: http://localhost:22252/install/api/PostPerformInstall.
2018-09-12 14:31:54,645 [P26692/D3/T8] INFO Umbraco.Web.Install.Controllers.InstallApiController - Executing installation step: Permissions
2018-09-12 14:31:54,662 [P26692/D3/T8] INFO Umbraco.Web.Install.Controllers.InstallApiController - Step completed (took 17ms)
2018-09-12 14:31:54,702 [P26692/D3/T7] DEBUG Umbraco.Web.UmbracoModule - Begin request: http://localhost:22252/install/api/PostPerformInstall.
2018-09-12 14:31:54,726 [P26692/D3/T7] INFO Umbraco.Web.Install.Controllers.InstallApiController - Executing installation step: Upgrade
2018-09-12 14:31:54,726 [P26692/D3/T7] INFO Umbraco.Web.Install.Controllers.InstallApiController - Step completed (took 0ms)
2018-09-12 14:31:54,761 [P26692/D3/T14] DEBUG Umbraco.Web.UmbracoModule - Begin request: http://localhost:22252/install/api/PostPerformInstall.
2018-09-12 14:31:54,767 [P26692/D3/T7] INFO Umbraco.Web.Install.Controllers.InstallApiController - Executing installation step: DatabaseInstall
2018-09-12 14:31:54,771 [P26692/D3/T7] INFO Umbraco.Core.DatabaseContext - Database configuration status: Started
2018-09-12 14:31:54,772 [P26692/D3/T7] INFO Umbraco.Core.DatabaseContext - Database requires upgrade
2018-09-12 14:31:54,772 [P26692/D3/T7] INFO Umbraco.Web.Install.Controllers.InstallApiController - Step completed (took 4ms)
2018-09-12 14:31:54,795 [P26692/D3/T13] DEBUG Umbraco.Web.UmbracoModule - Begin request: http://localhost:22252/install/api/PostPerformInstall.
2018-09-12 14:31:54,799 [P26692/D3/T13] INFO Umbraco.Web.Install.Controllers.InstallApiController - Executing installation step: DatabaseUpgrade
2018-09-12 14:31:54,800 [P26692/D3/T13] INFO Umbraco.Web.Install.InstallSteps.DatabaseUpgradeStep - Running 'Upgrade' service
2018-09-12 14:31:54,803 [P26692/D3/T13] INFO Umbraco.Core.DatabaseContext - Database upgrade started
2018-09-12 14:31:54,812 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Initializing database migrations
2018-09-12 14:31:54,815 [P26692/D3/T13] INFO Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Core.Persistence.Migrations.IMigration
2018-09-12 14:31:54,816 [P26692/D3/T13] DEBUG Umbraco.Core.PluginManager - Tried to find typelist for type Umbraco.Core.Persistence.Migrations.IMigration and resolution FindAllTypes in file cache but the type was not found so loading types by assembly scan
2018-09-12 14:31:54,846 [P26692/D3/T13] DEBUG Umbraco.Core.PluginManager - Caching of typelist for type Umbraco.Core.Persistence.Migrations.IMigration and resolution FindAllTypes was successful = True
2018-09-12 14:31:54,846 [P26692/D3/T13] INFO Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Core.Persistence.Migrations.IMigration, found 0 (took 30ms)
2018-09-12 14:31:54,880 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Added UPGRADE migration 'AddRelationTypeForDocumentOnDelete' to context
2018-09-12 14:31:54,898 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Added UPGRADE migration 'CreateCacheInstructionTable' to context
2018-09-12 14:31:55,236 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Added UPGRADE migration 'MigrateAndRemoveTemplateMasterColumn' to context
2018-09-12 14:31:59,773 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Added UPGRADE migration 'MigrateStylesheetDataToFile' to context
2018-09-12 14:31:59,786 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Added UPGRADE migration 'RemoveStylesheetDataAndTables' to context
2018-09-12 14:31:59,823 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Added UPGRADE migration 'RemoveLanguageLocaleColumn' to context
2018-09-12 14:32:00,075 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Added UPGRADE migration 'UpdateUniqueIdToHaveCorrectIndexType' to context
2018-09-12 14:32:00,092 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Added UPGRADE migration 'AddPublicAccessTables' to context
2018-09-12 14:32:00,105 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Added UPGRADE migration 'MovePublicAccessXmlDataToDb' to context
2018-09-12 14:32:00,132 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Added UPGRADE migration 'RemoveHelpTextColumn' to context
2018-09-12 14:32:00,143 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Added UPGRADE migration 'AddExternalLoginsTable' to context
2018-09-12 14:32:00,171 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Added UPGRADE migration 'AddUserColumns' to context
2018-09-12 14:32:00,187 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Added UPGRADE migration 'AddMigrationTable' to context
2018-09-12 14:32:00,330 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Added UPGRADE migration 'AddUniqueIdPropertyTypeColumn' to context
2018-09-12 14:32:00,757 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Added UPGRADE migration 'AddForeignKeysForLanguageAndDictionaryTables' to context
2018-09-12 14:32:00,784 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Added UPGRADE migration 'RemoveUmbracoLoginsTable' to context
2018-09-12 14:32:00,857 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Added UPGRADE migration 'AddServerRegistrationColumnsAndLock' to context
2018-09-12 14:32:02,666 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Added UPGRADE migration 'CleanUpCorruptedPublishedFlags' to context
2018-09-12 14:32:02,680 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Added UPGRADE migration 'UpdateUserLanguagesToIsoCode' to context
2018-09-12 14:32:02,681 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Added UPGRADE migration 'EnsureMigrationsTableIdentityIsCorrect' to context
2018-09-12 14:32:02,709 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Added UPGRADE migration 'AddDataDecimalColumn' to context
2018-09-12 14:32:02,731 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Added UPGRADE migration 'AddUniqueIdPropertyTypeGroupColumn' to context
2018-09-12 14:32:02,753 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Added UPGRADE migration 'EnsureContentTypeUniqueIdsAreConsistent' to context
2018-09-12 14:32:02,771 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Added UPGRADE migration 'FixListViewMediaSortOrder' to context
2018-09-12 14:32:02,848 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Added UPGRADE migration 'RemoveParentIdPropertyTypeGroupColumn' to context
2018-09-12 14:32:02,857 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Added UPGRADE migration 'AddUmbracoDeployTables' to context
2018-09-12 14:32:02,857 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Added UPGRADE migration 'RemoveStylesheetDataAndTablesAgain' to context
2018-09-12 14:32:03,089 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Added UPGRADE migration 'UpdateUniqueIndexOnCmsPropertyData' to context
2018-09-12 14:32:03,089 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Added UPGRADE migration 'AddRedirectUrlTable' to context
2018-09-12 14:32:03,089 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Added UPGRADE migration 'UpdateAllowedMediaTypesAtRoot' to context
2018-09-12 14:32:03,098 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Executing sql statement 1: INSERT INTO [umbracoRelationType] ([dual],[parentObjectType],[childObjectType],[name],[alias]) VALUES (0,'c66ba18e-eaf3-4cff-8a22-41b16d66a972','c66ba18e-eaf3-4cff-8a22-41b16d66a972','Relate Parent Document On Delete','relateParentDocumentOnDelete');
2018-09-12 14:32:03,108 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Executing sql statement 2: CREATE TABLE [umbracoCacheInstruction] ([id] INTEGER NOT NULL IDENTITY(1,1),
[utcStamp] DATETIME NOT NULL,
[jsonInstruction] NTEXT NOT NULL,
[originated] NVARCHAR(500) NOT NULL)
2018-09-12 14:32:03,113 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Executing sql statement 3: ALTER TABLE [umbracoCacheInstruction] ADD CONSTRAINT [PK_umbracoCacheInstruction] PRIMARY KEY CLUSTERED ([id])
2018-09-12 14:32:03,120 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Executing sql statement 4: UPDATE cmsTemplate SET master = NULL WHERE [master] IS NOT NULL AND [master] NOT IN (SELECT nodeId FROM (SELECT * FROM cmsTemplate a) b)
2018-09-12 14:32:03,145 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:32:03,153 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:32:03,154 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:32:03,155 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:32:03,155 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:32:03,156 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:32:03,157 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:32:03,157 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:32:03,158 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:32:03,159 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:32:03,160 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:32:03,160 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:32:03,161 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:32:03,162 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:32:03,162 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:32:03,163 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:32:03,164 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:32:03,164 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:32:03,165 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:32:03,165 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:32:03,166 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:32:03,167 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:32:03,167 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:32:03,168 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:32:03,168 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:32:03,169 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:32:03,170 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:32:03,171 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:32:03,171 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:32:03,172 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:32:03,173 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:32:03,173 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:32:03,174 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:32:03,175 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:32:03,175 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:32:03,176 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:32:03,177 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:32:03,178 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:32:03,179 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:32:03,179 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:32:03,180 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:32:03,181 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:32:03,182 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:32:03,183 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:32:03,183 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:32:03,184 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:32:03,184 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:32:03,185 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:32:03,186 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:32:03,187 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:32:03,188 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:32:03,189 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:32:03,189 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:32:03,190 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:32:03,191 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:32:03,193 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:32:03,194 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:32:03,195 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 14:32:03,201 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:32:03,213 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:32:03,221 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:32:03,222 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:32:03,222 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:32:03,223 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:32:03,224 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:32:03,224 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:32:03,225 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:32:03,226 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:32:03,227 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:32:03,227 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:32:03,228 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:32:03,229 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:32:03,230 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:32:03,231 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:32:03,231 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:32:03,232 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:32:03,233 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:32:03,233 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:32:03,234 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:32:03,235 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:32:03,235 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:32:03,236 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:32:03,237 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:32:03,238 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:32:03,238 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:32:03,239 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:32:03,240 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:32:03,240 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:32:03,241 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:32:03,242 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:32:03,243 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:32:03,244 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:32:03,244 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:32:03,245 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:32:03,246 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:32:03,246 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:32:03,247 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:32:03,248 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:32:03,248 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:32:03,249 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:32:03,250 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:32:03,250 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:32:03,251 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:32:03,251 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:32:03,252 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:32:03,253 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:32:03,253 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:32:03,254 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:32:03,255 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:32:03,255 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:32:03,256 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:32:03,256 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:32:03,257 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:32:03,258 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:32:03,258 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:32:03,260 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 14:32:03,262 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Executing sql statement 7: ALTER TABLE [cmsTemplate] DROP CONSTRAINT [FK_cmsTemplate_cmsTemplate]
2018-09-12 14:32:03,269 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Executing sql statement 8: ALTER TABLE [cmsTemplate] DROP COLUMN [master]
2018-09-12 14:32:03,273 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Executing sql statement 9: DELETE FROM [cmsStylesheetProperty] WHERE 1 = 1
2018-09-12 14:32:03,275 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Executing sql statement 10: DELETE FROM [umbracoNode] WHERE [nodeObjectType] = '5555da4f-a123-42b2-4488-dcdfb25e4111'
2018-09-12 14:32:03,473 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Executing sql statement 11: DROP TABLE [cmsStylesheetProperty]
2018-09-12 14:32:03,478 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Executing sql statement 12: DELETE FROM [cmsStylesheet] WHERE 1 = 1
2018-09-12 14:32:03,483 [P26692/D3/T13] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Executing sql statement 13: DELETE FROM [umbracoNode] WHERE [nodeObjectType] = '9f68da4f-a3a8-44c2-8226-dcbd125e4840'
2018-09-12 14:32:33,492 [P26692/D3/T13] ERROR Umbraco.Core.Persistence.UmbracoDatabase - Database exception occurred
System.Data.SqlClient.SqlException (0x80131904): Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
The statement has been terminated. ---> System.ComponentModel.Win32Exception (0x80004005): 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, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry)
at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
at StackExchange.Profiling.Data.ProfiledDbCommand.ExecuteNonQuery() in c:\Code\github\SamSaffron\MiniProfiler\StackExchange.Profiling\Data\ProfiledDbCommand.cs:line 266
at Umbraco.Core.Persistence.PetaPocoCommandExtensions.<>c__DisplayClass1.<ExecuteNonQueryWithRetry>b__0()
at Umbraco.Core.Persistence.FaultHandling.RetryPolicy.ExecuteAction[TResult](Func`1 func)
at Umbraco.Core.Persistence.PetaPocoCommandExtensions.ExecuteNonQueryWithRetry(IDbCommand command, RetryPolicy cmdRetryPolicy, RetryPolicy conRetryPolicy)
at Umbraco.Core.Persistence.PetaPocoCommandExtensions.ExecuteNonQueryWithRetry(IDbCommand command, RetryPolicy retryPolicy)
at Umbraco.Core.Persistence.PetaPocoCommandExtensions.ExecuteNonQueryWithRetry(IDbCommand command)
at Umbraco.Core.Persistence.Database.Execute(String sql, Object[] args)
ClientConnectionId:bd0bbc33-17a5-4f57-bf28-39cc9ab94d6b
Error Number:-2,State:0,Class:11
2018-09-12 14:32:33,506 [P26692/D3/T13] ERROR Umbraco.Core.DatabaseContext - Database configuration failed
System.Data.SqlClient.SqlException (0x80131904): Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
The statement has been terminated. ---> System.ComponentModel.Win32Exception (0x80004005): 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, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry)
at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
at StackExchange.Profiling.Data.ProfiledDbCommand.ExecuteNonQuery() in c:\Code\github\SamSaffron\MiniProfiler\StackExchange.Profiling\Data\ProfiledDbCommand.cs:line 266
at Umbraco.Core.Persistence.PetaPocoCommandExtensions.<>c__DisplayClass1.<ExecuteNonQueryWithRetry>b__0()
at Umbraco.Core.Persistence.FaultHandling.RetryPolicy.ExecuteAction[TResult](Func`1 func)
at Umbraco.Core.Persistence.PetaPocoCommandExtensions.ExecuteNonQueryWithRetry(IDbCommand command, RetryPolicy cmdRetryPolicy, RetryPolicy conRetryPolicy)
at Umbraco.Core.Persistence.PetaPocoCommandExtensions.ExecuteNonQueryWithRetry(IDbCommand command, RetryPolicy retryPolicy)
at Umbraco.Core.Persistence.PetaPocoCommandExtensions.ExecuteNonQueryWithRetry(IDbCommand command)
at Umbraco.Core.Persistence.Database.Execute(String sql, Object[] args)
at Umbraco.Core.Persistence.Migrations.MigrationRunner.ExecuteMigrations(IMigrationContext context, Database database)
at Umbraco.Core.Persistence.Migrations.MigrationRunner.Execute(Database database, DatabaseProviders databaseProvider, Boolean isUpgrade)
at Umbraco.Core.Persistence.Migrations.MigrationRunner.Execute(Database database, Boolean isUpgrade)
at Umbraco.Core.DatabaseContext.UpgradeSchemaAndData(IMigrationEntryService migrationEntryService)
ClientConnectionId:bd0bbc33-17a5-4f57-bf28-39cc9ab94d6b
Error Number:-2,State:0,Class:11
2018-09-12 14:32:33,509 [P26692/D3/T13] INFO Umbraco.Core.DatabaseContext - The database schema validation produced the following summary:
The following tables were found in the database, but are not in the current schema:
UFPages,UFDataSourceMappings,UFRecordsXml,UFRecords,UFWorkflows,UFUserFormSecurity,UFFieldsets,UFFields,UFPrevalues,UFFieldSettings,UFFieldConditions,UFRecordFields,UFRecordDataString,UFRecordDataLongString,UFRecordDataInteger,icUrlTracker,UFRecordDataDateTime,UFRecordDataBit,UFFieldConditionRules,CMSImportState,CMSImportScheduledTask,CMSImportRelation,CMSImportMediaRelation,CMSImportScheduledItems,cmsStylesheetProperty,CMSImportCustomRelation,OkobojiAudits,OkobojiTransactionLog,UFSettings,OkobojiAffiliateLog,UFDataSources,UFFormStates,umbracoUserLogins,UFUserSecurity,UFWorkflowsToForms,UFPrevalueSources,UFWorkflowExecutionStates,UFPrevalueSourceSettings,UFForms,cmsStylesheet,umbracoAccess,umbracoAccessRule,umbracoCacheInstruction,umbracoExternalLogin,umbracoMigration,umbracoDeployChecksum,umbracoDeployDependency,umbracoRedirectUrl
The following columns were found in the database, but are not in the current schema:
UFPages,Id,UFPages,Form,UFPages,SortOrder,UFPages,Caption,UFDataSourceMappings,DataSource,UFDataSourceMappings,DataSourceField,UFDataSourceMappings,Form,UFDataSourceMappings,PrevalueTable,UFDataSourceMappings,PrevalueKeyField,UFDataSourceMappings,PrevalueValueField,UFDataSourceMappings,DataType,UFDataSourceMappings,DefaultValue,UFRecordsXml,id,UFRecordsXml,Form,UFRecordsXml,xml,UFRecordsXml,created,UFRecordsXml,Page,UFRecords,Id,UFRecords,Form,UFRecords,Created,UFRecords,Updated,UFRecords,State,UFRecords,currentPage,UFRecords,umbracoPageId,UFRecords,IP,UFRecords,MemberKey,UFWorkflows,Id,UFWorkflows,Name,UFWorkflows,Type,UFWorkflows,SortOrder,UFWorkflows,Active,UFWorkflows,Form,UFWorkflows,ExecutesOn,UFUserFormSecurity,User,UFUserFormSecurity,Form,UFUserFormSecurity,HasAccess,UFUserFormSecurity,SecurityType,UFUserFormSecurity,AllowInEditor,UFFieldsets,Id,UFFieldsets,Page,UFFieldsets,SortOrder,UFFieldsets,Caption,cmsPropertyType,helpText,UFFields,Id,UFFields,Fieldset,UFFields,Fieldtype,UFFields,PreValueProvider,UFFields,RegEx,UFFields,Mandatory,UFFields,SortOrder,UFFields,Caption,UFFields,DataSourceField,UFFields,ToolTip,UFFields,DefaultValue,UFFields,RequiredErrorMessage,UFFields,InvalidErrorMessage,UFPrevalues,Id,UFPrevalues,Field,UFPrevalues,Value,UFPrevalues,SortOrder,UFFieldSettings,Field,UFFieldSettings,Key,UFFieldSettings,Value,UFFieldConditions,Id,UFFieldConditions,Field,UFFieldConditions,Enabled,UFFieldConditions,ActionType,UFFieldConditions,LogicType,UFRecordFields,Key,UFRecordFields,Field,UFRecordFields,Record,UFRecordFields,DataType,UFRecordDataString,Key,UFRecordDataString,Value,UFRecordDataLongString,Key,UFRecordDataLongString,Value,UFRecordDataInteger,Key,UFRecordDataInteger,Value,icUrlTracker,Id,icUrlTracker,OldUrl,icUrlTracker,OldUrlQueryString,icUrlTracker,OldRegex,icUrlTracker,RedirectRootNodeId,icUrlTracker,RedirectNodeId,icUrlTracker,RedirectUrl,icUrlTracker,RedirectHttpCode,icUrlTracker,RedirectPassThroughQueryString,icUrlTracker,Notes,icUrlTracker,Is404,icUrlTracker,Referrer,icUrlTracker,Inserted,icUrlTracker,ForceRedirect,UFRecordDataDateTime,Key,UFRecordDataDateTime,Value,UFRecordDataBit,Key,UFRecordDataBit,Value,UFFieldConditionRules,Id,UFFieldConditionRules,FieldCondition,UFFieldConditionRules,Field,UFFieldConditionRules,Operator,UFFieldConditionRules,Value,CMSImportState,Id,CMSImportState,UniqueIdentifier,CMSImportState,Name,CMSImportState,ImportType,CMSImportState,ImportState,CMSImportState,Recursive,CMSImportState,Parent,CMSImportScheduledTask,ScheduleId,CMSImportScheduledTask,ScheduleGUID,CMSImportScheduledTask,ImportStateGUID,CMSImportScheduledTask,ScheduledTaskName,CMSImportScheduledTask,NotifyEmailAddress,CMSImportScheduledTask,ExecuteEvery,CMSImportScheduledTask,ExecuteDays,CMSImportScheduledTask,ExecuteHour,CMSImportScheduledTask,ExecuteMinute,CMSImportScheduledTask,ImportAsUser,CMSImportRelation,Id,CMSImportRelation,UmbracoID,CMSImportRelation,UmbracoParentId,CMSImportRelation,DataSourceKey,CMSImportMediaRelation,Id,CMSImportMediaRelation,UmbracoMediaId,CMSImportMediaRelation,SourceUrl,CMSImportScheduledItems,ScheduledItemId,CMSImportScheduledItems,ScheduleldTaskId,CMSImportScheduledItems,ScheduledOn,CMSImportScheduledItems,ExecutedOn,CMSImportScheduledItems,InProgress,cmsStylesheetProperty,nodeId,cmsStylesheetProperty,stylesheetPropertyEditor,cmsStylesheetProperty,stylesheetPropertyAlias,cmsStylesheetProperty,stylesheetPropertyValue,CMSImportCustomRelation,CustomRelationId,CMSImportCustomRelation,UmbracoId,CMSImportCustomRelation,Alias,CMSImportCustomRelation,DataSourceKey,CMSImportCustomRelation,RelatedId,OkobojiAudits,f_audit_id,OkobojiAudits,f_audit_timestamp,OkobojiAudits,f_audit_action,OkobojiAudits,f_audit_description,OkobojiAudits,f_audit_userid,OkobojiAudits,f_audit_loginname,OkobojiAudits,f_audit_ipaddress,OkobojiAudits,f_audit_useragent,OkobojiAudits,f_audit_contentid,OkobojiAudits,f_audit_contentname,OkobojiTransactionLog,f_log_id,OkobojiTransactionLog,f_content_id,OkobojiTransactionLog,f_gateway_id,OkobojiTransactionLog,f_paypal_id,OkobojiTransactionLog,f_timestamp,UFSettings,Id,UFSettings,Key,UFSettings,Value,OkobojiAffiliateLog,f_affiliate_id,OkobojiAffiliateLog,f_author_id,OkobojiAffiliateLog,f_content_id,OkobojiAffiliateLog,f_category_id,OkobojiAffiliateLog,f_existing,OkobojiAffiliateLog,f_expiredate,OkobojiAffiliateLog,f_timestamp,UFDataSources,Id,UFDataSources,Type,UFDataSources,Name,UFFormStates,State,umbracoUserLogins,contextID,umbracoUserLogins,userID,umbracoUserLogins,timeout,UFUserSecurity,User,UFUserSecurity,ManageDataSources,UFUserSecurity,ManagePreValueSources,UFUserSecurity,ManageWorkflows,UFUserSecurity,ManageForms,UFWorkflowsToForms,Workflow,UFWorkflowsToForms,Form,UFPrevalueSources,Id,UFPrevalueSources,Name,UFPrevalueSources,Type,UFWorkflowExecutionStates,Workflow,UFWorkflowExecutionStates,State,UFWorkflowExecutionStates,Form,UFPrevalueSourceSettings,PrevalueProvider,UFPrevalueSourceSettings,Key,UFPrevalueSourceSettings,Value,UFForms,Id,UFForms,Name,UFForms,Created,UFForms,ManualApproval,UFForms,GotoPageOnSubmit,UFForms,MessageOnSubmit,UFForms,DataSource,UFForms,ShowValidationSummary,UFForms,HideFieldValidation,UFForms,RequiredErrorMessage,UFForms,InvalidErrorMessage,UFForms,FieldIndicationType,UFForms,Indicator,UFForms,Archived,UFForms,StoreRecordsLocally,UFForms,DisableDefaultStylesheet,UFForms,Entries,UFForms,Views,cmsTemplate,master,cmsStylesheet,nodeId,cmsStylesheet,filename,cmsStylesheet,content,cmsContentVersion,LanguageLocale,cmsPropertyTypeGroup,parentGroupId,cmsPropertyTypeGroup,uniqueID,cmsPropertyType,UniqueID,cmsPropertyData,dataDecimal,umbracoUser,securityStampToken,umbracoUser,failedLoginAttempts,umbracoUser,lastLockoutDate,umbracoUser,lastPasswordChangeDate,umbracoUser,lastLoginDate,umbracoServer,isMaster,umbracoAccess,id,umbracoAccess,nodeId,umbracoAccess,loginNodeId,umbracoAccess,noAccessNodeId,umbracoAccess,createDate,umbracoAccess,updateDate,umbracoAccessRule,id,umbracoAccessRule,accessId,umbracoAccessRule,ruleValue,umbracoAccessRule,ruleType,umbracoAccessRule,createDate,umbracoAccessRule,updateDate,umbracoCacheInstruction,id,umbracoCacheInstruction,utcStamp,umbracoCacheInstruction,jsonInstruction,umbracoCacheInstruction,originated,umbracoExternalLogin,id,umbracoExternalLogin,userId,umbracoExternalLogin,loginProvider,umbracoExternalLogin,providerKey,umbracoExternalLogin,createDate,umbracoMigration,id,umbracoMigration,name,umbracoMigration,createDate,umbracoMigration,version,umbracoDeployChecksum,id,umbracoDeployChecksum,entityType,umbracoDeployChecksum,entityGuid,umbracoDeployChecksum,entityPath,umbracoDeployChecksum,localChecksum,umbracoDeployChecksum,compositeChecksum,umbracoDeployDependency,sourceId,umbracoDeployDependency,targetId,umbracoDeployDependency,mode,umbracoRedirectUrl,id,umbracoRedirectUrl,contentKey,umbracoRedirectUrl,createDateUtc,umbracoRedirectUrl,url,umbracoRedirectUrl,urlHash
The following constraints (Primary Keys, Foreign Keys and Indexes) were found in the database, but are not in the current schema:
FK_cmsPropertyTypeGroup_cmsPropertyTypeGroup_id,FK_cmsStylesheet_umbracoNode_id,FK_cmsTemplate_cmsTemplate,FK_UFDataSourceMappings_UFDataSources,FK_UFDataSourceMappings_UFForms,FK_UFField_UFFieldsets,FK_UFFieldConditionRules_UFFieldConditions,FK_UFFieldConditionRules_UFFields,FK_UFFieldConditions_UFFields,FK_UFFieldsets_UFPages,FK_UFFieldSettings_UFFields,FK_UFForms_UFDataSources,FK_UFPages_UFForms,FK_UFPrevalues_UFFields,FK_UFPrevalueSettings_UFPrevalueProviders,FK_UFRecordDataBit_UFRecordFields,FK_UFRecordDataDateTime_UFRecordFields,FK_UFRecordDataInteger_UFRecordFields,FK_UFRecordDataLongString_UFRecordFields,FK_UFRecordDataString_UFRecordFields,FK_UFRecordFields_UFFields,FK_UFRecordFields_UFRecords,FK_UFRecords_UFForms,FK_UFRecordsXml_UFForms,FK_UFUserFormSecurity_UFForms,FK_UFWorkflowExecutionStates_UFFormStates,FK_UFWorkflows_UFForms,FK_cmsContentVersion_cmsContent_nodeId,FK_cmsDocument_cmsContent_nodeId,FK_cmsDocument_cmsTemplate_nodeId,FK_cmsDocumentType_cmsContentType_nodeId,FK_cmsDocumentType_cmsTemplate_nodeId,FK_cmsDataTypePreValues_cmsDataType_nodeId,FK_cmsDictionary_cmsDictionary_id,FK_cmsLanguageText_umbracoLanguage_id,FK_cmsLanguageText_cmsDictionary_id,FK_cmsMemberType_cmsContentType_nodeId,FK_cmsMember_cmsContent_nodeId,FK_cmsContentXml_cmsContent_nodeId,FK_cmsPreviewXml_cmsContent_nodeId,FK_cmsPreviewXml_cmsContentVersion_VersionId,FK_cmsPropertyTypeGroup_cmsContentType_nodeId,FK_cmsPropertyType_cmsDataType_nodeId,FK_cmsPropertyType_cmsContentType_nodeId,FK_cmsContentTypeAllowedContentType_cmsContentType,FK_cmsContentTypeAllowedContentType_cmsContentType1,FK_umbracoAccess_umbracoNode_id,FK_umbracoAccess_umbracoNode_id1,FK_umbracoAccess_umbracoNode_id2,FK_umbracoAccessRule_umbracoAccess_id,FK_umbracoDeployDependency_umbracoDeployChecksum_id1,FK_umbracoDeployDependency_umbracoDeployChecksum_id2,FK_umbracoRedirectUrl_umbracoNode_uniqueID,PK_CMSImportCustomRelation,PK_CMSImportMediaRelation,PK_CMSImportRelation,PK_CMSImportScheduledItems,PK_CMSImportScheduledTask,PK_CMSImportState,PK_cmsPreviewXml,PK_cmsStylesheet,PK_cmsStylesheetProperty,PK_icUrlTracker,PK_Okoboji.Audits,PK_OkobojiAffiliateLog,PK_OkobojiTransactionLog,PK_UFDataSourceMappings,PK_UFDataSources,PK_UFField,PK_UFFieldConditionRules,PK_UFFieldConditions,PK_UFFieldsets,PK_UFForms,PK_UFFormStates,PK_UFPages,PK_UFPrevalueProviders,PK_UFPrevalues,PK_UFPrevalueSettings,PK_UFRecordFields,PK_UFRecords,PK_UFRecordsXml,PK_UFSettings,PK_UFUserFormSecurity,PK_UFUserSecurity,PK_UFWorkflowExecutionStates,PK_UFWorkflows,PK_UFWorkflowsToForms,PK_cmsContentPreviewXml,PK_umbracoAccess,PK_umbracoAccessRule,PK_umbracoCacheInstruction,PK_umbracoExternalLogin,PK_umbracoMigration,PK_umbracoDeployChecksum,PK_umbracoDeployDependency,PK_umbracoRedirectUrl,IX_umbracoNodeTrashed,IX_umbracoNodeParentId,IX_umbracoNodeUniqueID,IX_umbracoNodeObjectType,IX_cmsContentType,IX_cmsContentType_icon,IX_cmsTemplate_nodeId,IX_cmsContent,IX_cmsContentVersion_ContentId,IX_cmsContentVersion_VersionId,IX_cmsDocument,IX_cmsDocument_published,IX_cmsDocument_newest,IX_cmsDataType_nodeId,IX_cmsDictionary_id,IX_umbracoLanguage_languageISOCode,IX_umbracoLog,IX_cmsMacroPropertyAlias,IX_cmsMacroProperty_Alias,IX_cmsPropertyTypeGroupUniqueID,IX_cmsPropertyTypeUniqueID,IX_cmsPropertyData_1,IX_cmsPropertyData_2,IX_cmsPropertyData_3,IX_cmsTags,IX_umbracoUser_userLogin,IX_cmsTaskType_alias,IX_computerName,IX_umbracoServer_isActive,IX_umbracoAccess_nodeId,IX_umbracoAccessRule,IX_umbracoMigration,IX_umbracoDeployChecksum,IX_umbracoRedirectUrl
The following indexes were found in the database, but are not in the current schema:
IX_cmsMacro_Alias,IX_icUrlTracker,IX_umbracoUserLogins_Index,IX_umbracoNodeParentId,IX_umbracoNodeObjectType,IX_cmsTemplate_nodeId,IX_cmsContentVersion_VersionId,IX_cmsDocument,IX_cmsDataType_nodeId,IX_cmsDictionary_id,IX_umbracoLanguage_languageISOCode,IX_umbracoLog,IX_cmsMacroPropertyAlias,IX_cmsPropertyTypeGroupUniqueID,IX_cmsPropertyTypeUniqueID,IX_cmsPropertyData_1,IX_cmsPropertyData_2,IX_cmsPropertyData_3,IX_umbracoUser_userLogin,IX_cmsTaskType_alias,IX_umbracoAccess_nodeId,IX_umbracoAccessRule,IX_umbracoMigration,IX_umbracoDeployChecksum,IX_umbracoRedirectUrl
2018-09-12 14:32:33,513 [P26692/D3/T13] ERROR Umbraco.Web.Install.Controllers.InstallApiController - Installation step DatabaseUpgrade failed.
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> Umbraco.Web.Install.InstallException: The database failed to upgrade. ERROR: The database configuration failed with the following message: Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
The statement has been terminated.
Please check log file for additional information (can be found in '/App_Data/Logs/UmbracoTraceLog.txt')
at Umbraco.Web.Install.InstallSteps.DatabaseUpgradeStep.Execute(Object model)
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at Umbraco.Web.Install.Controllers.InstallApiController.ExecuteStep(InstallSetupStep step, JToken instruction)
2018-09-12 14:32:33,514 [P26692/D3/T13] INFO Umbraco.Web.Install.Controllers.InstallApiController - Step completed (took 38715ms)
2018-09-12 14:32:33,514 [P26692/D3/T13] ERROR Umbraco.Web.Install.Controllers.InstallApiController - An error occurred during installation step DatabaseUpgrade
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> Umbraco.Web.Install.InstallException: The database failed to upgrade. ERROR: The database configuration failed with the following message: Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
The statement has been terminated.
Please check log file for additional information (can be found in '/App_Data/Logs/UmbracoTraceLog.txt')
at Umbraco.Web.Install.InstallSteps.DatabaseUpgradeStep.Execute(Object model)
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at Umbraco.Web.Install.Controllers.InstallApiController.ExecuteStep(InstallSetupStep step, JToken instruction)
at Umbraco.Web.Install.Controllers.InstallApiController.PostPerformInstall(InstallInstructions installModel)
2018-09-12 14:32:33,537 [P26692/D3/T8] DEBUG Umbraco.Web.UmbracoModule - Begin request: http://localhost:22252/umbraco/views/install/error.html.
Of Note: I did restore the DB copy I'm working with from a backup to a prior attempted upgraded state before attempting upgrades on different versions.
Any idea how I can get this upgraded to anything higher than 7.2.8? I think once I get past this it should be smoother sailing as the upgrade process for later versions has been much better IMO.
@Nik -- I hadn't tried that -- but I tried it and it worked to upgrade the DB with the clean install. (One would assume that 7.3.8 and 7.3.0 both applied the same sequence of DB migrations but evidently not.)
Then I stopped that 7.3.0 clean install shell site, started the 7.3.8 clean install site and it upgraded fine too, then I started the full site (after manually bumping the web.config version to 7.3.8) and it loaded great!
Good to hear that worked. In my experience the upgrades, particularly from around 7.2.8 to 7.3.8 were always a bit picky. When I've got a large jump to go I generally do minor.0 patch then minor.final patch before incrementing the minor.
Yes it takes a while but once you get past 7.6 I've found you can then do bigger jumps more reliably.
7.2.8 is the version I've always had issues getting past when I've had to do it so 7.3.0 is my default step now.
I also just tried a direct upgrade (with again the separate empty project with a clean install of Umbraco pointed at the 7.2.8 DB) with 7.7.13 and I do get better errors.
Specifically I'm getting:
System.Data.SqlClient.SqlException (0x80131904): Invalid object name 'umbracoUser2UserGroup'.
But it seems the primary problem continues to be a SQL timeout of some sort. Not sure what else to try.
Here's the full 7.2.8 to 7.7.13 attempted DB upgrade log:
2018-09-12 15:26:39,312 [P16460/D2/T1] INFO Umbraco.Core.CoreBootManager - Umbraco 7.7.13 application starting on CVOPC
2018-09-12 15:26:39,343 [P16460/D2/T1] INFO Umbraco.Core.PluginManager - Determining hash of code files on disk
2018-09-12 15:26:39,355 [P16460/D2/T1] INFO Umbraco.Core.PluginManager - Hash determined (took 11ms)
2018-09-12 15:26:39,418 [P16460/D2/T1] INFO Umbraco.Core.MainDom - Acquiring MainDom...
2018-09-12 15:26:39,420 [P16460/D2/T1] INFO Umbraco.Core.MainDom - Acquired MainDom.
2018-09-12 15:26:39,422 [P16460/D2/T1] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IDiscoverable
2018-09-12 15:26:39,746 [P16460/D2/T1] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IDiscoverable (took 322ms)
2018-09-12 15:26:39,746 [P16460/D2/T1] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IApplicationStartupHandler
2018-09-12 15:26:39,752 [P16460/D2/T1] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IApplicationStartupHandler (took 7ms)
2018-09-12 15:26:39,769 [P16460/D2/T1] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IDiscoverable
2018-09-12 15:26:39,770 [P16460/D2/T1] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IDiscoverable (took 0ms)
2018-09-12 15:26:39,770 [P16460/D2/T1] INFO Umbraco.Core.PluginManager - Resolving Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter
2018-09-12 15:26:39,773 [P16460/D2/T1] INFO Umbraco.Core.PluginManager - Resolved Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter (took 2ms)
2018-09-12 15:26:39,774 [P16460/D2/T1] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IDiscoverable
2018-09-12 15:26:39,774 [P16460/D2/T1] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IDiscoverable (took 0ms)
2018-09-12 15:26:39,774 [P16460/D2/T1] INFO Umbraco.Core.PluginManager - Resolving Umbraco.Core.PropertyEditors.IPropertyValueConverter
2018-09-12 15:26:39,779 [P16460/D2/T1] INFO Umbraco.Core.PluginManager - Resolved Umbraco.Core.PropertyEditors.IPropertyValueConverter (took 5ms)
2018-09-12 15:26:39,791 [P16460/D2/T1] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IDiscoverable
2018-09-12 15:26:39,791 [P16460/D2/T1] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IDiscoverable (took 0ms)
2018-09-12 15:26:39,791 [P16460/D2/T1] INFO Umbraco.Core.PluginManager - Resolving Umbraco.Web.Mvc.SurfaceController
2018-09-12 15:26:39,795 [P16460/D2/T1] INFO Umbraco.Core.PluginManager - Resolved Umbraco.Web.Mvc.SurfaceController (took 3ms)
2018-09-12 15:26:39,795 [P16460/D2/T1] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IDiscoverable
2018-09-12 15:26:39,796 [P16460/D2/T1] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IDiscoverable (took 0ms)
2018-09-12 15:26:39,796 [P16460/D2/T1] INFO Umbraco.Core.PluginManager - Resolving Umbraco.Web.WebApi.UmbracoApiController
2018-09-12 15:26:39,803 [P16460/D2/T1] INFO Umbraco.Core.PluginManager - Resolved Umbraco.Web.WebApi.UmbracoApiController (took 7ms)
2018-09-12 15:26:40,982 [P16460/D2/T1] INFO Umbraco.Core.CoreBootManager - Umbraco application startup complete (took 1748ms)
2018-09-12 15:26:41,051 [P16460/D2/T1] INFO UmbracoExamine.DataServices.UmbracoLogService - Rebuilding index, Provider=InternalMemberIndexer, NodeId=-1
2018-09-12 15:26:41,051 [P16460/D2/T1] INFO UmbracoExamine.DataServices.UmbracoLogService - Rebuilding index, Provider=InternalIndexer, NodeId=-1
2018-09-12 15:26:41,051 [P16460/D2/T1] INFO UmbracoExamine.DataServices.UmbracoLogService - Rebuilding index, Provider=ExternalIndexer, NodeId=-1
2018-09-12 15:26:42,342 [P16460/D2/T5] INFO Umbraco.Core.Sync.ApplicationUrlHelper - New ApplicationUrl detected: http://localhost:29734/umbraco
2018-09-12 15:26:42,343 [P16460/D2/T5] INFO Umbraco.Core.Sync.ApplicationUrlHelper - ApplicationUrl: http://localhost:29734/umbraco (UmbracoModule request)
2018-09-12 15:26:43,232 [P16460/D2/T13] INFO Umbraco.Core.Configuration.ClientDependencyConfiguration - Updated version number from 1 to 97334155
2018-09-12 15:26:43,245 [P16460/D2/T15] INFO Umbraco.Core.MainDom - Stopping...
2018-09-12 15:26:43,245 [P16460/D2/T15] INFO Umbraco.Web.ExamineStartup - Examine shutting down
2018-09-12 15:26:43,248 [P16460/D2/T15] INFO Umbraco.Web.ExamineStartup - Complete (took 2ms)
2018-09-12 15:26:43,248 [P16460/D2/T15] INFO Umbraco.Core.MainDom - Released MainDom.
2018-09-12 15:26:44,774 [P16460/D3/T18] INFO Umbraco.Core.CoreBootManager - Umbraco 7.7.13 application starting on CVOPC
2018-09-12 15:26:44,797 [P16460/D3/T18] INFO Umbraco.Core.PluginManager - Determining hash of code files on disk
2018-09-12 15:26:44,807 [P16460/D3/T18] INFO Umbraco.Core.PluginManager - Hash determined (took 10ms)
2018-09-12 15:26:44,856 [P16460/D3/T18] INFO Umbraco.Core.MainDom - Acquiring MainDom...
2018-09-12 15:26:44,858 [P16460/D3/T18] INFO Umbraco.Core.MainDom - Acquired MainDom.
2018-09-12 15:26:44,861 [P16460/D3/T18] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IDiscoverable
2018-09-12 15:26:45,173 [P16460/D3/T18] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IDiscoverable (took 311ms)
2018-09-12 15:26:45,173 [P16460/D3/T18] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IApplicationStartupHandler
2018-09-12 15:26:45,174 [P16460/D3/T18] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IApplicationStartupHandler (took 1ms)
2018-09-12 15:26:45,231 [P16460/D3/T18] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IDiscoverable
2018-09-12 15:26:45,232 [P16460/D3/T18] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IDiscoverable (took 0ms)
2018-09-12 15:26:45,232 [P16460/D3/T18] INFO Umbraco.Core.PluginManager - Resolving Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter
2018-09-12 15:26:45,233 [P16460/D3/T18] INFO Umbraco.Core.PluginManager - Resolved Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter (took 0ms)
2018-09-12 15:26:45,234 [P16460/D3/T18] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IDiscoverable
2018-09-12 15:26:45,234 [P16460/D3/T18] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IDiscoverable (took 0ms)
2018-09-12 15:26:45,234 [P16460/D3/T18] INFO Umbraco.Core.PluginManager - Resolving Umbraco.Core.PropertyEditors.IPropertyValueConverter
2018-09-12 15:26:45,236 [P16460/D3/T18] INFO Umbraco.Core.PluginManager - Resolved Umbraco.Core.PropertyEditors.IPropertyValueConverter (took 2ms)
2018-09-12 15:26:45,252 [P16460/D3/T18] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IDiscoverable
2018-09-12 15:26:45,252 [P16460/D3/T18] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IDiscoverable (took 0ms)
2018-09-12 15:26:45,252 [P16460/D3/T18] INFO Umbraco.Core.PluginManager - Resolving Umbraco.Web.Mvc.SurfaceController
2018-09-12 15:26:45,253 [P16460/D3/T18] INFO Umbraco.Core.PluginManager - Resolved Umbraco.Web.Mvc.SurfaceController (took 0ms)
2018-09-12 15:26:45,254 [P16460/D3/T18] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IDiscoverable
2018-09-12 15:26:45,254 [P16460/D3/T18] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IDiscoverable (took 0ms)
2018-09-12 15:26:45,254 [P16460/D3/T18] INFO Umbraco.Core.PluginManager - Resolving Umbraco.Web.WebApi.UmbracoApiController
2018-09-12 15:26:45,256 [P16460/D3/T18] INFO Umbraco.Core.PluginManager - Resolved Umbraco.Web.WebApi.UmbracoApiController (took 1ms)
2018-09-12 15:26:46,625 [P16460/D3/T18] INFO Umbraco.Core.CoreBootManager - Umbraco application startup complete (took 1950ms)
2018-09-12 15:26:46,745 [P16460/D3/T18] INFO UmbracoExamine.DataServices.UmbracoLogService - Rebuilding index, Provider=InternalMemberIndexer, NodeId=-1
2018-09-12 15:26:46,746 [P16460/D3/T18] INFO UmbracoExamine.DataServices.UmbracoLogService - Rebuilding index, Provider=InternalIndexer, NodeId=-1
2018-09-12 15:26:46,746 [P16460/D3/T18] INFO UmbracoExamine.DataServices.UmbracoLogService - Rebuilding index, Provider=ExternalIndexer, NodeId=-1
2018-09-12 15:26:49,246 [P16460/D3/T12] INFO Umbraco.Core.Sync.ApplicationUrlHelper - New ApplicationUrl detected: http://localhost:29734/umbraco
2018-09-12 15:26:49,249 [P16460/D3/T12] INFO Umbraco.Core.Sync.ApplicationUrlHelper - ApplicationUrl: http://localhost:29734/umbraco (UmbracoModule request)
2018-09-12 15:26:51,680 [P16460/D3/T12] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IDiscoverable
2018-09-12 15:26:51,680 [P16460/D3/T12] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IDiscoverable (took 0ms)
2018-09-12 15:26:51,681 [P16460/D3/T12] INFO Umbraco.Core.PluginManager - Resolving [Umbraco.Web.Trees.TreeAttribute]Umbraco.Web.Trees.TreeController
2018-09-12 15:26:51,691 [P16460/D3/T12] INFO Umbraco.Core.PluginManager - Resolved [Umbraco.Web.Trees.TreeAttribute]Umbraco.Web.Trees.TreeController (took 9ms)
2018-09-12 15:26:51,942 [P16460/D3/T17] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IDiscoverable
2018-09-12 15:26:51,942 [P16460/D3/T17] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IDiscoverable (took 0ms)
2018-09-12 15:26:51,942 [P16460/D3/T17] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IAction
2018-09-12 15:26:51,947 [P16460/D3/T17] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IAction (took 4ms)
2018-09-12 15:26:52,050 [P16460/D3/T17] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IDiscoverable
2018-09-12 15:26:52,050 [P16460/D3/T17] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IDiscoverable (took 0ms)
2018-09-12 15:26:52,050 [P16460/D3/T17] INFO Umbraco.Core.PluginManager - Resolving Umbraco.Core.PropertyEditors.IParameterEditor
2018-09-12 15:26:52,056 [P16460/D3/T17] INFO Umbraco.Core.PluginManager - Resolved Umbraco.Core.PropertyEditors.IParameterEditor (took 6ms)
2018-09-12 15:27:13,260 [P16460/D2/T12] INFO Umbraco.Core.UmbracoApplicationBase - Application shutdown. Details: ConfigurationChange
_shutDownMessage=CONFIG change
HostingEnvironment initiated shutdown
CONFIG change
HostingEnvironment caused shutdown
_shutDownStack= at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo)
at System.Environment.get_StackTrace()
at System.Web.Hosting.HostingEnvironment.InitiateShutdownInternal()
at System.Web.Hosting.HostingEnvironment.InitiateShutdownWithoutDemand()
at System.Web.HttpRuntime.ShutdownAppDomain(String stackTrace)
at System.Web.Configuration.HttpConfigurationSystem.OnConfigurationChanged(Object sender, InternalConfigEventArgs e)
at System.Configuration.Internal.InternalConfigRoot.OnConfigChanged(InternalConfigEventArgs e)
at System.Configuration.BaseConfigurationRecord.OnStreamChanged(String streamname)
at System.Web.Configuration.WebConfigurationHostFileChange.OnFileChanged(Object sender, FileChangeEvent e)
at System.Web.DirectoryMonitor.FireNotifications()
at System.Web.Util.WorkItem.CallCallbackWithAssert(WorkItemCallback callback)
at System.Web.Util.WorkItem.OnQueueUserWorkItemCompletion(Object state)
at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(Object state)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
at System.Threading.ThreadPoolWorkQueue.Dispatch()
at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
2018-09-12 15:28:14,327 [P16460/D3/T22] ERROR Umbraco.Core.Persistence.UmbracoDatabase - Exception (641f2f6d).
System.Data.SqlClient.SqlException (0x80131904): Invalid object name 'umbracoUser2UserGroup'.
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.SqlDataReader.TryConsumeMetaData()
at System.Data.SqlClient.SqlDataReader.get_MetaData()
at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted)
at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)
at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method)
at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.ExecuteReader(CommandBehavior behavior)
at StackExchange.Profiling.Data.ProfiledDbCommand.ExecuteDbDataReader(CommandBehavior behavior) in c:\Code\github\SamSaffron\MiniProfiler\StackExchange.Profiling\Data\ProfiledDbCommand.cs:line 235
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader()
at Umbraco.Core.Persistence.PetaPocoCommandExtensions.<>c__DisplayClass5_0.<ExecuteReaderWithRetry>b__0()
at Umbraco.Core.Persistence.FaultHandling.RetryPolicy.ExecuteAction[TResult](Func`1 func)
at Umbraco.Core.Persistence.PetaPocoCommandExtensions.ExecuteReaderWithRetry(IDbCommand command, RetryPolicy cmdRetryPolicy, RetryPolicy conRetryPolicy)
at Umbraco.Core.Persistence.PetaPocoCommandExtensions.ExecuteReaderWithRetry(IDbCommand command, RetryPolicy retryPolicy)
at Umbraco.Core.Persistence.PetaPocoCommandExtensions.ExecuteReaderWithRetry(IDbCommand command)
at Umbraco.Core.Persistence.Database.<Query>d__115`1.MoveNext()
ClientConnectionId:c546aab1-bb7c-4aaf-96f1-6030025b98ba
Error Number:208,State:1,Class:16
2018-09-12 15:28:14,717 [P16460/D3/T22] ERROR Umbraco.Core.Persistence.UmbracoDatabase - Exception (abdaf4f3).
System.Data.SqlClient.SqlException (0x80131904): Invalid object name 'umbracoUser2UserGroup'.
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.SqlDataReader.TryConsumeMetaData()
at System.Data.SqlClient.SqlDataReader.get_MetaData()
at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted)
at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)
at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method)
at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.ExecuteReader(CommandBehavior behavior)
at StackExchange.Profiling.Data.ProfiledDbCommand.ExecuteDbDataReader(CommandBehavior behavior) in c:\Code\github\SamSaffron\MiniProfiler\StackExchange.Profiling\Data\ProfiledDbCommand.cs:line 235
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader()
at Umbraco.Core.Persistence.PetaPocoCommandExtensions.<>c__DisplayClass5_0.<ExecuteReaderWithRetry>b__0()
at Umbraco.Core.Persistence.FaultHandling.RetryPolicy.ExecuteAction[TResult](Func`1 func)
at Umbraco.Core.Persistence.PetaPocoCommandExtensions.ExecuteReaderWithRetry(IDbCommand command, RetryPolicy cmdRetryPolicy, RetryPolicy conRetryPolicy)
at Umbraco.Core.Persistence.PetaPocoCommandExtensions.ExecuteReaderWithRetry(IDbCommand command, RetryPolicy retryPolicy)
at Umbraco.Core.Persistence.PetaPocoCommandExtensions.ExecuteReaderWithRetry(IDbCommand command)
at Umbraco.Core.Persistence.Database.<Query>d__115`1.MoveNext()
ClientConnectionId:c546aab1-bb7c-4aaf-96f1-6030025b98ba
Error Number:208,State:1,Class:16
2018-09-12 15:28:14,883 [P16460/D3/T22] ERROR Umbraco.Core.Persistence.UmbracoDatabase - Exception (bccc4f3a).
System.Data.SqlClient.SqlException (0x80131904): Invalid object name 'umbracoUser2UserGroup'.
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.SqlDataReader.TryConsumeMetaData()
at System.Data.SqlClient.SqlDataReader.get_MetaData()
at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted)
at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)
at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method)
at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.ExecuteReader(CommandBehavior behavior)
at StackExchange.Profiling.Data.ProfiledDbCommand.ExecuteDbDataReader(CommandBehavior behavior) in c:\Code\github\SamSaffron\MiniProfiler\StackExchange.Profiling\Data\ProfiledDbCommand.cs:line 235
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader()
at Umbraco.Core.Persistence.PetaPocoCommandExtensions.<>c__DisplayClass5_0.<ExecuteReaderWithRetry>b__0()
at Umbraco.Core.Persistence.FaultHandling.RetryPolicy.ExecuteAction[TResult](Func`1 func)
at Umbraco.Core.Persistence.PetaPocoCommandExtensions.ExecuteReaderWithRetry(IDbCommand command, RetryPolicy cmdRetryPolicy, RetryPolicy conRetryPolicy)
at Umbraco.Core.Persistence.PetaPocoCommandExtensions.ExecuteReaderWithRetry(IDbCommand command, RetryPolicy retryPolicy)
at Umbraco.Core.Persistence.PetaPocoCommandExtensions.ExecuteReaderWithRetry(IDbCommand command)
at Umbraco.Core.Persistence.Database.<Query>d__115`1.MoveNext()
ClientConnectionId:c546aab1-bb7c-4aaf-96f1-6030025b98ba
Error Number:208,State:1,Class:16
2018-09-12 15:28:15,044 [P16460/D3/T22] ERROR Umbraco.Core.Persistence.UmbracoDatabase - Exception (9dcd06d6).
System.Data.SqlClient.SqlException (0x80131904): Invalid object name 'umbracoUser2UserGroup'.
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.SqlDataReader.TryConsumeMetaData()
at System.Data.SqlClient.SqlDataReader.get_MetaData()
at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted)
at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)
at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method)
at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.ExecuteReader(CommandBehavior behavior)
at StackExchange.Profiling.Data.ProfiledDbCommand.ExecuteDbDataReader(CommandBehavior behavior) in c:\Code\github\SamSaffron\MiniProfiler\StackExchange.Profiling\Data\ProfiledDbCommand.cs:line 235
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader()
at Umbraco.Core.Persistence.PetaPocoCommandExtensions.<>c__DisplayClass5_0.<ExecuteReaderWithRetry>b__0()
at Umbraco.Core.Persistence.FaultHandling.RetryPolicy.ExecuteAction[TResult](Func`1 func)
at Umbraco.Core.Persistence.PetaPocoCommandExtensions.ExecuteReaderWithRetry(IDbCommand command, RetryPolicy cmdRetryPolicy, RetryPolicy conRetryPolicy)
at Umbraco.Core.Persistence.PetaPocoCommandExtensions.ExecuteReaderWithRetry(IDbCommand command, RetryPolicy retryPolicy)
at Umbraco.Core.Persistence.PetaPocoCommandExtensions.ExecuteReaderWithRetry(IDbCommand command)
at Umbraco.Core.Persistence.Database.<Query>d__115`1.MoveNext()
ClientConnectionId:c546aab1-bb7c-4aaf-96f1-6030025b98ba
Error Number:208,State:1,Class:16
2018-09-12 15:28:15,219 [P16460/D3/T22] ERROR Umbraco.Core.Persistence.UmbracoDatabase - Exception (398b76d1).
System.Data.SqlClient.SqlException (0x80131904): Invalid object name 'umbracoUser2UserGroup'.
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.SqlDataReader.TryConsumeMetaData()
at System.Data.SqlClient.SqlDataReader.get_MetaData()
at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted)
at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)
at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method)
at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.ExecuteReader(CommandBehavior behavior)
at StackExchange.Profiling.Data.ProfiledDbCommand.ExecuteDbDataReader(CommandBehavior behavior) in c:\Code\github\SamSaffron\MiniProfiler\StackExchange.Profiling\Data\ProfiledDbCommand.cs:line 235
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader()
at Umbraco.Core.Persistence.PetaPocoCommandExtensions.<>c__DisplayClass5_0.<ExecuteReaderWithRetry>b__0()
at Umbraco.Core.Persistence.FaultHandling.RetryPolicy.ExecuteAction[TResult](Func`1 func)
at Umbraco.Core.Persistence.PetaPocoCommandExtensions.ExecuteReaderWithRetry(IDbCommand command, RetryPolicy cmdRetryPolicy, RetryPolicy conRetryPolicy)
at Umbraco.Core.Persistence.PetaPocoCommandExtensions.ExecuteReaderWithRetry(IDbCommand command, RetryPolicy retryPolicy)
at Umbraco.Core.Persistence.PetaPocoCommandExtensions.ExecuteReaderWithRetry(IDbCommand command)
at Umbraco.Core.Persistence.Database.<Query>d__115`1.MoveNext()
ClientConnectionId:c546aab1-bb7c-4aaf-96f1-6030025b98ba
Error Number:208,State:1,Class:16
2018-09-12 15:28:15,371 [P16460/D3/T22] ERROR Umbraco.Core.Persistence.UmbracoDatabase - Exception (6daf9c2b).
System.Data.SqlClient.SqlException (0x80131904): Invalid object name 'umbracoUser2UserGroup'.
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.SqlDataReader.TryConsumeMetaData()
at System.Data.SqlClient.SqlDataReader.get_MetaData()
at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted)
at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)
at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method)
at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.ExecuteReader(CommandBehavior behavior)
at StackExchange.Profiling.Data.ProfiledDbCommand.ExecuteDbDataReader(CommandBehavior behavior) in c:\Code\github\SamSaffron\MiniProfiler\StackExchange.Profiling\Data\ProfiledDbCommand.cs:line 235
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader()
at Umbraco.Core.Persistence.PetaPocoCommandExtensions.<>c__DisplayClass5_0.<ExecuteReaderWithRetry>b__0()
at Umbraco.Core.Persistence.FaultHandling.RetryPolicy.ExecuteAction[TResult](Func`1 func)
at Umbraco.Core.Persistence.PetaPocoCommandExtensions.ExecuteReaderWithRetry(IDbCommand command, RetryPolicy cmdRetryPolicy, RetryPolicy conRetryPolicy)
at Umbraco.Core.Persistence.PetaPocoCommandExtensions.ExecuteReaderWithRetry(IDbCommand command, RetryPolicy retryPolicy)
at Umbraco.Core.Persistence.PetaPocoCommandExtensions.ExecuteReaderWithRetry(IDbCommand command)
at Umbraco.Core.Persistence.Database.<Query>d__115`1.MoveNext()
ClientConnectionId:c546aab1-bb7c-4aaf-96f1-6030025b98ba
Error Number:208,State:1,Class:16
2018-09-12 15:28:15,552 [P16460/D3/T22] ERROR Umbraco.Core.Persistence.UmbracoDatabase - Exception (5e95b51d).
System.Data.SqlClient.SqlException (0x80131904): Invalid object name 'umbracoUser2UserGroup'.
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.SqlDataReader.TryConsumeMetaData()
at System.Data.SqlClient.SqlDataReader.get_MetaData()
at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted)
at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)
at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method)
at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.ExecuteReader(CommandBehavior behavior)
at StackExchange.Profiling.Data.ProfiledDbCommand.ExecuteDbDataReader(CommandBehavior behavior) in c:\Code\github\SamSaffron\MiniProfiler\StackExchange.Profiling\Data\ProfiledDbCommand.cs:line 235
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader()
at Umbraco.Core.Persistence.PetaPocoCommandExtensions.<>c__DisplayClass5_0.<ExecuteReaderWithRetry>b__0()
at Umbraco.Core.Persistence.FaultHandling.RetryPolicy.ExecuteAction[TResult](Func`1 func)
at Umbraco.Core.Persistence.PetaPocoCommandExtensions.ExecuteReaderWithRetry(IDbCommand command, RetryPolicy cmdRetryPolicy, RetryPolicy conRetryPolicy)
at Umbraco.Core.Persistence.PetaPocoCommandExtensions.ExecuteReaderWithRetry(IDbCommand command, RetryPolicy retryPolicy)
at Umbraco.Core.Persistence.PetaPocoCommandExtensions.ExecuteReaderWithRetry(IDbCommand command)
at Umbraco.Core.Persistence.Database.<Query>d__115`1.MoveNext()
ClientConnectionId:c546aab1-bb7c-4aaf-96f1-6030025b98ba
Error Number:208,State:1,Class:16
2018-09-12 15:28:15,713 [P16460/D3/T22] ERROR Umbraco.Core.Persistence.UmbracoDatabase - Exception (426b93ee).
System.Data.SqlClient.SqlException (0x80131904): Invalid object name 'umbracoUser2UserGroup'.
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.SqlDataReader.TryConsumeMetaData()
at System.Data.SqlClient.SqlDataReader.get_MetaData()
at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted)
at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)
at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method)
at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.ExecuteReader(CommandBehavior behavior)
at StackExchange.Profiling.Data.ProfiledDbCommand.ExecuteDbDataReader(CommandBehavior behavior) in c:\Code\github\SamSaffron\MiniProfiler\StackExchange.Profiling\Data\ProfiledDbCommand.cs:line 235
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader()
at Umbraco.Core.Persistence.PetaPocoCommandExtensions.<>c__DisplayClass5_0.<ExecuteReaderWithRetry>b__0()
at Umbraco.Core.Persistence.FaultHandling.RetryPolicy.ExecuteAction[TResult](Func`1 func)
at Umbraco.Core.Persistence.PetaPocoCommandExtensions.ExecuteReaderWithRetry(IDbCommand command, RetryPolicy cmdRetryPolicy, RetryPolicy conRetryPolicy)
at Umbraco.Core.Persistence.PetaPocoCommandExtensions.ExecuteReaderWithRetry(IDbCommand command, RetryPolicy retryPolicy)
at Umbraco.Core.Persistence.PetaPocoCommandExtensions.ExecuteReaderWithRetry(IDbCommand command)
at Umbraco.Core.Persistence.Database.<Query>d__115`1.MoveNext()
ClientConnectionId:c546aab1-bb7c-4aaf-96f1-6030025b98ba
Error Number:208,State:1,Class:16
2018-09-12 15:28:15,862 [P16460/D3/T22] ERROR Umbraco.Core.Persistence.UmbracoDatabase - Exception (b940d2e3).
System.Data.SqlClient.SqlException (0x80131904): Invalid object name 'umbracoUser2UserGroup'.
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.SqlDataReader.TryConsumeMetaData()
at System.Data.SqlClient.SqlDataReader.get_MetaData()
at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted)
at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)
at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method)
at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.ExecuteReader(CommandBehavior behavior)
at StackExchange.Profiling.Data.ProfiledDbCommand.ExecuteDbDataReader(CommandBehavior behavior) in c:\Code\github\SamSaffron\MiniProfiler\StackExchange.Profiling\Data\ProfiledDbCommand.cs:line 235
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader()
at Umbraco.Core.Persistence.PetaPocoCommandExtensions.<>c__DisplayClass5_0.<ExecuteReaderWithRetry>b__0()
at Umbraco.Core.Persistence.FaultHandling.RetryPolicy.ExecuteAction[TResult](Func`1 func)
at Umbraco.Core.Persistence.PetaPocoCommandExtensions.ExecuteReaderWithRetry(IDbCommand command, RetryPolicy cmdRetryPolicy, RetryPolicy conRetryPolicy)
at Umbraco.Core.Persistence.PetaPocoCommandExtensions.ExecuteReaderWithRetry(IDbCommand command, RetryPolicy retryPolicy)
at Umbraco.Core.Persistence.PetaPocoCommandExtensions.ExecuteReaderWithRetry(IDbCommand command)
at Umbraco.Core.Persistence.Database.<Query>d__115`1.MoveNext()
ClientConnectionId:c546aab1-bb7c-4aaf-96f1-6030025b98ba
Error Number:208,State:1,Class:16
2018-09-12 15:28:16,037 [P16460/D3/T22] ERROR Umbraco.Core.Persistence.UmbracoDatabase - Exception (91ddbfd3).
System.Data.SqlClient.SqlException (0x80131904): Invalid column name 'securityStampToken'.
Invalid column name 'lastLoginDate'.
Invalid column name 'createDate'.
Invalid column name 'updateDate'.
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.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted)
at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry)
at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry)
at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
at StackExchange.Profiling.Data.ProfiledDbCommand.ExecuteNonQuery() in c:\Code\github\SamSaffron\MiniProfiler\StackExchange.Profiling\Data\ProfiledDbCommand.cs:line 266
at Umbraco.Core.Persistence.PetaPocoCommandExtensions.<>c__DisplayClass2_0.<ExecuteNonQueryWithRetry>b__0()
at Umbraco.Core.Persistence.FaultHandling.RetryPolicy.ExecuteAction[TResult](Func`1 func)
at Umbraco.Core.Persistence.PetaPocoCommandExtensions.ExecuteNonQueryWithRetry(IDbCommand command, RetryPolicy cmdRetryPolicy, RetryPolicy conRetryPolicy)
at Umbraco.Core.Persistence.PetaPocoCommandExtensions.ExecuteNonQueryWithRetry(IDbCommand command, RetryPolicy retryPolicy)
at Umbraco.Core.Persistence.PetaPocoCommandExtensions.ExecuteNonQueryWithRetry(IDbCommand command)
at Umbraco.Core.Persistence.Database.Update(String tableName, String primaryKeyName, Object poco, Object primaryKeyValue, IEnumerable`1 columns)
ClientConnectionId:c546aab1-bb7c-4aaf-96f1-6030025b98ba
Error Number:207,State:1,Class:16
2018-09-12 15:28:16,039 [P16460/D3/T22] WARN Umbraco.Core.Services.UserService - An error occurred attempting to save a user instance during upgrade, normally this warning can be ignored. Exception: System.Data.SqlClient.SqlException (0x80131904): Invalid column name 'securityStampToken'.
Invalid column name 'lastLoginDate'.
Invalid column name 'createDate'.
Invalid column name 'updateDate'.
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.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted)
at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry)
at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry)
at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
at StackExchange.Profiling.Data.ProfiledDbCommand.ExecuteNonQuery() in c:\Code\github\SamSaffron\MiniProfiler\StackExchange.Profiling\Data\ProfiledDbCommand.cs:line 266
at Umbraco.Core.Persistence.PetaPocoCommandExtensions.<>c__DisplayClass2_0.<ExecuteNonQueryWithRetry>b__0()
at Umbraco.Core.Persistence.FaultHandling.RetryPolicy.ExecuteAction[TResult](Func`1 func)
at Umbraco.Core.Persistence.PetaPocoCommandExtensions.ExecuteNonQueryWithRetry(IDbCommand command, RetryPolicy cmdRetryPolicy, RetryPolicy conRetryPolicy)
at Umbraco.Core.Persistence.PetaPocoCommandExtensions.ExecuteNonQueryWithRetry(IDbCommand command, RetryPolicy retryPolicy)
at Umbraco.Core.Persistence.PetaPocoCommandExtensions.ExecuteNonQueryWithRetry(IDbCommand command)
at Umbraco.Core.Persistence.Database.Update(String tableName, String primaryKeyName, Object poco, Object primaryKeyValue, IEnumerable`1 columns)
at Umbraco.Core.Persistence.Database.Update(Object poco, Object primaryKeyValue, IEnumerable`1 columns)
at Umbraco.Core.Persistence.Repositories.UserRepository.PersistUpdatedItem(IUser entity)
at Umbraco.Core.Cache.DefaultRepositoryCachePolicy`2.Update(TEntity entity, Action`1 persistUpdated)
at Umbraco.Core.Persistence.Repositories.RepositoryBase`2.PersistUpdatedItem(IEntity entity)
at Umbraco.Core.Persistence.UnitOfWork.ScopeUnitOfWork.Commit(Action`1 transactionCompleting)
at Umbraco.Core.Persistence.UnitOfWork.ScopeUnitOfWork.Commit()
at Umbraco.Core.Services.UserService.Save(IUser entity, Boolean raiseEvents)
ClientConnectionId:c546aab1-bb7c-4aaf-96f1-6030025b98ba
Error Number:207,State:1,Class:16
2018-09-12 15:28:16,043 [P16460/D3/T22] INFO Umbraco.Core.Security.BackOfficeSignInManager - Event Id: 0, state: Login attempt succeeded for username admin from IP address ::1
2018-09-12 15:28:16,044 [P16460/D3/T22] INFO Umbraco.Core.Security.BackOfficeSignInManager - Event Id: 0, state: User: admin logged in from IP address ::1
2018-09-12 15:28:16,050 [P16460/D3/T22] ERROR Umbraco.Core.Persistence.UmbracoDatabase - Exception (9821535f).
System.Data.SqlClient.SqlException (0x80131904): Invalid object name 'umbracoUser2UserGroup'.
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.SqlDataReader.TryConsumeMetaData()
at System.Data.SqlClient.SqlDataReader.get_MetaData()
at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted)
at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)
at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method)
at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.ExecuteReader(CommandBehavior behavior)
at StackExchange.Profiling.Data.ProfiledDbCommand.ExecuteDbDataReader(CommandBehavior behavior) in c:\Code\github\SamSaffron\MiniProfiler\StackExchange.Profiling\Data\ProfiledDbCommand.cs:line 235
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader()
at Umbraco.Core.Persistence.PetaPocoCommandExtensions.<>c__DisplayClass5_0.<ExecuteReaderWithRetry>b__0()
at Umbraco.Core.Persistence.FaultHandling.RetryPolicy.ExecuteAction[TResult](Func`1 func)
at Umbraco.Core.Persistence.PetaPocoCommandExtensions.ExecuteReaderWithRetry(IDbCommand command, RetryPolicy cmdRetryPolicy, RetryPolicy conRetryPolicy)
at Umbraco.Core.Persistence.PetaPocoCommandExtensions.ExecuteReaderWithRetry(IDbCommand command, RetryPolicy retryPolicy)
at Umbraco.Core.Persistence.PetaPocoCommandExtensions.ExecuteReaderWithRetry(IDbCommand command)
at Umbraco.Core.Persistence.Database.<Query>d__115`1.MoveNext()
ClientConnectionId:c546aab1-bb7c-4aaf-96f1-6030025b98ba
Error Number:208,State:1,Class:16
2018-09-12 15:28:16,691 [P16460/D3/T19] ERROR Umbraco.Core.Persistence.UmbracoDatabase - Exception (22790092).
System.Data.SqlClient.SqlException (0x80131904): Invalid object name 'umbracoUser2UserGroup'.
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.SqlDataReader.TryConsumeMetaData()
at System.Data.SqlClient.SqlDataReader.get_MetaData()
at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted)
at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)
at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method)
at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.ExecuteReader(CommandBehavior behavior)
at StackExchange.Profiling.Data.ProfiledDbCommand.ExecuteDbDataReader(CommandBehavior behavior) in c:\Code\github\SamSaffron\MiniProfiler\StackExchange.Profiling\Data\ProfiledDbCommand.cs:line 235
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader()
at Umbraco.Core.Persistence.PetaPocoCommandExtensions.<>c__DisplayClass5_0.<ExecuteReaderWithRetry>b__0()
at Umbraco.Core.Persistence.FaultHandling.RetryPolicy.ExecuteAction[TResult](Func`1 func)
at Umbraco.Core.Persistence.PetaPocoCommandExtensions.ExecuteReaderWithRetry(IDbCommand command, RetryPolicy cmdRetryPolicy, RetryPolicy conRetryPolicy)
at Umbraco.Core.Persistence.PetaPocoCommandExtensions.ExecuteReaderWithRetry(IDbCommand command, RetryPolicy retryPolicy)
at Umbraco.Core.Persistence.PetaPocoCommandExtensions.ExecuteReaderWithRetry(IDbCommand command)
at Umbraco.Core.Persistence.Database.<Query>d__115`1.MoveNext()
ClientConnectionId:c546aab1-bb7c-4aaf-96f1-6030025b98ba
Error Number:208,State:1,Class:16
2018-09-12 15:28:19,681 [P16460/D3/T12] INFO Umbraco.Core.DatabaseContext - CanConnect = True
2018-09-12 15:28:30,214 [P16460/D3/T9] INFO Umbraco.Web.Install.Controllers.InstallApiController - Executing installation step: Permissions
2018-09-12 15:28:30,224 [P16460/D3/T9] INFO Umbraco.Web.Install.Controllers.InstallApiController - Step completed (took 10ms)
2018-09-12 15:28:30,247 [P16460/D3/T22] INFO Umbraco.Web.Install.Controllers.InstallApiController - Executing installation step: Upgrade
2018-09-12 15:28:30,248 [P16460/D3/T22] INFO Umbraco.Web.Install.Controllers.InstallApiController - Step completed (took 0ms)
2018-09-12 15:28:30,268 [P16460/D3/T12] INFO Umbraco.Web.Install.Controllers.InstallApiController - Executing installation step: DatabaseInstall
2018-09-12 15:28:30,270 [P16460/D3/T12] INFO Umbraco.Core.DatabaseContext - Database configuration status: Started
2018-09-12 15:28:30,271 [P16460/D3/T12] INFO Umbraco.Core.DatabaseContext - Database requires upgrade
2018-09-12 15:28:30,271 [P16460/D3/T12] INFO Umbraco.Web.Install.Controllers.InstallApiController - Step completed (took 3ms)
2018-09-12 15:28:30,286 [P16460/D3/T19] INFO Umbraco.Web.Install.Controllers.InstallApiController - Executing installation step: DatabaseUpgrade
2018-09-12 15:28:30,287 [P16460/D3/T19] INFO Umbraco.Web.Install.InstallSteps.DatabaseUpgradeStep - Running 'Upgrade' service
2018-09-12 15:28:30,289 [P16460/D3/T19] INFO Umbraco.Core.DatabaseContext - Database upgrade started
2018-09-12 15:28:30,293 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Initializing database migrations
2018-09-12 15:28:30,294 [P16460/D3/T19] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IDiscoverable
2018-09-12 15:28:30,295 [P16460/D3/T19] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IDiscoverable (took 0ms)
2018-09-12 15:28:30,295 [P16460/D3/T19] INFO Umbraco.Core.PluginManager - Resolving Umbraco.Core.Persistence.Migrations.IMigration
2018-09-12 15:28:30,304 [P16460/D3/T19] INFO Umbraco.Core.PluginManager - Resolved Umbraco.Core.Persistence.Migrations.IMigration (took 8ms)
2018-09-12 15:28:30,336 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Added UPGRADE migration 'AddRelationTypeForDocumentOnDelete' to context
2018-09-12 15:28:30,348 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Added UPGRADE migration 'CreateCacheInstructionTable' to context
2018-09-12 15:28:30,670 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Added UPGRADE migration 'MigrateAndRemoveTemplateMasterColumn' to context
2018-09-12 15:28:34,793 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Added UPGRADE migration 'MigrateStylesheetDataToFile' to context
2018-09-12 15:28:34,805 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Added UPGRADE migration 'RemoveStylesheetDataAndTables' to context
2018-09-12 15:28:34,834 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Added UPGRADE migration 'RemoveLanguageLocaleColumn' to context
2018-09-12 15:28:35,082 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Added UPGRADE migration 'UpdateUniqueIdToHaveCorrectIndexType' to context
2018-09-12 15:28:35,092 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Added UPGRADE migration 'AddPublicAccessTables' to context
2018-09-12 15:28:35,104 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Added UPGRADE migration 'MovePublicAccessXmlDataToDb' to context
2018-09-12 15:28:35,129 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Added UPGRADE migration 'RemoveHelpTextColumn' to context
2018-09-12 15:28:35,138 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Added UPGRADE migration 'AddExternalLoginsTable' to context
2018-09-12 15:28:35,164 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Added UPGRADE migration 'AddUserColumns' to context
2018-09-12 15:28:35,173 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Added UPGRADE migration 'AddMigrationTable' to context
2018-09-12 15:28:35,229 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Added UPGRADE migration 'AddUniqueIdPropertyTypeColumn' to context
2018-09-12 15:28:35,585 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Added UPGRADE migration 'AddForeignKeysForLanguageAndDictionaryTables' to context
2018-09-12 15:28:35,618 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Added UPGRADE migration 'RemoveUmbracoLoginsTable' to context
2018-09-12 15:28:35,653 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Added UPGRADE migration 'AddServerRegistrationColumnsAndLock' to context
2018-09-12 15:28:36,215 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Added UPGRADE migration 'CleanUpCorruptedPublishedFlags' to context
2018-09-12 15:28:36,221 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Added UPGRADE migration 'UpdateUserLanguagesToIsoCode' to context
2018-09-12 15:28:36,222 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Added UPGRADE migration 'EnsureMigrationsTableIdentityIsCorrect' to context
2018-09-12 15:28:36,247 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Added UPGRADE migration 'AddDataDecimalColumn' to context
2018-09-12 15:28:36,272 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Added UPGRADE migration 'AddUniqueIdPropertyTypeGroupColumn' to context
2018-09-12 15:28:36,290 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Added UPGRADE migration 'EnsureContentTypeUniqueIdsAreConsistent' to context
2018-09-12 15:28:36,300 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Added UPGRADE migration 'FixListViewMediaSortOrder' to context
2018-09-12 15:28:36,365 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Added UPGRADE migration 'RemoveParentIdPropertyTypeGroupColumn' to context
2018-09-12 15:28:36,376 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Added UPGRADE migration 'AddUmbracoDeployTables' to context
2018-09-12 15:28:36,376 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Added UPGRADE migration 'RemoveStylesheetDataAndTablesAgain' to context
2018-09-12 15:28:36,547 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Added UPGRADE migration 'UpdateUniqueIndexOnCmsPropertyData' to context
2018-09-12 15:28:36,547 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Added UPGRADE migration 'AddRedirectUrlTable' to context
2018-09-12 15:28:36,548 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Added UPGRADE migration 'UpdateAllowedMediaTypesAtRoot' to context
2018-09-12 15:28:36,720 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Added UPGRADE migration 'AddIndexesToUmbracoRelationTables' to context
2018-09-12 15:28:36,923 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Added UPGRADE migration 'AddIndexToUmbracoNodePath' to context
2018-09-12 15:28:37,055 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Added UPGRADE migration 'AddIndexToUser2NodePermission' to context
2018-09-12 15:28:37,066 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Added UPGRADE migration 'AddRelationTypeUniqueIdColumn' to context
2018-09-12 15:28:37,078 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Added UPGRADE migration 'AddMacroUniqueIdColumn' to context
2018-09-12 15:28:37,079 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Added UPGRADE migration 'NormalizeTemplateGuids' to context
2018-09-12 15:28:37,184 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Added UPGRADE migration 'UpdateUniqueIndexOnCmsPropertyData' to context
2018-09-12 15:28:37,189 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Added UPGRADE migration 'RemoveUmbracoDeployTables' to context
2018-09-12 15:28:37,190 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Added UPGRADE migration 'ReduceLoginNameColumnsSize' to context
2018-09-12 15:28:37,190 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Added UPGRADE migration 'AddIndexToCmsMemberLoginName' to context
2018-09-12 15:28:37,196 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Added UPGRADE migration 'AddLockTable' to context
2018-09-12 15:28:37,196 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Added UPGRADE migration 'AddLockObjects' to context
2018-09-12 15:28:37,213 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Added UPGRADE migration 'UpdateUserTables' to context
2018-09-12 15:28:37,323 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Added UPGRADE migration 'AddUserGroupTables' to context
2018-09-12 15:28:37,333 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Added UPGRADE migration 'AddUserStartNodeTable' to context
2018-09-12 15:28:37,333 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Added UPGRADE migration 'ReduceDictionaryKeyColumnsSize' to context
2018-09-12 15:28:37,334 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Added UPGRADE migration 'AddIndexToDictionaryKeyColumn' to context
2018-09-12 15:28:37,334 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Added UPGRADE migration 'EnsureContentTemplatePermissions' to context
2018-09-12 15:28:37,342 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Executing sql statement 1: INSERT INTO [umbracoRelationType] ([dual],[parentObjectType],[childObjectType],[name],[alias]) VALUES (0,'c66ba18e-eaf3-4cff-8a22-41b16d66a972','c66ba18e-eaf3-4cff-8a22-41b16d66a972','Relate Parent Document On Delete','relateParentDocumentOnDelete');
2018-09-12 15:28:37,348 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Executing sql statement 2: CREATE TABLE [umbracoCacheInstruction] ([id] INTEGER NOT NULL IDENTITY(1,1),
[utcStamp] DATETIME NOT NULL,
[jsonInstruction] NTEXT NOT NULL,
[originated] NVARCHAR(500) NOT NULL)
2018-09-12 15:28:37,352 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Executing sql statement 3: ALTER TABLE [umbracoCacheInstruction] ADD CONSTRAINT [PK_umbracoCacheInstruction] PRIMARY KEY CLUSTERED ([id])
2018-09-12 15:28:37,360 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Executing sql statement 4: UPDATE cmsTemplate SET master = NULL WHERE [master] IS NOT NULL AND [master] NOT IN (SELECT nodeId FROM (SELECT * FROM cmsTemplate a) b)
2018-09-12 15:28:37,390 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 15:28:37,398 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 15:28:37,399 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 15:28:37,400 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 15:28:37,401 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 15:28:37,403 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 15:28:37,404 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 15:28:37,405 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 15:28:37,406 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 15:28:37,407 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 15:28:37,408 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 15:28:37,409 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 15:28:37,410 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 15:28:37,411 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 15:28:37,412 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 15:28:37,412 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 15:28:37,414 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 15:28:37,415 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 15:28:37,416 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 15:28:37,417 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 15:28:37,418 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 15:28:37,420 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 15:28:37,421 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 15:28:37,421 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 15:28:37,422 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 15:28:37,423 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 15:28:37,424 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 15:28:37,425 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 15:28:37,426 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 15:28:37,427 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 15:28:37,428 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 15:28:37,429 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 15:28:37,430 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 15:28:37,431 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 15:28:37,433 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 15:28:37,434 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 15:28:37,436 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 15:28:37,436 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 15:28:37,437 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 15:28:37,438 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 15:28:37,439 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 15:28:37,440 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 15:28:37,441 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 15:28:37,442 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 15:28:37,443 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 15:28:37,444 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 15:28:37,445 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 15:28:37,446 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 15:28:37,449 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 15:28:37,450 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 15:28:37,451 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 15:28:37,452 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 15:28:37,453 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 15:28:37,454 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 15:28:37,455 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 15:28:37,456 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 15:28:37,457 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 15:28:37,458 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE umbracoNode SET parentID=@parentId WHERE id=@nodeId
2018-09-12 15:28:37,463 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 15:28:37,476 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 15:28:37,484 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 15:28:37,486 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 15:28:37,487 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 15:28:37,488 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 15:28:37,488 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 15:28:37,489 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 15:28:37,490 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 15:28:37,491 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 15:28:37,492 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 15:28:37,493 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 15:28:37,494 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 15:28:37,495 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 15:28:37,496 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 15:28:37,497 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 15:28:37,499 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 15:28:37,500 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 15:28:37,501 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 15:28:37,502 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 15:28:37,503 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 15:28:37,504 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 15:28:37,504 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 15:28:37,505 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 15:28:37,506 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 15:28:37,507 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 15:28:37,508 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 15:28:37,509 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 15:28:37,510 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 15:28:37,511 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 15:28:37,512 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 15:28:37,513 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 15:28:37,515 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 15:28:37,516 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 15:28:37,517 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 15:28:37,518 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 15:28:37,519 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 15:28:37,520 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 15:28:37,521 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 15:28:37,522 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 15:28:37,523 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 15:28:37,523 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 15:28:37,524 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 15:28:37,525 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 15:28:37,526 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 15:28:37,527 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 15:28:37,528 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 15:28:37,529 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 15:28:37,530 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 15:28:37,531 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 15:28:37,532 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 15:28:37,533 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 15:28:37,535 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 15:28:37,536 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 15:28:37,537 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 15:28:37,537 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 15:28:37,538 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 15:28:37,539 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenThreeZero.MigrateAndRemoveTemplateMasterColumn - Executing sql statement: UPDATE [umbracoNode] SET path=@buildPath WHERE id=@nodeId
2018-09-12 15:28:37,542 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Executing sql statement 7: ALTER TABLE [cmsTemplate] DROP CONSTRAINT [FK_cmsTemplate_cmsTemplate]
2018-09-12 15:28:37,548 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Executing sql statement 8: ALTER TABLE [cmsTemplate] DROP COLUMN [master]
2018-09-12 15:28:37,552 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Executing sql statement 9: DELETE FROM [cmsStylesheetProperty] WHERE 1 = 1
2018-09-12 15:28:37,555 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Executing sql statement 10: DELETE FROM [umbracoNode] WHERE [nodeObjectType] = '5555da4f-a123-42b2-4488-dcdfb25e4111'
2018-09-12 15:28:37,622 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Executing sql statement 11: DROP TABLE [cmsStylesheetProperty]
2018-09-12 15:28:37,628 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Executing sql statement 12: DELETE FROM [cmsStylesheet] WHERE 1 = 1
2018-09-12 15:28:37,632 [P16460/D3/T19] INFO Umbraco.Core.Persistence.Migrations.MigrationRunner - Executing sql statement 13: DELETE FROM [umbracoNode] WHERE [nodeObjectType] = '9f68da4f-a3a8-44c2-8226-dcbd125e4840'
2018-09-12 15:29:07,638 [P16460/D3/T19] ERROR Umbraco.Core.Persistence.UmbracoDatabase - Exception (a5632c44).
System.Data.SqlClient.SqlException (0x80131904): Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
The statement has been terminated. ---> System.ComponentModel.Win32Exception (0x80004005): 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, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry)
at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
at StackExchange.Profiling.Data.ProfiledDbCommand.ExecuteNonQuery() in c:\Code\github\SamSaffron\MiniProfiler\StackExchange.Profiling\Data\ProfiledDbCommand.cs:line 266
at Umbraco.Core.Persistence.PetaPocoCommandExtensions.<>c__DisplayClass2_0.<ExecuteNonQueryWithRetry>b__0()
at Umbraco.Core.Persistence.FaultHandling.RetryPolicy.ExecuteAction[TResult](Func`1 func)
at Umbraco.Core.Persistence.PetaPocoCommandExtensions.ExecuteNonQueryWithRetry(IDbCommand command, RetryPolicy cmdRetryPolicy, RetryPolicy conRetryPolicy)
at Umbraco.Core.Persistence.PetaPocoCommandExtensions.ExecuteNonQueryWithRetry(IDbCommand command, RetryPolicy retryPolicy)
at Umbraco.Core.Persistence.PetaPocoCommandExtensions.ExecuteNonQueryWithRetry(IDbCommand command)
at Umbraco.Core.Persistence.Database.Execute(String sql, Object[] args)
ClientConnectionId:c546aab1-bb7c-4aaf-96f1-6030025b98ba
Error Number:-2,State:0,Class:11
2018-09-12 15:29:07,650 [P16460/D3/T19] ERROR Umbraco.Core.DatabaseContext - Database configuration failed
System.Data.SqlClient.SqlException (0x80131904): Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
The statement has been terminated. ---> System.ComponentModel.Win32Exception (0x80004005): 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, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry)
at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
at StackExchange.Profiling.Data.ProfiledDbCommand.ExecuteNonQuery() in c:\Code\github\SamSaffron\MiniProfiler\StackExchange.Profiling\Data\ProfiledDbCommand.cs:line 266
at Umbraco.Core.Persistence.PetaPocoCommandExtensions.<>c__DisplayClass2_0.<ExecuteNonQueryWithRetry>b__0()
at Umbraco.Core.Persistence.FaultHandling.RetryPolicy.ExecuteAction[TResult](Func`1 func)
at Umbraco.Core.Persistence.PetaPocoCommandExtensions.ExecuteNonQueryWithRetry(IDbCommand command, RetryPolicy cmdRetryPolicy, RetryPolicy conRetryPolicy)
at Umbraco.Core.Persistence.PetaPocoCommandExtensions.ExecuteNonQueryWithRetry(IDbCommand command, RetryPolicy retryPolicy)
at Umbraco.Core.Persistence.PetaPocoCommandExtensions.ExecuteNonQueryWithRetry(IDbCommand command)
at Umbraco.Core.Persistence.Database.Execute(String sql, Object[] args)
at Umbraco.Core.Persistence.Migrations.MigrationRunner.ExecuteMigrations(IMigrationContext context, Database database)
at Umbraco.Core.Persistence.Migrations.MigrationRunner.Execute(Database database, DatabaseProviders databaseProvider, Boolean isUpgrade)
at Umbraco.Core.Persistence.Migrations.MigrationRunner.Execute(Database database, Boolean isUpgrade)
at Umbraco.Core.DatabaseContext.UpgradeSchemaAndData(IMigrationEntryService migrationEntryService)
ClientConnectionId:c546aab1-bb7c-4aaf-96f1-6030025b98ba
Error Number:-2,State:0,Class:11
2018-09-12 15:29:07,656 [P16460/D3/T19] INFO Umbraco.Core.DatabaseContext - The database schema validation produced the following summary:
The following tables were found in the database, but are not in the current schema:
UFPages,UFDataSourceMappings,UFRecordsXml,UFRecords,umbracoUser2NodePermission,umbracoUser2app,UFWorkflows,UFUserFormSecurity,UFFieldsets,UFFields,UFPrevalues,UFFieldSettings,UFFieldConditions,UFRecordFields,UFRecordDataString,UFRecordDataLongString,UFRecordDataInteger,icUrlTracker,UFRecordDataDateTime,UFRecordDataBit,UFFieldConditionRules,CMSImportState,CMSImportScheduledTask,CMSImportRelation,CMSImportMediaRelation,CMSImportScheduledItems,cmsStylesheetProperty,CMSImportCustomRelation,OkobojiAudits,OkobojiTransactionLog,UFSettings,OkobojiAffiliateLog,UFDataSources,UFFormStates,umbracoUserType,umbracoUserLogins,UFUserSecurity,UFWorkflowsToForms,UFPrevalueSources,UFWorkflowExecutionStates,UFPrevalueSourceSettings,UFForms,cmsStylesheet,umbracoAccess,umbracoAccessRule,umbracoCacheInstruction,umbracoExternalLogin,umbracoMigration,umbracoRedirectUrl,umbracoLock,umbracoUserGroup,umbracoUser2UserGroup,umbracoUserGroup2NodePermission,umbracoUserGroup2App,umbracoUserStartNode
The following columns were found in the database, but are not in the current schema:
UFPages,Id,UFPages,Form,UFPages,SortOrder,UFPages,Caption,UFDataSourceMappings,DataSource,UFDataSourceMappings,DataSourceField,UFDataSourceMappings,Form,UFDataSourceMappings,PrevalueTable,UFDataSourceMappings,PrevalueKeyField,UFDataSourceMappings,PrevalueValueField,UFDataSourceMappings,DataType,UFDataSourceMappings,DefaultValue,UFRecordsXml,id,UFRecordsXml,Form,UFRecordsXml,xml,UFRecordsXml,created,UFRecordsXml,Page,UFRecords,Id,UFRecords,Form,UFRecords,Created,UFRecords,Updated,UFRecords,State,UFRecords,currentPage,UFRecords,umbracoPageId,UFRecords,IP,UFRecords,MemberKey,umbracoUser2NodePermission,userId,umbracoUser2NodePermission,nodeId,umbracoUser2NodePermission,permission,umbracoUser2app,user,umbracoUser2app,app,UFWorkflows,Id,UFWorkflows,Name,UFWorkflows,Type,UFWorkflows,SortOrder,UFWorkflows,Active,UFWorkflows,Form,UFWorkflows,ExecutesOn,UFUserFormSecurity,User,UFUserFormSecurity,Form,UFUserFormSecurity,HasAccess,UFUserFormSecurity,SecurityType,UFUserFormSecurity,AllowInEditor,UFFieldsets,Id,UFFieldsets,Page,UFFieldsets,SortOrder,UFFieldsets,Caption,cmsPropertyType,helpText,UFFields,Id,UFFields,Fieldset,UFFields,Fieldtype,UFFields,PreValueProvider,UFFields,RegEx,UFFields,Mandatory,UFFields,SortOrder,UFFields,Caption,UFFields,DataSourceField,UFFields,ToolTip,UFFields,DefaultValue,UFFields,RequiredErrorMessage,UFFields,InvalidErrorMessage,UFPrevalues,Id,UFPrevalues,Field,UFPrevalues,Value,UFPrevalues,SortOrder,UFFieldSettings,Field,UFFieldSettings,Key,UFFieldSettings,Value,UFFieldConditions,Id,UFFieldConditions,Field,UFFieldConditions,Enabled,UFFieldConditions,ActionType,UFFieldConditions,LogicType,UFRecordFields,Key,UFRecordFields,Field,UFRecordFields,Record,UFRecordFields,DataType,UFRecordDataString,Key,UFRecordDataString,Value,UFRecordDataLongString,Key,UFRecordDataLongString,Value,UFRecordDataInteger,Key,UFRecordDataInteger,Value,icUrlTracker,Id,icUrlTracker,OldUrl,icUrlTracker,OldUrlQueryString,icUrlTracker,OldRegex,icUrlTracker,RedirectRootNodeId,icUrlTracker,RedirectNodeId,icUrlTracker,RedirectUrl,icUrlTracker,RedirectHttpCode,icUrlTracker,RedirectPassThroughQueryString,icUrlTracker,Notes,icUrlTracker,Is404,icUrlTracker,Referrer,icUrlTracker,Inserted,icUrlTracker,ForceRedirect,UFRecordDataDateTime,Key,UFRecordDataDateTime,Value,UFRecordDataBit,Key,UFRecordDataBit,Value,UFFieldConditionRules,Id,UFFieldConditionRules,FieldCondition,UFFieldConditionRules,Field,UFFieldConditionRules,Operator,UFFieldConditionRules,Value,CMSImportState,Id,CMSImportState,UniqueIdentifier,CMSImportState,Name,CMSImportState,ImportType,CMSImportState,ImportState,CMSImportState,Recursive,CMSImportState,Parent,CMSImportScheduledTask,ScheduleId,CMSImportScheduledTask,ScheduleGUID,CMSImportScheduledTask,ImportStateGUID,CMSImportScheduledTask,ScheduledTaskName,CMSImportScheduledTask,NotifyEmailAddress,CMSImportScheduledTask,ExecuteEvery,CMSImportScheduledTask,ExecuteDays,CMSImportScheduledTask,ExecuteHour,CMSImportScheduledTask,ExecuteMinute,CMSImportScheduledTask,ImportAsUser,CMSImportRelation,Id,CMSImportRelation,UmbracoID,CMSImportRelation,UmbracoParentId,CMSImportRelation,DataSourceKey,CMSImportMediaRelation,Id,CMSImportMediaRelation,UmbracoMediaId,CMSImportMediaRelation,SourceUrl,CMSImportScheduledItems,ScheduledItemId,CMSImportScheduledItems,ScheduleldTaskId,CMSImportScheduledItems,ScheduledOn,CMSImportScheduledItems,ExecutedOn,CMSImportScheduledItems,InProgress,cmsStylesheetProperty,nodeId,cmsStylesheetProperty,stylesheetPropertyEditor,cmsStylesheetProperty,stylesheetPropertyAlias,cmsStylesheetProperty,stylesheetPropertyValue,CMSImportCustomRelation,CustomRelationId,CMSImportCustomRelation,UmbracoId,CMSImportCustomRelation,Alias,CMSImportCustomRelation,DataSourceKey,CMSImportCustomRelation,RelatedId,OkobojiAudits,f_audit_id,OkobojiAudits,f_audit_timestamp,OkobojiAudits,f_audit_action,OkobojiAudits,f_audit_description,OkobojiAudits,f_audit_userid,OkobojiAudits,f_audit_loginname,OkobojiAudits,f_audit_ipaddress,OkobojiAudits,f_audit_useragent,OkobojiAudits,f_audit_contentid,OkobojiAudits,f_audit_contentname,OkobojiTransactionLog,f_log_id,OkobojiTransactionLog,f_content_id,OkobojiTransactionLog,f_gateway_id,OkobojiTransactionLog,f_paypal_id,OkobojiTransactionLog,f_timestamp,UFSettings,Id,UFSettings,Key,UFSettings,Value,OkobojiAffiliateLog,f_affiliate_id,OkobojiAffiliateLog,f_author_id,OkobojiAffiliateLog,f_content_id,OkobojiAffiliateLog,f_category_id,OkobojiAffiliateLog,f_existing,OkobojiAffiliateLog,f_expiredate,OkobojiAffiliateLog,f_timestamp,UFDataSources,Id,UFDataSources,Type,UFDataSources,Name,UFFormStates,State,umbracoUserType,id,umbracoUserType,userTypeAlias,umbracoUserType,userTypeName,umbracoUserType,userTypeDefaultPermissions,umbracoUserLogins,contextID,umbracoUserLogins,userID,umbracoUserLogins,timeout,UFUserSecurity,User,UFUserSecurity,ManageDataSources,UFUserSecurity,ManagePreValueSources,UFUserSecurity,ManageWorkflows,UFUserSecurity,ManageForms,UFWorkflowsToForms,Workflow,UFWorkflowsToForms,Form,UFPrevalueSources,Id,UFPrevalueSources,Name,UFPrevalueSources,Type,UFWorkflowExecutionStates,Workflow,UFWorkflowExecutionStates,State,UFWorkflowExecutionStates,Form,UFPrevalueSourceSettings,PrevalueProvider,UFPrevalueSourceSettings,Key,UFPrevalueSourceSettings,Value,umbracoUser,userType,umbracoUser,startStructureID,umbracoUser,startMediaID,UFForms,Id,UFForms,Name,UFForms,Created,UFForms,ManualApproval,UFForms,GotoPageOnSubmit,UFForms,MessageOnSubmit,UFForms,DataSource,UFForms,ShowValidationSummary,UFForms,HideFieldValidation,UFForms,RequiredErrorMessage,UFForms,InvalidErrorMessage,UFForms,FieldIndicationType,UFForms,Indicator,UFForms,Archived,UFForms,StoreRecordsLocally,UFForms,DisableDefaultStylesheet,UFForms,Entries,UFForms,Views,cmsTemplate,master,cmsStylesheet,nodeId,cmsStylesheet,filename,cmsStylesheet,content,cmsContentVersion,LanguageLocale,cmsPropertyTypeGroup,parentGroupId,cmsMacro,uniqueId,cmsMacroProperty,uniquePropertyId,cmsPropertyTypeGroup,uniqueID,cmsPropertyType,UniqueID,cmsPropertyData,dataDecimal,umbracoRelationType,typeUniqueId,umbracoUser,passwordConfig,umbracoUser,securityStampToken,umbracoUser,failedLoginAttempts,umbracoUser,lastLockoutDate,umbracoUser,lastPasswordChangeDate,umbracoUser,lastLoginDate,umbracoUser,emailConfirmedDate,umbracoUser,invitedDate,umbracoUser,createDate,umbracoUser,updateDate,umbracoUser,avatar,umbracoServer,isMaster,umbracoAccess,id,umbracoAccess,nodeId,umbracoAccess,loginNodeId,umbracoAccess,noAccessNodeId,umbracoAccess,createDate,umbracoAccess,updateDate,umbracoAccessRule,id,umbracoAccessRule,accessId,umbracoAccessRule,ruleValue,umbracoAccessRule,ruleType,umbracoAccessRule,createDate,umbracoAccessRule,updateDate,umbracoCacheInstruction,id,umbracoCacheInstruction,utcStamp,umbracoCacheInstruction,jsonInstruction,umbracoCacheInstruction,originated,umbracoExternalLogin,id,umbracoExternalLogin,userId,umbracoExternalLogin,loginProvider,umbracoExternalLogin,providerKey,umbracoExternalLogin,createDate,umbracoMigration,id,umbracoMigration,name,umbracoMigration,createDate,umbracoMigration,version,umbracoRedirectUrl,id,umbracoRedirectUrl,contentKey,umbracoRedirectUrl,createDateUtc,umbracoRedirectUrl,url,umbracoRedirectUrl,urlHash,umbracoLock,id,umbracoLock,value,umbracoLock,name,umbracoUserGroup,id,umbracoUserGroup,userGroupAlias,umbracoUserGroup,userGroupName,umbracoUserGroup,userGroupDefaultPermissions,umbracoUserGroup,createDate,umbracoUserGroup,updateDate,umbracoUserGroup,icon,umbracoUserGroup,startContentId,umbracoUserGroup,startMediaId,umbracoUser2UserGroup,userId,umbracoUser2UserGroup,userGroupId,umbracoUserGroup2NodePermission,userGroupId,umbracoUserGroup2NodePermission,nodeId,umbracoUserGroup2NodePermission,permission,umbracoUserGroup2App,userGroupId,umbracoUserGroup2App,app,umbracoUserStartNode,id,umbracoUserStartNode,userId,umbracoUserStartNode,startNode,umbracoUserStartNode,startNodeType
The following constraints (Primary Keys, Foreign Keys and Indexes) were found in the database, but are not in the current schema:
FK_cmsPropertyTypeGroup_cmsPropertyTypeGroup_id,FK_cmsStylesheet_umbracoNode_id,FK_cmsTemplate_cmsTemplate,FK_UFDataSourceMappings_UFDataSources,FK_UFDataSourceMappings_UFForms,FK_UFField_UFFieldsets,FK_UFFieldConditionRules_UFFieldConditions,FK_UFFieldConditionRules_UFFields,FK_UFFieldConditions_UFFields,FK_UFFieldsets_UFPages,FK_UFFieldSettings_UFFields,FK_UFForms_UFDataSources,FK_UFPages_UFForms,FK_UFPrevalues_UFFields,FK_UFPrevalueSettings_UFPrevalueProviders,FK_UFRecordDataBit_UFRecordFields,FK_UFRecordDataDateTime_UFRecordFields,FK_UFRecordDataInteger_UFRecordFields,FK_UFRecordDataLongString_UFRecordFields,FK_UFRecordDataString_UFRecordFields,FK_UFRecordFields_UFFields,FK_UFRecordFields_UFRecords,FK_UFRecords_UFForms,FK_UFRecordsXml_UFForms,FK_UFUserFormSecurity_UFForms,FK_UFWorkflowExecutionStates_UFFormStates,FK_UFWorkflows_UFForms,FK_umbracoUser_umbracoUserType_id,FK_umbracoUser2app_umbracoUser_id,FK_umbracoUser2NodePermission_umbracoNode_id,FK_umbracoUser2NodePermission_umbracoUser_id,FK_cmsContentVersion_cmsContent_nodeId,FK_cmsDocument_cmsContent_nodeId,FK_cmsDocument_cmsTemplate_nodeId,FK_cmsDocumentType_cmsContentType_nodeId,FK_cmsDocumentType_cmsTemplate_nodeId,FK_cmsDataTypePreValues_cmsDataType_nodeId,FK_cmsDictionary_cmsDictionary_id,FK_cmsLanguageText_umbracoLanguage_id,FK_cmsLanguageText_cmsDictionary_id,FK_cmsMemberType_cmsContentType_nodeId,FK_cmsMember_cmsContent_nodeId,FK_cmsContentXml_cmsContent_nodeId,FK_cmsPreviewXml_cmsContent_nodeId,FK_cmsPreviewXml_cmsContentVersion_VersionId,FK_cmsPropertyTypeGroup_cmsContentType_nodeId,FK_cmsPropertyType_cmsDataType_nodeId,FK_cmsPropertyType_cmsContentType_nodeId,FK_cmsContentTypeAllowedContentType_cmsContentType,FK_cmsContentTypeAllowedContentType_cmsContentType1,FK_umbracoAccess_umbracoNode_id,FK_umbracoAccess_umbracoNode_id1,FK_umbracoAccess_umbracoNode_id2,FK_umbracoAccessRule_umbracoAccess_id,FK_umbracoRedirectUrl_umbracoNode_uniqueID,FK_startContentId_umbracoNode_id,FK_startMediaId_umbracoNode_id,FK_umbracoUser2UserGroup_umbracoUser_id,FK_umbracoUser2UserGroup_umbracoUserGroup_id,FK_umbracoUserGroup2NodePermission_umbracoUserGroup_id,FK_umbracoUserGroup2NodePermission_umbracoNode_id,FK_umbracoUserGroup2App_umbracoUserGroup_id,FK_umbracoUserStartNode_umbracoUser_id,FK_umbracoUserStartNode_umbracoNode_id,PK_CMSImportCustomRelation,PK_CMSImportMediaRelation,PK_CMSImportRelation,PK_CMSImportScheduledItems,PK_CMSImportScheduledTask,PK_CMSImportState,PK_cmsPreviewXml,PK_cmsStylesheet,PK_cmsStylesheetProperty,PK_icUrlTracker,PK_Okoboji.Audits,PK_OkobojiAffiliateLog,PK_OkobojiTransactionLog,PK_UFDataSourceMappings,PK_UFDataSources,PK_UFField,PK_UFFieldConditionRules,PK_UFFieldConditions,PK_UFFieldsets,PK_UFForms,PK_UFFormStates,PK_UFPages,PK_UFPrevalueProviders,PK_UFPrevalues,PK_UFPrevalueSettings,PK_UFRecordFields,PK_UFRecords,PK_UFRecordsXml,PK_UFSettings,PK_UFUserFormSecurity,PK_UFUserSecurity,PK_UFWorkflowExecutionStates,PK_UFWorkflows,PK_UFWorkflowsToForms,PK_umbracoUser2NodePermission,PK_umbracoUserType,PK_user2app,PK_cmsContentPreviewXml,PK_umbracoAccess,PK_umbracoAccessRule,PK_umbracoCacheInstruction,PK_umbracoExternalLogin,PK_umbracoMigration,PK_umbracoRedirectUrl,PK_umbracoLock,PK_umbracoUserGroup,PK_user2userGroup,PK_umbracoUserGroup2NodePermission,PK_userGroup2App,PK_userStartNode,IX_umbracoNodeTrashed,IX_umbracoNodeParentId,IX_umbracoNodePath,IX_umbracoNodeUniqueID,IX_umbracoNodeObjectType,IX_cmsContentType,IX_cmsContentType_icon,IX_cmsTemplate_nodeId,IX_cmsContent,IX_cmsContentVersion_ContentId,IX_cmsContentVersion_VersionId,IX_cmsDocument,IX_cmsDocument_published,IX_cmsDocument_newest,IX_cmsDataType_nodeId,IX_cmsDictionary_id,IX_cmsDictionary_key,IX_umbracoLanguage_languageISOCode,IX_umbracoLog,IX_cmsMacro_UniqueId,IX_cmsMacroPropertyAlias,IX_cmsMacroProperty_UniquePropertyId,IX_cmsMacroProperty_Alias,IX_cmsMember_LoginName,IX_cmsPropertyTypeGroupUniqueID,IX_cmsPropertyTypeUniqueID,IX_cmsPropertyData_1,IX_cmsPropertyData_2,IX_cmsPropertyData_3,IX_umbracoRelationType_UniqueId,IX_umbracoRelationType_name,IX_umbracoRelationType_alias,IX_umbracoRelation_parentChildType,IX_cmsTags,IX_umbracoUser_userLogin,IX_cmsTaskType_alias,IX_computerName,IX_umbracoServer_isActive,IX_umbracoAccess_nodeId,IX_umbracoAccessRule,IX_umbracoMigration,IX_umbracoRedirectUrl,IX_umbracoUserGroup_userGroupAlias,IX_umbracoUserGroup_userGroupName,IX_umbracoUser2NodePermission_nodeId,IX_umbracoUserStartNode_startNodeType
The following indexes were found in the database, but are not in the current schema:
IX_cmsMacro_Alias,IX_icUrlTracker,IX_umbracoUserLogins_Index,IX_umbracoNodeParentId,IX_umbracoNodePath,IX_umbracoNodeObjectType,IX_cmsTemplate_nodeId,IX_cmsContentVersion_VersionId,IX_cmsDocument,IX_cmsDataType_nodeId,IX_cmsDictionary_id,IX_cmsDictionary_key,IX_umbracoLanguage_languageISOCode,IX_umbracoLog,IX_cmsMacro_UniqueId,IX_cmsMacroPropertyAlias,IX_cmsMacroProperty_UniquePropertyId,IX_cmsMember_LoginName,IX_cmsPropertyTypeGroupUniqueID,IX_cmsPropertyTypeUniqueID,IX_cmsPropertyData_1,IX_cmsPropertyData_2,IX_cmsPropertyData_3,IX_umbracoRelationType_UniqueId,IX_umbracoRelationType_name,IX_umbracoRelationType_alias,IX_umbracoRelation_parentChildType,IX_umbracoUser_userLogin,IX_cmsTaskType_alias,IX_umbracoAccess_nodeId,IX_umbracoAccessRule,IX_umbracoMigration,IX_umbracoRedirectUrl,IX_umbracoUserGroup_userGroupAlias,IX_umbracoUserGroup_userGroupName,IX_umbracoUser2NodePermission_nodeId,IX_umbracoUserStartNode_startNodeType
2018-09-12 15:29:07,659 [P16460/D3/T19] ERROR Umbraco.Web.Install.Controllers.InstallApiController - Installation step DatabaseUpgrade failed.
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> Umbraco.Web.Install.InstallException: The database failed to upgrade. ERROR: The database configuration failed with the following message: Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
The statement has been terminated.
Please check log file for additional information (can be found in '/App_Data/Logs/UmbracoTraceLog.txt')
at Umbraco.Web.Install.InstallSteps.DatabaseUpgradeStep.Execute(Object model)
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at Umbraco.Web.Install.Controllers.InstallApiController.ExecuteStep(InstallSetupStep step, JToken instruction)
2018-09-12 15:29:07,660 [P16460/D3/T19] INFO Umbraco.Web.Install.Controllers.InstallApiController - Step completed (took 37373ms)
2018-09-12 15:29:07,661 [P16460/D3/T19] ERROR Umbraco.Web.Install.Controllers.InstallApiController - An error occurred during installation step DatabaseUpgrade
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> Umbraco.Web.Install.InstallException: The database failed to upgrade. ERROR: The database configuration failed with the following message: Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
The statement has been terminated.
Please check log file for additional information (can be found in '/App_Data/Logs/UmbracoTraceLog.txt')
at Umbraco.Web.Install.InstallSteps.DatabaseUpgradeStep.Execute(Object model)
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at Umbraco.Web.Install.Controllers.InstallApiController.ExecuteStep(InstallSetupStep step, JToken instruction)
at Umbraco.Web.Install.Controllers.InstallApiController.PostPerformInstall(InstallInstructions installModel)
Issues Upgrading from 7.2.8 to any higher version
Hello!
I'm trying to upgrade a rather large old WebForms site built originally on Umbraco 6 and currently running 7.2.8.
I tried upgrading directly from 7.2.8 to 7.10.4 which didn't work; I also tried upgrading from 7.2.8 to 7.7.13 which also didn't work. I ran into issues with DB migrations not working. These led me to a number of potential solutions (which didn't help):
After reading all of those and trying a ton of stuff, I decided to instead try smaller version upgrades as outlined (here: https://codeshare.co.uk/blog/how-to-upgrade-umbraco-safely/ with this approach: https://our.umbraco.com/forum/using-umbraco-and-getting-started/91701-upgrade-to-umbraco-700plus-returns-error-invalid-object-name-umbracouser2usergroup#comment-289761) Specifically, I created a new empty web project, and installed 7.3.8, pointed it at the DB, and it encountered what appears to just be a SQL timeout. After this, I tried setting the web.config SQL timeout value to 240 which should have been sufficient but didn't help.
Here is the log for the attempted DB upgrade from 7.2.8 to 7.3.8:
Here's the very similar log for the attempted DB upgrade from 7.2.8 to 7.5.14:
Of Note: I did restore the DB copy I'm working with from a backup to a prior attempted upgraded state before attempting upgrades on different versions.
Any idea how I can get this upgraded to anything higher than 7.2.8? I think once I get past this it should be smoother sailing as the upgrade process for later versions has been much better IMO.
Best, Chris
Hi Chris,
I see you tried to go to 7.3.8, have you tried going to 7.3.0 ?
Nik
@Nik -- I hadn't tried that -- but I tried it and it worked to upgrade the DB with the clean install. (One would assume that 7.3.8 and 7.3.0 both applied the same sequence of DB migrations but evidently not.)
Then I stopped that 7.3.0 clean install shell site, started the 7.3.8 clean install site and it upgraded fine too, then I started the full site (after manually bumping the web.config version to 7.3.8) and it loaded great!
THANK YOU! H5YR
Hey Chris,
Good to hear that worked. In my experience the upgrades, particularly from around 7.2.8 to 7.3.8 were always a bit picky. When I've got a large jump to go I generally do minor.0 patch then minor.final patch before incrementing the minor.
Yes it takes a while but once you get past 7.6 I've found you can then do bigger jumps more reliably.
7.2.8 is the version I've always had issues getting past when I've had to do it so 7.3.0 is my default step now.
Nik
I also just tried a direct upgrade (with again the separate empty project with a clean install of Umbraco pointed at the 7.2.8 DB) with 7.7.13 and I do get better errors.
Specifically I'm getting:
But it seems the primary problem continues to be a SQL timeout of some sort. Not sure what else to try.
Here's the full 7.2.8 to 7.7.13 attempted DB upgrade log:
Best, Chris
is working on a reply...