okfn / docker-ckan

Docker images and Docker Compose setup for CKAN [Not Maintained]
GNU Affero General Public License v3.0
81 stars 88 forks source link

solr looses index after restart #108

Closed t-book closed 1 year ago

t-book commented 1 year ago

Hi,

in my test solr losses the search index after a restart. From what I see this will be solved with following change

https://github.com/okfn/docker-ckan/blob/4b4e21ba4e21ada2e64f35731f56fcd664d16aea/docker-compose.yml#L49

to

- solr_data:/var/solr/data

s2074135 commented 1 year ago

Symptoms are, that after rebooting the containers, datasets are not listed in the dataset view, nor can they be found when using the search box. The datasets can still be listed in the activity stream. t-book's solution solved both of my problems.

amercader commented 1 year ago

Should be fixed by #103