0
ultimatemm created
Hi, Is there any good ways to migrate existing db ( sp,view,udf ) to aspnetzero structure? Any suggestions would be appreciated.
Thanks & Best Regards
1 Answer(s)
-
0
Hi,
My suggestion is create all entities (poco classes ) in "aspnet zero" prior to your existing database. Run update-database and create an empty database. Then import your existing data to this empty database. Reset old user passwords. Match old roles to new roles.
The migration will not be so smooth. You may need to write a custom application to handle these logics.