Update Instructions for 10.10

Update Instructions for 10.10

NOTE: Because of migration from Spring-boot 1.4.2 to Spring boot 2.3.8 all changes are necessary to be done before updating coLab jar file.

Step

where

what to do

 

1.

Update existing coLab with .jar from

 

 

2.

In colab-prod.yml 

  1. coLab uses the technical user defined in the application-blue.yml file.

If you want a specific technical user for coLab, add a new property to the colab-prod.yml:

 

colab:
  dms:
    username: <colab_tech_user_name>
    password: <colab_tech_user_password>

1.

 

delete

type: org.apache.tomcat.jdbc.pool.DataSource

2.

In colab-prod.yml 

delete

flyway:

  baseline-on-migrate: false

3.

In colab-prod.yml 

change

server:

  use-forward-headers: true

  session:

    cookie:

      name: EPR_SESSION

 

to

 

server:

  servlet:

    session:

      cookie:

        name: EPR_SESSION

  forward-headers-strategy: native

4.

In colab-prod.yml 

if property exists change global.product to

enaio coLab 10.0

5.

 

update existing project room creator with new exe. Find it in installation directory.

 

6.

in application-cloud.yml in config folder of service-manager 

change

zuul:

 

to

 

zuul:

  sensitiveHeaders:

7.

In colab-prod.yml 

delete if it exists

http:

    multipart:

      max-file-size:

      max-request-size

8.

In colab-prod.yml if it exists

change

server.tomcat.protocol-header

     change to

              server.tomcat.remoteip.protocol-header

 

    In colab-prod.yml if if exists

             server.tomcat.remote-ip-header

   change to

             server.tomcat.remoteip.remote-ip-header