Manual Upgrade
To perform upgrade it need to go on
next steps:
-
Go to itsm directory which contains docker-compose.yml and .env files
cd ~/itsm
-
Stop the system
docker-compose stop
3. Get latest docker-compose.yml file for regarding to your server type
For Endpoint Manager (ITSM) server
wget https://get-compose.on-premise.itarian.com/docker-compose-with-turn.yml -O docker-compose.yml
For Tigase server
wget https://get-compose.on-premise.itarian.com/tigase-docker-compose.yml -O docker-compose.yml
-
Run the system again
docker-compose up -d