Do you run Test-SPContentDatabase before migration

Last updated by Brook Jeynes [SSW] 7 months ago.See history

Assumption:

  1. You have already installed the customized wsp package you know.
  2. You have restored the content database to SQL server
  3. You haven't attach the content database yet.

It is strongly recommend to run a pre-migration check on the content database before attaching it to trigger the migration process.

Steps:

  1. Run SharePoint PowerShell Console as administrator
  2. Run the command below
Test-SPContentDatabase - name WSS_Content_DB  - webapplication http://sitename
  1. Check the output log, ensure there isn't any errors.
We open source. Powered by GitHub