Am Montag, dem 07.04.2025 um 12:50 +0200 schrieb Torsten Krah:
> I had a look at [0] but did not find e.g. an environment variable I
> could use to add this argument.
After digging through the scripts, I found this environment variable:
SOLR_MODE="user-managed"
to omit the need for the "--user-m
Non-Solr related advice: Keep staging system and production system in the same
version. Having the staging system and the production system in different -
esp. massively different - versions does not make sense.
The Solr API has changed within the past years (there is a V2), and
configuration d
Hi,
with the solr 9.8.1 docker image, I get this message if I start the
container:
Solr will start in SolrCloud mode by default in version 10, and you will have
to provide --user-managed if you want to stay on the user-managed (aka.
standalone) mode.
###