Upgrade site collection from SP2010 to SP2013(Part 2)

续上一篇随笔:Upgrade site collection from SP2010 to SP2013(Part 1)

  1. Create a web application which can't include any site collection in order to let it as our portal web application.

 

  1. Testing and mounting the content database to our portal web application.

PowerShell statement: Test-SPContentDatabase -Name <database_name> - 

WebApplication http://<sharepoint_server_application>

e.g. Test-SPContentDatabase -Name WSS_Content_SPTeamPortal -WebApplication http://SPTeamPortal/

 

PowerShell statement: Mount-SPContentDatabase -Name <database_name> -WebApplication http://<sharepoint_server_application>

e.g. Mount-SPContentDatabase -Name WSS_Content_SPTeamPortal -WebApplication http://SPTeamPortal/

 

 

  1. Convert the identity authentication of our portal web application from Windows to Claims.

PowerShell statement: Convert-SPWebApplication -Identity "https://<webappurl>" -To Claims –RetainPermissions [-Force]

e.g. Convert-SPWebApplication -Identity "http://SPTeamPortal/" -To Claims –RetainPermissions

 

  1. Upgrade the experience of our portal site collection and My Site's site collection from SP2010 to SP2013.

 

 

The status of upgrade site collection as following:

  1. Run the search service to execute a full crawl.

 

 

 

 

 

未完待续,还有第三篇

posted @ 2015-05-29 11:26  KenmuHuang  阅读(373)  评论(0编辑  收藏  举报
如果您看完本篇博文,觉得对您有所收获,请点击右下角的 [推荐]
如果您想转载,请注明出处(原创内容,请尊重个人劳动成果)
如果您有任何意见或建议,欢迎留言
感谢您的阅读,敬请关注我的后续博客文章