Versions Compared

Key

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

...

  1. Download the latest package provided to you on the server and extract the content in a new folder:
    mkdir -p 3yd_vXXX && CD cd 3yd_vXXX && curl -o 3yd_vXXX.tgz "DOWNLOAD LINK"

  2. Unpack the new version
    tar zxvf 3yd_vXXX.tgz

  3. Copy the root value.yaml file from the previous installation directory
    cp path_to_old_install/values.yaml path_to_new_install/value.yaml

  4. Run the update script in the new directory:

    sudo ./update.sh

...