Re: Confusing File Permission Problem

2025-07-02 Thread Björn Keil
Thank you. That helped a lot. I added a line to /opt/solr/bin/solr.in.sh: SOLR_OPTS="$SOLR_OPTS -Dsolr.allowPaths=/mnt/bms/solr_cluster_backups" Am 01.07.25 um 16:29 schrieb Kevin Risden: This is being controlled by the Java security manager. If you need to create a core or store a backup outs

Re: Confusing File Permission Problem

2025-07-01 Thread Kevin Risden
This is being controlled by the Java security manager. If you need to create a core or store a backup outside the default paths, you will need to tell Solr which paths to allow. A new element in solr.xml called allowPaths takes a comma-separated list of allowed paths. From https://solr.apache.org

Confusing File Permission Problem

2025-07-01 Thread Björn Keil
Hello, I have a file permission problem creating up backups with my little test Solr cluster, according to https://solr.apache.org/guide/solr/latest/deployment-guide/collection-management.html#backup. Every time I try to pull a backup I get an error. Command: $ sudo -u solr curl 'http://l