To update the application to the next version execute the following sequence of actions:
Download the package provided by 3YD and copy it in 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“
Unpack the installation package
Copy the root
values.yaml
file from the old directorycp /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
sudo ./upgrade.sh