mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

kenneth_suter
31.23.2007 17b9ab961446c89061229396a2cb00a3976fe87e
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/upgrader/UpgradeUserData.java
@@ -76,4 +76,15 @@
    this.buildToDownload = build;
  }
  /**
   * Indicates whether or not the upgrader should perform a
   * backup of the databases as part of the upgrade.
   * @return boolean where true indicates that the databases
   * should be backed up
   */
  public boolean getPerformDatabaseBackup() {
    // It would be nice to make this an option (see issue 1740)
    return false;
  }
}