Versions Compared

Key

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

...

Before updating the system, please make sure that the Docker containers of MaDaM are shut down. Please use the following command from within the location where file change the directory to where your docker-compose.yml file is located . (usually under /opt/madam/) and use the following command:

Code Block
languagebash
docker-compose stop

...

Finally, start all containers by loading the newly provided images as in file install-madam.sh (docker load -i images/xyz-backend-2.5.4.9.tar.gz) and then using the following command the following commands (where xyz must be replaced by the individual prefix of your images) followed by a docker-compose up:

Code Block
languagebash
docker load -i images/xyz-backend-2023.3.2.tar.gz
docker load -i images/xyz-webservice-2023.3.2.tar.gz
docker load -i images/xyz-autoimporter-2023.3.2.tar.gz
docker load -i images/xyz-frontend-2023.3.2.tar.gz
docker-compose up –-force-recreate -d

...