SCORE Migration Module

Starting from SCORE 3.0.6.0, we have introduced a new Sitecore Powershell Extensions module called SCORE Migration. This feature will help Content Authors and developers to migrate from an older SCORE version to a newer version, getting all new components and features registered in their places.

Version To Use:

SCORE Migration module version is equal to the SCORE version which is installed on your instance. Example: SCORE version is 3.5.10.0 then the SCORE Migration module version is 3.5.10.0

Current Available Version

BrainJocks SCORE Migration Module (click to download)

Dependencies

How To Run

  1. Login to Sitecore back office
  2. Open Sitecore → Development Tools → PowerShell ISE
  3. Past the next powershell script:

    Run SCORE Migration
    Import-Function -Module "SCORE Migration" -Name "Migrate-Tenant"; Migrate-Tenant -tenant 'mysite' -Verbose;

    Note: instead of "mysite" please use your tenant site name

  4. Press "Execute" to run the script