Class V20230220095500_MigrateStartPageObjectReferencesToGRNbyRemoval

java.lang.Object
org.graylog2.migrations.Migration
org.graylog2.migrations.V20230220095500_MigrateStartPageObjectReferencesToGRNbyRemoval
All Implemented Interfaces:
Comparable<Migration>

public class V20230220095500_MigrateStartPageObjectReferencesToGRNbyRemoval extends Migration
This is not really a migration but a deletion of existing contents by dropping the collections. The background is: existing collections only exist on dev machines and intermediate systems but not on real environments (the startpage has not been released yet) so dropping the collections is ok.
  • Constructor Details

    • V20230220095500_MigrateStartPageObjectReferencesToGRNbyRemoval

      @Inject public V20230220095500_MigrateStartPageObjectReferencesToGRNbyRemoval(MongoConnection mongoConnection, ClusterConfigService clusterConfigService)
  • Method Details