ddev / ddev-solr

Solr service for DDEV
Apache License 2.0
4 stars 5 forks source link

Solr version 9 #26

Closed nassaz closed 2 months ago

nassaz commented 7 months ago

Is it possible to add Solr version 9? Could you please explain how the Solr release cycles update are planned in ddev?

rfay commented 7 months ago

You can experiment and contribute.

Try a docker-compose.solr_extra.yaml with:

services:
  solr:
    image: solr:9

and see what happens.

mkalkbrenner commented 2 months ago

https://github.com/ddev/ddev-solr/pull/32