Re: solr 9.8.1 docker image - solr-precreate - how to transport custom cmd arguments to solr-fg

2025-04-07 Thread Torsten Krah
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

AW: Solr error...

2025-04-07 Thread Ehrenleitner Robert Harald
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

solr 9.8.1 docker image - solr-precreate - how to transport custom cmd arguments to solr-fg

2025-04-07 Thread Torsten Krah
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. ###