I am running an older version of the TDM Portal on docker.I need to update to a new version of the TDM Portal docker images. Please provide an overview of the steps needed.
TDM Portal for Docker
Download the latest build from the Support patches page:
TDM Support Patches.
*******************NOTE*********************
If you copy the command below, make SURE TO REPLACE the - in front of the -f, or you will get an error about unknown command -f
Example:
docker-compose -f ./docker-compose-messaging.yml up -d
No such command: -f
To run the new TDM in Docker, follow the steps fond in the README-RUN.md file that was shipped with the image package that you installed above.
Before running TDM in docker, you must customize the docker-compose files according to your requirements.
The following items should be provided:
* Update the **docker-compose-environment.yml** file with GTREP database connection properties.
* OPTIONAL: Port numbers and passwords can also be changed, if required.
* OPTIONAL: Host names of the remote services (services running on different machines) must be provided instead of the default ones.
Refer to the Upgrade TDM Portal in Docker product documentation for details.
• Make backup copies of all the docker-compose*.yml files located in the TDM_HOME/conf folder
• Update the new docker-compose*.yml files with your latest changes (Please review your original docker-compose*.yml and update the new one with the same values)
• Copy the updated docker-compose*.yml files into the TDM_HOME/conf folder.
For example: /bin/cp ./docker-compose*.yml $TDM_HOME/conf/
How to restart the masking container:
docker-compose -f docker-compose-masking.yml -f docker-compose-messaging.yml restart masking