Upgrade Guide
Before upgrade first make a backup of
/home/vito/storage folder for VPS installations and the volumes for the docker
installations.Upgrading to 2.x from 1.x
Upgrade Docker Installation
If you're using the latest tag, just do the Update steps.
If you're using the
1.x tag, You need to change it to 2.x or latest tag.We recommend using the
latest.Upgrade VPS Installation
SSH to your Vito instance with user
vito and continue the steps:Go to the root of the project:
Shell
cd /home/vito/vitoPull the latest changes:
Shell
git pullSwitch to the
2.x branch:Shell
git checkout 2.xRun the update script:
Shell
bash scripts/update.sh