Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To upgrade MCS from one version to another, please follow the steps below:

  1. Stop all MCS containers.

  2. 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

...

  1. Copy the update file into the root folder of the MCS user.

  2. Expand the update file with tar -xvf to overwrite the files in the active MCS folder.

  3. 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.

...