Upgrading from version 4.2.1.9 to version 4.2.1.10

This document describes how to upgrade OpenIAM from the version 4.2.1.9 to newer version 4.2.1.10 with Terraform. To perform the upgrade, follow the steps described below.

  1. Commit your local customizations by pulling the respective repository at https://bitbucket.org/openiam/kubernetes-docker-configuration.git.

  2. Checkout to RELEASE-4.2.1.10.

  3. Merge your customizations.

  4. Verify that env.sh and terraform.tfvars contain your customizations.

  5. Update terraform-0.12.21 to terraform-0.12.31 by running the following commands.

wget https://releases.hashicorp.com/terraform/0.12.31/terraform_0.12.31_linux_amd64.zip
unzip terraform_0.12.31_linux_amd64.zip
sudo mv terraform /usr/local/bin/terraform
  1. Run the following command.
kubectl delete jobs -all
  1. Now that you've finished the manual steps, you can redeploy OpenIAM.
./setup.sh
terraform init
terraform apply

OpenIAM should be successfully updated.