Re: Get older solr releases

2021-03-10 Thread Chris Hostetter
To expand on Markus's comment... 1) The availability for downloading "Past Versions" of Solr is spelled out on the downloads page: https://solr.apache.org/downloads.html#past-versions 2) The mirror network, by design, is only suppose to host "current, recommended releases" -- the specific d

Re: Get older solr releases

2021-03-10 Thread Markus Jelsma
Hello, All ASF project releases are permanently available at the archive: http://archive.apache.org/dist/lucene/solr/ Future versions of Solr are probably here: http://archive.apache.org/dist/solr/ Regards, Markus Op wo 10 mrt. 2021 om 11:41 schreef Christian Ortner : > Hi, > > Several older v

Re: Get older solr releases

2021-03-10 Thread Christian Ortner
Hi, Several older versions of Solr are available as Docker images: https://hub.docker.com/_/solr/ If using Docker is not an option, you can still extract the Solr distribution from those images by starting a container and copying the relevant path recursively to the host system. Cheers. On Wed,