DIY model

Upgrading the developer toolkit environment

To upgrade the developer toolkit environment by using the Docker Compose script, you rename the existing environment, then set up a new environment by using the same name.

Procedure

  1. Rename or move your earlier devtoolkit_docker directory and create a new devtoolkit_docker directory in the same local directory.
    Read the following notes carefully and then proceed to follow the instructions in the Setting up a containerized toolkit environment
    Notes:
    • If you change the path of your devtoolkit_docker directory, the upgrade will not be successful as your existing DB and MQ containers are mapped to this directory internally.
    • Do not run the ./om-compose.sh wipe-clean command before upgrade, as it removes all data and configurations.
    • If you have overridden the properties in om-compose.properties file earlier, repeat the changes in the new om-compose.properties file by following the table in Setting up a containerized toolkit environment.
  2. Run the following setup command:
    ./om-compose.sh setup-upg <option: full_path_to_the_customization_package>

    For more information, see Docker Compose command arguments.