You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 20, 2018. It is now read-only.
Run Enable-Migrations/ensure that an initial migration is created (for your existing 2.2.1 schema)
Install AspNet.Identity.CoreCompat and include the compat namespace to rebase the Identity POCO
Run migrations using EF6 to update schema to V3
Then Identity 3 should be able to read the new schema
@HaoK does that imply that I have to use the old PasswordHasher?
services.Configure(options => options.CompatibilityMode = PasswordHasherCompatibilityMode.IdentityV2);
Hey all
Is it possible to migrate data from Identity 2.2.1 to 3.x?
I found the following discussion, not sure what current status is.
dotnet/efcore#2167
Migrating only the passwords would be enough for now if complete migration doesn't work.
Thanks for your help
The text was updated successfully, but these errors were encountered: