Skip to main content
Version: Latest (4.61.0)

Migration Reconciliation

The accelerator creates an Excel report with migration statistics that can be used to do reconciliation. It provides the following columns:

  • Metric: Definition of the calculated statistics.
  • Record: Count of records for metric.
  • Container: Count of containers for metric.
  • Total: Count of records+containers for metric.

For example:

MetricRecordContainerTotal
Total items21526
Migrated Successfully17320
Current Versions (records)1616
Non-Current Versions (records)22
Failed to Migrate112
Failed Reason: Already exists11
Failed Reason: Unspecified11
Excluded From Migration314
Current Versions (records)22
Non-Current Versions (records)11
Excluded Reason: Out of scope112
Excluded Reason: Unspecified22

Settings

mongoConnection

The Mongo connection string including the database name to connect to.

reportPath

Path to the Excel file.

reportName

Name of the Excel file containing the report.

sheetName

Name of the sheet.

filterField

A content store field used for filtering the statistics.

Example: migration.origin

filterValues

An array of values to filter on specified filterField. When an empty array is provided, statistics are calculated on all objects.

Example: ["Alfresco"]