Upgrading Temporal service with helm

about server upgrade:

  1. we currently only support 1.n.x to 1.n+1.x, since server side is going through lots of migrations.

  2. when upgrading the schema, you can either pull the image temporalio/admin-tools/<1.m.n>, or checkout github tag https://github.com/temporalio/temporal/tree/v<1.m.n>

    2.1 the above docker image already comes with the binary and necessary schema files
    2.2 after checking out the github tag, do make bins to compile the binary for schema upgrade
    2.3 please do not use github master branch since this can contains unreleased changes

1 Like