Quesnelia (R1 2024) Required manual migrations
Module | Instructions | Comments | Contact person/ |
---|---|---|---|
PostgreSQL | Migrate from PostgreSQL 12 to a more recent version by November 14, 2024. PostgreSQL 12 will reach end of life (no security fixes!) on November 14, 2024. FOLIO officially supports PostgreSQL 16 from Quesnelia on. | Quesnelia is the official PostgreSQL transition release that can run under both PostgreSQL 12 and PostgreSQL 16, this will allow deployed environments to transition. PostgreSQL 13, 14, and 15 are not officially supported but are in use in several institutions and are known to work with Poppy and Quesnelia. There are no known issues running Poppy with PostgreSQL 16. | @Julian Ladisch |
mod-inventory-storage | Fixed since Quesnelia CSP#1 if there are less than 3 million holdings records. | Holdings records must be migrated Important! The manual migration was included in module migrations. The instructions for manual script only apply if there are more than 3M affected holding records in the tenant database. If there are more affected records, then the manual script should be applied first and module should be enabled after script is done. (see the Instructions link) | @Pavlo Smahin https://folio-org.atlassian.net/browse/MODINVSTOR-1189 Partly fixed in mod-inventory-storage 27.1.4 released as Quesnelia CSP#1. |
mod-circulation-storage | Fixed since Quesnelia CSP#2. If library has changed any reference data ( https://github.com/folio-org/mod-circulation-storage/tree/v17.2.0/reference-data ) and migrates using loadReference = true: Make a backup before migration and restore afterwards. | Migration from Poppy to Quesnelia resets reference data. | @Stephanie Buck https://folio-org.atlassian.net/browse/CIRCSTORE-496 Fixed in mod-circulation-storage 17.2.3 released as Quesnelia CSP#2. Â |
mod-data-export-spring | This manual task is only needed if at least one other tenant stays on Poppy. This manual task is not needed if all tenants are migrated to Quesnelia at the same time. Before migrating a tenant from Poppy to Quesnelia run
After the migration run
 | Without the manual task the Poppy version of mod-data-export-spring fails and shuts down on start and restart with
| @Serhii_Nosko |