|
@@ -38,8 +38,12 @@ export class TransitionRevisionsFromPrimaryToSecondaryDatabaseForUser implements
|
|
}
|
|
}
|
|
const revisionsToSkipInIntegrityCheck = migrationResult.getValue()
|
|
const revisionsToSkipInIntegrityCheck = migrationResult.getValue()
|
|
|
|
|
|
|
|
+ this.logger.info(`[${dto.userUuid}] Revisions migrated`)
|
|
|
|
+
|
|
await this.allowForSecondaryDatabaseToCatchUp()
|
|
await this.allowForSecondaryDatabaseToCatchUp()
|
|
|
|
|
|
|
|
+ this.logger.info(`[${dto.userUuid}] Checking integrity between primary and secondary database`)
|
|
|
|
+
|
|
const integrityCheckResult = await this.checkIntegrityBetweenPrimaryAndSecondaryDatabase(
|
|
const integrityCheckResult = await this.checkIntegrityBetweenPrimaryAndSecondaryDatabase(
|
|
userUuid,
|
|
userUuid,
|
|
revisionsToSkipInIntegrityCheck,
|
|
revisionsToSkipInIntegrityCheck,
|