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
I love what you are doing with this, sadly there is some hiccups which is now breaking anyone using the latests tags. We need to ensure 'tests' pass before pushing up to not have this occur in the future :).
Workaround
For those who are affected till its correct.
Update to use the solr8 images as they are not changed since Jul 5, 2023
CKAN 2.10: 2.10-solr8
CKAN 2.9: 2.9-solr8
The text was updated successfully, but these errors were encountered:
duttonw
changed the title
Solr schema not altered on latest CICD pipeline
Solr schema not altered to match CKAN version on latest CICD pipeline
Dec 13, 2024
Hi @amercader ,
I love what you are doing with this, sadly there is some hiccups which is now breaking anyone using the latests tags. We need to ensure 'tests' pass before pushing up to not have this occur in the future :).
Workaround
For those who are affected till its correct.
Update to use the solr8 images as they are not changed since Jul 5, 2023
CKAN 2.10: 2.10-solr8
CKAN 2.9: 2.9-solr8
Problem Details:
Build 9d15839 v20241212 CKAN 2.10 with Solr 9
https://github.com/ckan/ckan-solr/actions/runs/12294338995/job/34308921730
ckan.lib.search.common.SearchError: SOLR schema version not supported: 2.11. Supported versions are [2.8, 2.9, 2.10]
Yet was still pushed to docker container register.
I don't see workflows for CKAN 2.9 container images but these were also updated in the last 24hours.
External build's displaying issue
My build's for ckanext-validation which passed the day before 2.9 green:
Today:
2.10 failure on setup: https://github.com/ckan/ckanext-validation/actions/runs/12290516472/job/34348538444
ckan.lib.search.common.SearchError: SOLR schema version not supported: 2.11. Supported versions are [2.8, 2.9, 2.10]
2.9 failure on setup: https://github.com/ckan/ckanext-validation/actions/runs/12290516472/job/34348538721
ckan.lib.search.common.SearchError: SOLR schema version not supported: 2.11. Supported versions are [2.8, 2.9, 2.10]
Related
#12
The text was updated successfully, but these errors were encountered: