70-332 · Question #46
You need to perform a SharePoint 2010 to SharePoint 2013 upgrade. Arrange the following steps in the correct order: 1. Run the Test-SPContentDatabase Windows PowerShell cmdlet. 2. Run the…
You must use the Mount-SPContentDatabase cmdlet to attach a content database to a web application. (Incorrect) Using the SharePoint Central Administration pages to attach a content database is not supported for upgrading. * This is the fourth phase in the process to upgrade…
Question
- Run the Test-SPContentDatabase Windows PowerShell cmdlet.
- Run the Mount-SPContentDatabase Windows PowerShell cmdlet.
- In Central Administration, attach the content database.
- Run the Move-SPWebApplication Windows PowerShell cmdlet and apply customizations.
- In the SharePoint 2013 farm, restore the SharePoint Server 2010 databases.
Explanation
You must use the Mount-SPContentDatabase cmdlet to attach a content database to a web application. (Incorrect) Using the SharePoint Central Administration pages to attach a content database is not supported for upgrading. * This is the fourth phase in the process to upgrade SharePoint 2010 Products data and sites to SharePoint 2013. The process includes the following phases that must be completed in order: 1.Create the SharePoint 2013 farm for a database attach upgrade 2.Copy databases to the new farm for upgrade to SharePoint 2013 3.Upgrade service applications to SharePoint 2013 4.Upgrade content databases to SharePoint 2013 (this phase) 5.Upgrade site collections to SharePoint 2013 > Test-SPContentDatabase Tests a content database. Use the Test-SPContentDatabase cmdlet to test a content database against a Web application to verify all customizations referenced within the content database are also installed in the web application. This cmdlet can be issued against a content database currently attached to the farm, or a content database that is not connected to the farm. It can be used to test content databases from SharePoint 2010 Products against a SharePoint 2013 Products Web application. This helps you determine if the content database is ready to be upgraded. > Mount-SPContentDatabase Mounts an existing content database to a web application. Use the Mount-SPContentDatabase cmdlet to attach a content database to a web application.
Topics
Community Discussion
No community discussion yet for this question.