Migration Options |
· Database Attach (Recommended)
o Improved over SP2010 database attach
o 2010 –> 2013
· In-Place no longer supported
· Third Party Tool
o Any version -> Any version
Database Attach upgrade approach is very standard and recommended for migration from SharePoint 2010 to SharePoint 2013. We follow this approach though out this article.
Database attach upgrade approach
Prepare for the Up gradation
Ø Investigate existing farm and Gather Information
· Gather Settings
§ Alternate Access Mapping
· (intranet.heartwareinc.com)
§ Authentication Providers and Authentication Mode
§ Incoming and Outgoing e-mail settings
· From central administration
§ Customization
· All WSPs [Web parts, workflows, user controls, Master pages, CSS and other deployable]
[Note: Based on the custom solutions it may require to upgrade the codebase compatible to SharePoint 2013.]
· 3rd party tools used
§ Certificates
· Any SSL or other certificate from central administration site
· Gather Environment Information
§ Number of Sites
§ Number of Databases
· Web application database
· SharePoint Service application database
· LOB application database
§ Number of Users
· Clean up
§ Check and repair all database consistency error
§ Turn Off Web analytics Service application
Ø Prepare SharePoint 2013 Farm
· Install the Software
· Configure Service Applications
· Configure Farm settings
Upgrade Databases
Following database types can be upgraded to SharePoint 2013 Products.
ü Content Databases
o Content Databases including My Sites (WSS_Content_ID)
ü Service Application Databases
o Business data connectivity
o Manage Metadata Service
o Performance Point Service
o Secure Store Service
o Search Service Application
o User Profile Service Application
Ø Copy or Backup Content Databases
Ø Upgrade Service application database
Use Windows PowerShell cmdlets to create new service applications and upgrade the service application databases. You must also create proxies for the upgraded service applications and add the new service application proxies to the default proxy group.
Ø Create Web applications and Deploy the customization
· Create and configure web application
§ It is not required to create site collection in it because upgrade approach will automatically add new site collections in it.
· Deploy Customization
§ Solution packages
§ Custom site definitions
§ Web parts
§ Web services
§ Workflow
§ Solutions
§ Web.config settings
§ And others
Note: This may require code upgrade to support SharePoint 2013.
Ø Upgrade Content Databases
· Use the Mount-SPContentDatabase cmdlet in Windows PowerShell to upgrade the databases.
Upgrade Sites
Ø Run site collection health checks
Before upgrading, site collection administrators can use the site collection health checker to identify and address potential issues in their site collections. Health checks are also run automatically before upgrade.
Ø Create an upgrade evaluation site collection
Site collection administrators can also request an upgrade evaluation site collection – a separate copy of the site collection upgraded to the new user interface. This site is used to preview the new user interface so that the administrator can address issues before upgrading the site collection.
Ø Upgrade a site collection
After verifying that the site is ready, site collection administrators can upgrade their site collection to the new user interface.
Note: For My Sites, when you are ready to upgrade them, upgrade the My Site host site collection before allowing user access to their My Sites. When users browse to their My Sites after the My Site host is upgraded, their site collections are upgraded automatically.
Comments
Post a Comment