You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
artntek
changed the title
Upgrade solr library from 8.11.3 to 9.* in the metacat and metacat-common pom.xml file
Upgrade solr library from 8.11.3 to 9.8 in the metacat and metacat-common pom.xml file
Feb 25, 2025
Metacat's PostgreSQL subchart must be upgraded to a version >12.9 (which is postgres 15+)
(also described in Indexer Issue 1748
Problem
The Metacat helm chart has sub-charts, including dataone-indexer and Bitnami PostgreSQL.
The indexer chart also has Bitnami sub-charts: RabbitMQ and Solr
Upgrading either RabbitMQ or Solr subcharts breaks Metacat's PostgreSQL subchart, because of a conflict.
Solution
Upgrade postgres to any bitnami helm chart version >12.9 (which is postgres 15+) - so before we do that, we need to create an upgrade path for postgres 14 -> 15, and ideally 15 -> 16, so we can upgrade to the latest.
After this is done (see Issue #1748), we can then upgrade Solr and RabbitMQ without incompatibility issues.
The upgrading is not easy - it breaks the metacat-common compilation. After fixing the issue, the tests fails as well.
The text was updated successfully, but these errors were encountered: