Trillium R2 2025 Modules deployment changes
Module | Instructions | Comments | Contact person |
|---|---|---|---|
mod-notes | Set NOTES_TYPES_DEFAULTS_LIMIT environment variable if the default 25 doesn’t suit your needs. | Before Trillium this was configured per tenant in mod-configuration (module==NOTES, configName==note-type-limit); it can no longer be configured per tenant but must be configured per deployed mod-notes module. | @Pavlo Smahin |
mod-search | If using Elasticsearch: Add a new environment variable If using Opensearch: Don’t use the See https://folio-org.atlassian.net/wiki/spaces/REL/pages/939492353 for the Opensearch upgrade from 2 to 3. | The mod-search module has been migrated to the new
| @Pavlo Smahin @Svitlana Kovalova
|
mod-marc-migrations | Updated the default values of the following environment variables:
Added 2 env vars for subpath configuration:
|
| @Pavlo Smahin @Svitlana Kovalova |
mod-inventory-storage | Updated the default values of the following environment variables:
Added env variable for subpath configuration:
|
| @Pavlo Smahin @Svitlana Kovalova |
mod-entities-links | Updated the default values of the following environment variables:
Added env variable for subpath configuration:
|
| @Pavlo Smahin @Svitlana Kovalova |
mod-circulation | If the environment variable ENABLE_FOR_USE_AT_LOCATION is set to TRUE the environment supports special workflow for loans only For use at location - also known as reading room loans. Description: Allow single tenant installation to be configured to support For use at location functionality (Reading room loans). | The default setting is ENABLE_FOR_USE_AT_LOCATION = FALSE | @Charlotte Whitt @Niels Erik Nielsen |
mod-circulation | Connection to KAFKA_HOST and KAFKA_PORT must be possible at module startup. | Module no longer ignores an invalid Kafka configuration on startup. | @Julian Ladisch |