How to upgrade Praise
The process of upgrading Praise to a new version is usually very straightforward. Most of the time the process consists of running the bundled upgrade script.
info
Always check the release notes before upgrading. At times you will be required to run the setup.sh
script to upgrade environment variables.
Step 1 β Use ssh to access serverβ
ssh root@xxx.xxx.xxx.xxx
Step 2 β Pull latest changes from the code repositoryβ
cd praise
git pull
Step 3 - Run setup scriptβ
The setup script makes sure the Praise environment is correctly setup. You will not have to answer any questions already answered as the script will use the existing environment variables.
bash setup.sh
Step 4 β Run upgrade scriptβ
bash upgrade.sh
π That's itβ
Your praise system should be upgraded!