Merge branch 'RED-9843-noSaasMigra' into 'release/2.465.x'

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

See merge request redactmanager/persistence-service!679
This commit is contained in:
Dominique Eifländer 2024-08-19 15:14:02 +02:00
commit 01f0b12aaa

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.