Attaching Database in case there are multiple content database in SharePoint 2007 Site
If the SharePoint 2007 site contains multiple databases, then the order of attaching the content database is as follows:- The Content DB containing the root site collection is always applied first.
- The other content DBs can be applied in any order.
Attach the Content DB To SharePoint 2010 Application
The process of attaching the content DBs in the SharePoint 2010 Web Application should be done through STSADM tool. For Attaching the Content DB to a SharePoint 2010 Web application, you should perform the tasks in the following order:- Restore the Content DBs to New SQL Server Instance
- Delete the existing content DB of the Web application
- Attach the Content DB of the Root Site collection
[- DatabaseCredentials ] [-ServerInstance ]
Mount-SPContentDatabase -Name <DatabaseName> -DatabaseServer <ServerName> - WebApplication <URL> [-Updateuserexperience]
- Attach the Content DB of other Site / Site Collections if any
- perform an iisreset
- Open the SharePoint 2010 Web Application
- Perform the Visual upgrade to get the SharePoint 2010 Look and Feel
Upgrade MySite
To upgrade the MySite to SharePoint 2010, you should perform the following activities- Configure the My sites in SharePoint 2010
- Perform the Content DB attachment method as discussed earlier.
No comments:
Post a Comment