Migration from SharePoint 2010 to SharePoint 2013
Steps for migration from from 2010 to 2013:
- Perform a SQL Server full backup of the content database(s) in the 2010 farm.
- Restore DB(s).
- Create new web application in the 2013 farm.
- Deploy any Custom solutions.
- Test content DB to make sure that it has no issues (if issues found try to resolve them).
- Test-SPContentDatabase -name <SP DB Name> -WebApplication <web app url>
- Add the new content database restored to the target web application.
- Mount-SPContentDatabase -Name <db name> -DatabaseServer <db alias> -WebApplication <web app url>
- Verify that the site opens.
Comments
Post a Comment