Class UpgradeParameters

java.lang.Object
org.forgerock.opendj.server.embedded.UpgradeParameters

public final class UpgradeParameters extends Object
Parameters to upgrade a Directory Server.
  • Method Details

    • upgradeParams

      public static UpgradeParameters upgradeParams()
      Starts construction of the upgrade parameters.
      Returns:
      this builder
    • isIgnoreErrors

      public UpgradeParameters isIgnoreErrors(boolean ignore)
      Indicates whether errors should be ignored during the upgrade.

      This option should be used with caution and may be useful in automated deployments where potential errors are known in advance and resolved after the upgrade has completed

      Parameters:
      ignore - indicates whether errors should be ignored
      Returns:
      this builder