Interface ZduManager

    • Method Detail

      • getUpgradeStatus

        @Transactional(readOnly=true)
        ZduStatus getUpgradeStatus()
        Returns:
        the current upgrade State. This will be STABLE if no state has been explicitly set
      • startUpgrade

        ZduStatus startUpgrade()
        Start an upgrade. This will record the current cluster version and enable upgrade mode.
        Returns:
        the new cluster upgrade status
      • endUpgrade

        void endUpgrade()
        End an upgrade. This will set the upgrade mode to disabled.
      • retryFinalization

        void retryFinalization()
        Retry running the finalization tasks
        Since:
        7.14
      • isPendingDatabaseFinalization

        @Transactional(readOnly=true)
        boolean isPendingDatabaseFinalization()
        Determines whether the database requires finalization upgrades tasks to run in order to upgrade. This is done by comparing the database build number with the Applications build number.
        Returns:
        true if the Application build number is higher than the database build number.
        Since:
        7.14