We have a new sp2010 farm to which I have attached a content database from a previous sp2010 farm. This content database contained around 200 mysites.
I created a new web application using powershell and pointed it to the restored mysite content db from the previous sp2010 farm.
I have done a full user profile import but when I browse to my newly attached mysites I get a user not found error and a null context exception in the logs.
Both target and source farms were on the same domain. I am guessing that each user has a guid/object id that corresponds to their username. Is there some steps I need to perform to link the newly generated user profiles with the pre-existing mysites that have been attached to my web application?
What steps are required to properly import mysites from one sp2010 farm to another?