I want to update Umbraco From version 4.11.3 to 6.0.7.
In wizard when database configuration I get this error :
The database configuration failed with the following message: Invalid object name 'cmsPropertyTypeGroup'. Please check log file for additional information (can be found in '/App_Data/Logs/UmbracoTraceLog.txt')
Invalid object name 'cmsPropertyTypeGroup'.
I want to update Umbraco From version 4.11.3 to 6.0.7. In wizard when database configuration I get this error :
In UmbracoTraceLog.txt nothing is added
Hi Saidi,
In the upgrade to v6.0 the old table cmsTab should be renamed to cmsPropertyGroup
https://github.com/umbraco/Umbraco-CMS/blob/7ee510ed386495120666a78c61497f58ff05de8f/src/Umbraco.Core/Persistence/Migrations/Upgrades/TargetVersionSix/RenameCmsTabTable.cs
Maybe you can try upgrading to v6.0.0 first and then to v6.0.7
Dave
Hi Dave
Thank you that save my day. the link contain all what I need :D
is working on a reply...