Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

If you have workflow packages containing ECDs that are configured to run workflows with Web Services, you need to perform some additional steps before and after the upgrade of Usage Engine to achieve zero downtime.

If you do not perform these steps, the workflows using Web Services in workflow packages will abort after the upgrade.

To ensure workflow packages containing workflows with Web Services function correctly after upgrade, follow these steps:

  1. Before initiating the upgrade, generate new versions of the workflow packages that contain workflows with Web Services. This needs to be done in an environment where Usage Engine 3.2 is already installed. If the workflow packages are provisioned through a package image, you need to create a new version of the package image as well, and ensure it contains the new version(s) of the workflow package(s).

  2. Enable manual upgrade for the related ECDs. You can do this with the following command:

    kubectl patch ecdeployments.mz.digitalroute.com <your ecd name> --type=merge -p '{"spec":{"manualUpgrade":true}}'

which will prevent the ECDs from being automatically upgraded during the upgrade process of Usage Engine.

  1. Upgrade Usage Engine according to the regular procedure for your deployment type.

  2. Once the upgrade is complete and all pods are Ready, upgrade the ECDs for which you applied manual upgrade.

    This should be done as a single update operation involving the following three changes to the ECD specification:

    1. Enable automatic upgrade for the ECDs again by setting manualUpgrade=false.

    2. Set packageImage=<your new package image version>.

    3. Ensure to update packageVersion for all affected workflows so that it points to the new workflow package version.

      The update operation will trigger a rolling update of the ECD, which will enable a zero downtime upgrade of the ECD.

We recommend that you test the steps in a test environment prior to the production upgrade.

  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.