RED-9843: Do not run saas migration in 4.1.x, it should not run for documine 1.1.x -> 1.2.x #679

Merged
dominique.eiflaender1 merged 1 commits from RED-9843-noSaasMigra into release/2.465.x 2024-08-19 15:14:03 +02:00

View File

@ -73,8 +73,8 @@ public class SaasMigrationService implements TenantSyncService {
@Override
public synchronized void syncTenant(TenantSyncEvent tenantSyncEvent) {
startMigrationForTenant(tenantSyncEvent.getTenantId());
// Do not run this in 4.1.x because it should not run for documine.
// startMigrationForTenant(tenantSyncEvent.getTenantId());
}
// Persistence-Service needs to be scaled to 1.