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:

Download the package provided by 3YD and copy it in 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“Unpack

Extract the archive

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

Copy the

...

values.yaml file from the

...

previous version directory

...

to the new

...

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

Apply the update

...

  • ./upgrade.sh

For servers running on minimum resource spec the upgrade.sh script might fail hitting the limit of CPU and Memory. Use the following method to upgrade to the next version:

  • Uninstall the old version
    ./helm uninstall order-management

  • Install the new version
    ./helm upgrade -i order-management -f configure/values-on-premise.yaml -f=values.yaml chart/order-management-*.tgz3yd.sh load_images && ./3yd.sh upgrade

Wait up to 15 minutes for all pods to fully start and check if the application is available by accessing the site in your browser. If you see any errors in your browser, please collect a debug package by running the following command./3yd.sh debug . This will generate a file e.g 3yd-debug-dump-$TIMESTAMP.tar that you can send to our support team by attaching it to a new support ticket or you can contact us via email.