Class MigrationRunner
- java.lang.Object
-
- com.netflix.spinnaker.front50.migrations.MigrationRunner
-
@Component @ConditionalOnProperty(name="migrations.enabled", havingValue="true", matchIfMissing=false) public class MigrationRunner extends java.lang.ObjectMigration runner runs all the registered migrations as scheduled. By default migration runner will not run and need to set `migrations.enabled` property to enable it.Note: Ideally migrations should be running only on one instance.
-
-
Constructor Summary
Constructors Constructor Description MigrationRunner()
-