Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Migration Sequence has to be maintained for successful migration.

  • You can execute any command from below table as per requirement (based on data).

  • Code Block
    ## migrateQuml --objectType Question --status Draft,Review,Retired,Failed --delay 2000
    
    	-> Migrate all Question with status Draft,Review,Retired,Failed
    
    ## migrateQuml --objectType QuestionImage --status Draft,Review,Retired,Failed --delay 2000
    
    	-> Migrate all QuestionImage with status Draft,Review,Retired,Failed
    
    ## migrateQuml --objectType Question --status Live --delay 2000
    
    	-> Migrate all Question with Live status.
    
    ## migrateQuml --objectType QuestionSet --status Draft,Review,Retired,Failed --delay 2000
    
    	->  Migrate all QuestionSet with status Draft,Review,Retired,Failed
    
    ## migrateQuml --objectType QuestionSetImage --status Draft,Review,Retired,Failed --delay 2000
    
    	-> Migrate all QuestionSetImage with status Draft,Review,Retired,Failed
    
    ## migrateQuml --objectType QuestionSet --status Live --delay 2000
    
    	-> Migrate all QuestionSet with status Live.

Step-3: Verify the migration status.

Migration Version Description:

  • We have different values for migrationVersion metadata which indicates different stages of QuML migration. Below table covers all possible values of migrationVersion indicating succes / failure states.

migrationVersion

Description

3.0

Migration successful, if Asset status is other than Live

3.1

Migration and republish both successful, if Asset status is Live

2.1

Migration failed irrespective of status of the Asset.

2.2

Republish failed. Applicable only on Live status Asset

2.3

Migration skipped because of data validation issue

...