...
To upgrade MCS from one version to another, please follow the steps below:
Stop all MCS containers.
Backup the .env file in the MCS folder to a new .env_bck_YYMMDD (Like .env_bck_241223)
Code Block |
---|
cp ~/MCS/.env ~/MCS/.env_bck_241023 |
...
Copy the update file into the root folder of the MCS user.
Expand the update file with tar -xvf to overwrite the files in the active MCS folder.
Navigate to the MCS folder, and run the ./run.sh command.
...
5. Choose option 4 update; this will display all the images available in the system. Select the version to which you want to upgrade.
...