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

« Previous Version 7 Next »

To 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 && cd 3yd_v_XXX

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

  • curl -o 3yd_v_XXX.tgz “Download Link“

Extract the archive

  • tar zxvf 3yd_v_XXX.tgz

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

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

Apply the update by running the upgrade script

  • ./upgrade.sh

  • No labels