Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Im getting this error when trying to upgrade from 7.12.5 to 7.13.0 +
Any version past 7.13.0 gives me the following error in the logs:
ClientConnectionId:18428abf-bad3-4750-bbb0-7a1450449fdc Error Number:207,State:1,Class:16 2020-12-23 14:13:14,020 [P11888/D3/T8] INFO Umbraco.Core.Security.BackOfficeSignInManager - Event Id: 0, state: Login attempt succeeded for username kevin from IP address ::1 2020-12-23 14:13:14,022 [P11888/D3/T8] INFO Umbraco.Core.Security.BackOfficeSignInManager - Event Id: 0, state: User: kevin logged in from IP address ::1 2020-12-23 14:13:14,238 [P11888/D3/T8] ERROR Umbraco.Core.Persistence.UmbracoDatabase - Exception (adc02b8b). 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) 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()
I am using legacy password settings on
<providers> <clear /> <add name="UmbracoMembershipProvider" type="Umbraco.Web.Security.Providers.MembersMembershipProvider, Umbraco" minRequiredNonalphanumericCharacters="0" minRequiredPasswordLength="8" useLegacyEncoding="true" enablePasswordRetrieval="false" enablePasswordReset="true" requiresQuestionAndAnswer="false" defaultMemberTypeAlias="Member" passwordFormat="Hashed" /> <add name="UsersMembershipProvider" type="Umbraco.Web.Security.Providers.UsersMembershipProvider, Umbraco" minRequiredNonalphanumericCharacters="0" minRequiredPasswordLength="8" useLegacyEncoding="true" enablePasswordRetrieval="false" enablePasswordReset="true" requiresQuestionAndAnswer="false" passwordFormat="Hashed" /> </providers>
When upgrading to 7.13.0 + ( i have tried 7.13.3, 7.14.1, and 7.15.6) I just end up with a login screen and not being able to login.
Hi Kevin,
check the database to see if you have a table called "umbracoUser2UserGroup". Going by the error message it seems like this is missing.
This could be related:
https://our.umbraco.com/forum/using-umbraco-and-getting-started/93174-upgrading-umbraco-with-umbracouser2usergroup-issues
Was everything working on 7.12.5?
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Unable to upgrade to 7.13.0 +
Im getting this error when trying to upgrade from 7.12.5 to 7.13.0 +
Any version past 7.13.0 gives me the following error in the logs:
I am using legacy password settings on
When upgrading to 7.13.0 + ( i have tried 7.13.3, 7.14.1, and 7.15.6) I just end up with a login screen and not being able to login.
Hi Kevin,
check the database to see if you have a table called "umbracoUser2UserGroup". Going by the error message it seems like this is missing.
This could be related:
https://our.umbraco.com/forum/using-umbraco-and-getting-started/93174-upgrading-umbraco-with-umbracouser2usergroup-issues
Was everything working on 7.12.5?
is working on a reply...