Upgrading Umbraco with umbracoUser2UserGroup issues
Trying to do some upgrades and hitting problems with the database upgrade, specifically in regards to the 'umbracouser2usergroup' table.
I'm trying to upgrade 7.6.13 to, well, anything. I've tried 7.7.0, 7.7.1, 7.7.13, and 7.11.1 so far with the same results.
This is a SQL CE install, but on another installation I'm seeing similar errors with a standard SQL Server install.
The error is as follows:
[P8620/D3/T13] ERROR Umbraco.Core.Persistence.UmbracoDatabase - Exception (c4be183d).
System.Data.SqlServerCe.SqlCeException (0x80004005): The specified table does not exist. [ umbracoUser2UserGroup ]
at System.Data.SqlServerCe.SqlCeCommand.ProcessResults(Int32 hr)
at System.Data.SqlServerCe.SqlCeCommand.CompileQueryPlan()
at System.Data.SqlServerCe.SqlCeCommand.ExecuteCommand(CommandBehavior behavior, String method, ResultSetOptions options)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteDbDataReader(CommandBehavior behavior)
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.Database.<Query>d__115`1.MoveNext()
I've seen this specific table error referenced in the following places:
Any chance we can get a fix for this integrated into the upgrade process? This seems to have hit enough people and may even have a possible solution in U4-10472 so it would make upgrading a lot less painful if the migration could succeed more frequently.
Upgrading Umbraco with umbracoUser2UserGroup issues
Trying to do some upgrades and hitting problems with the database upgrade, specifically in regards to the 'umbracouser2usergroup' table.
I'm trying to upgrade 7.6.13 to, well, anything. I've tried 7.7.0, 7.7.1, 7.7.13, and 7.11.1 so far with the same results.
This is a SQL CE install, but on another installation I'm seeing similar errors with a standard SQL Server install.
The error is as follows:
I've seen this specific table error referenced in the following places:
Is there a fix for this for SQL CE?
Any chance we can get a fix for this integrated into the upgrade process? This seems to have hit enough people and may even have a possible solution in U4-10472 so it would make upgrading a lot less painful if the migration could succeed more frequently.
Thanks!
Seems like http://issues.umbraco.org/issue/U4-10138 and possibly http://issues.umbraco.org/issue/U4-10988 are related to this.
is working on a reply...