Class DatabaseMigrationManager

java.lang.Object
com.atlassian.crowd.migration.legacy.database.DatabaseMigrationManager

public class DatabaseMigrationManager extends Object
  • Constructor Details

  • Method Details

    • doDatabaseMigration

      public Collection<String> doDatabaseMigration() throws ImportException
      Throws:
      ImportException
    • verifyDatabaseIsSafeToMigrate

      public Collection<String> verifyDatabaseIsSafeToMigrate()
      Will validate if we are safe to upgrade or not. If we are not a non-empty Collection of errors will be returned
      Returns:
      An empty Collection of errors if everything is safe, or a collection of error strings if things are not safe.
    • isLegacyCrowd

      public boolean isLegacyCrowd()