5.1.0 to 5.2.0
Deployment profile changes when upgrading Lequinox 5.1.0 to Lequinox 5.2.0.
Modification | Affected file | Comment |
---|---|---|
Update recommended in file | deployment/profiles/default/components/archive_service_corporate.properties | The property "archive_default_max_quota" in the default archive_service_corporate.properties component file has been increased to a recommended value of 10 GB (10737418240 bytes). The value set in your own profile overrides the value in the default profile, and will apply to all new and any existing corporate archive accounts. |
in file | deployment/profiles/default/components/archive_service_corporate.properties | A new deployment profile configuration parameter called "archive_mail_starttls" has been added to the Archive service component and may be configured. What does it mean that the addition is optional? |
Update required in file | deployment/profiles/default/components/console_plus.properties | A new deployment profile configuration parameter called "consoleplus_mail_host" has been added to the Console Plus component and needs to be configured. |
Update required in file | deployment/profiles/default/components/console_plus.properties | A new deployment profile configuration parameter called "consoleplus_mail_port" has been added to the Console Plus component and needs to be configured. |
Update required in file | deployment/profiles/default/components/console_plus.properties | A new deployment profile configuration parameter called "consoleplus_mail_username" has been added to the Console Plus component and needs to be configured. |
Update required in file | deployment/profiles/default/components/console_plus.properties | A new deployment profile configuration parameter called "consoleplus_mail_password" has been added to the Console Plus component and needs to be configured. |
Update required in file | deployment/profiles/default/components/console_plus.properties | A new deployment profile configuration parameter called "consoleplus_mail_from" has been added to the Console Plus component and needs to be configured. |
Update required in file | deployment/profiles/default/components/console_plus.properties | A new deployment profile configuration parameter called "consoleplus_secret_keys_path" has been added to the Console Plus component and needs to be configured. Note that the WildFly user must be given read and write access to this folder. |
Update required in file | deployment/profiles/default/components/console_plus.properties | A new deployment profile configuration parameter called "consoleplus_passphrase_hash_work_factor" has been added to the Console Plus component and might need to be configured if you do not want the default value, which is the minimum (10). |
Optional update in file | deployment/profiles/default/components/console_plus.properties | A new deployment profile configuration parameter called "consoleplus_mail_starttls" has been added to the Console Plus component and may be configured. What does it mean that the addition is optional? They CAN set their own value, but it is sufficient to just copy from the default profile. |
Optional update in file | deployment/profiles/default/components/dts.properties | A new deployment profile configuration parameter called "dts_mail_starttls" has been added to the DTS component and may be configured. What does it mean that the addition is optional? |
Optional update in file | deployment/profiles/default/components/statistics_service.properties | A new deployment profile configuration parameter called "mail_starttls" has been added to the Statistics service component and may be configured. What does it mean that the addition is optional? Should this be published now that we have removed statistics in the console, and they cannot pull any statistics from the API? |
↓ AS OF 2022-02-24 ↓
Support to use STARTTLS when sending out emails has been added. The following optional deployment profile configuration parameters have been added to enable this.
"archive_mail_starttls" has been added to the Archive service component.
"consoleplus_mail_starttls" has been added to the Console Plus component.
"dts_mail_starttls" has been added to the DTS component.
"mail_starttls" has been added to the Statistics service component.
5.0.0 (internal release) to 5.1.0
No deployment profile or WildFly configuration changes, but see /wiki/spaces/LPSA510/pages/1671898for changes regarding the required Python version and additional Python packages.
4.2.0 to 5.0.0 (internal release)
Mandatory deployment profile changes when upgrading Lequinox 4.2.0 to Lequinox 5.0.0.
Modification | Affected file | Comment |
---|---|---|
File added | deployment/profiles/default/datasources/dts_personal.properties | File added, and some parameters in the file need to be configured. |
File added | deployment/profiles/default/datasources/dts_managed_identity_service.properties | File added, and some parameters in the file need to be configured. |
Update required in file | deployment/profiles/default/components/dts.properties | Remove the ‘datasources’ entry from the dts.properties file in your own profile to rely on the updated entry in the default profile (recommended). If you want to keep the ‘datasources’ entry in the dts.properties file in your own profile, you need to update it in accordance with the entry in the latest default profile. |
4.1.0 to 4.2.0
Mandatory deployment profile changes when upgrading Lequinox 4.1.0 to Lequinox 4.2.0.
Modification | Affected file | Comment |
---|---|---|
Update required in file | deployment/profiles/default/profile.properties | jbossStartScript removed. |
Update required in file | deployment/profiles/default/profile.properties | jboss_start_command and jboss_stop_command added to make it possible to start and stop the application server in different ways, such as using systemctl. |
Update required in file | deployment/profiles/default/components/dts.properties | Remove the ‘datasources’ entry from the dts.properties file in your own profile to rely on the updated entry in the default profile (recommended). If you want to keep the ‘datasources’ entry in the dts.properties file in your own profile, you need to update it in accordance with the entry in the latest default profile. |
File added | deployment/profiles/default/datasources/dts_company.properties | File added, and some parameters in the file need to be configured. |
File added | deployment/profiles/default/datasources/dts_application.properties | File added, and some parameters in the file need to be configured. |
File added | deployment/profiles/default/datasources/dts_notification.properties | File added, and some parameters in the file need to be configured. |
File removed | deployment/profiles/default/datasources/events.properties | Events database has been removed, so the related properties file needs to be removed. |
4.0.0 to 4.1.0
No deployment profile changes.