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

This commit is contained in:
Dominique Eifländer 2024-08-19 14:52:54 +02:00
parent a4736ea277
commit 3f4d55e0e4

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.