This article is only relevant for v0.9.4 to v0.9.5.

Upgrading v0.9.4 to v0.9.5

During the Helm Hart upgrade from v0.9.4 to 0.9.5 the following steps need to executed additionally to the following guide.

Instructions on upgrading

During the Helm Hart upgrade from v0.9.4 to 0.9.5 the following steps need to executed additionally to the following guide:

  1. Upgrading the Helm Chart

  2. Migrating DB ordertable (< 0.9.5 to ≥ 0.9.5)

  3. The default language is now English. If you want to keep using German, you need to follow this guide:

    Changing the language in factoryinsight

  4. The Kafka StatefulSet has now a startupProbe to work with long startup times. For this you need to change the following values in the values.yaml:

    	startupProbe:
        enabled: true
        failureThreshold: 600
        periodSeconds: 10
        timeoutSeconds: 10
    

    Set startup probe
    Set startup probe

  5. Minor API changes to availability and performance, which will both behave similar to OEE now and return multiple values for longer time ranges. In Grafana panels using them must be change to use not the “last” calculation, but the “mean” calculation.

  6. If you are using the modifyState message, ensure that your messages use the “timestamp_ms” & “timestamp_ms_end” notion, instead of the old “start_time_stamp” & “end_time_stamp” (https://github.com/united-manufacturing-hub/united-manufacturing-hub/pull/1137/files )

  7. If you where using “deleteShiftByAssetIdAndBeginTimestamp” or “deleteShiftById”, please use “deleteshift” instead

  8. If you where using “modifyProducedPieces”, please ensure that you now also send a timestamp_ms

Last modified May 5, 2023: feat: finishing touches (1147002)