Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

To update Update the application to the next version execute the following sequence of actions:

Create a new directory on the server:

  • mkdir -p 3yd_v_XXX -v-XX-X && cd 3yd_v_XXX-v-XX-X

Download the archive package from the link provided by the 3YD Technical Support team:

  • curl -o 3yd_v_XXX-v-XX-X.tgz “Download Link“

Extract the archive

  • tar zxvf 3yd_v_XXX-v-XX-X.tgz

Copy the values.yaml file from the previous version directory in to the new one

  • cp /path-to/3yd_v_XXX(OLD FOLDER)-previous-version/values.yaml /path-to/3yd_v_XXX(NEW FOLDER)./values.yaml

Apply the update by running the upgrade script

  • ./upgrade3yd.sh upgrade