Server Update
Information
The update of PLANTA project works in the same way as the initial installation of PLANTA project. Follow the steps described there to receive your container image. You only have to make the following adjustments in the initial installation of PLANTA project template:
Procedure
Add the following line in the environment section of the manager:
- "UPDATE=1"If there are customizations in the Jython directory, have your customizer merge these customizations into the Jython directory of the new release and copy them to a specific location (here /path/to/jython).
Then insert the following line in the volumes section of the manager:- /path/to/jython:/mnt/transfer/jython:rwIf customer-specific adjustments in the Python directory are restricted to the customer subdirectory, copy this directory to a particular location (here /path/to/py/api/ppms/customer).
Then insert the following line in the volumes section of the worker:- /path/to/py/api/ppms/wrapper/customer:/planta/py/api/ppms/wrapper/customerIf there are customizations in the Jython directory, have your customizer merge these customizations into the Jython directory of the new release and copy them to a specific location (here /path/to/py).
Then insert the following line in the volumes section of the manager:- /path/to/py/api:/py
Subsequently, download the container images as described under Initial Installation of PLANTA project and start them.
An update installation is now carried out, whereby the technical process requires several server restarts, among other things.
Upon completion of the update, the Update finished message is displayed and the server can be used.