Upgrading INTER-MW

In case any customization of INTER-MW configuration files has been made, first backup old configuration files in intermw_config Docker volume. You can obtain the mountpoint of this Docker volume by running:

docker volume inspect <prefix>_intermw_config

Navigate to the INTER-MW Docker Compose deployment directory (commons/intermw-deployment or commons/intermw-ipsm-deployment) and remove old version of INTER-MW with the following command:

docker-compose down -v

Set the INTERMW_VERSION variable in the .env file inside INTER-MW Docker Compose deployment directory to desired value, e.g.:

INTERMW_VERSION=v2.1.0

Redeploy the INTER-MW with the following command:

docker-compose up -d