Hello everybody, I am try to do backup like
curl 'http://XXX-01:8983/solr/admin/collections?action=BACKUP&name=btestBackup&collection=btest&location=backup' It works after performing following operations on each server: mkdir solr-8.11.1/server/backup mkdir -p solr-8.11.1/server/backup/btestBackup/btest/zk_backup_0 mkdir -p solr-8.11.1/server/backup/btestBackup/btest/shard_backup_metadata Afterwards I have backup in the file system of a random server. So, I have to allocate enough memory on each node, which will probably stay empty. Are there any other solutions to define which server will be used for the backups? Thanks a lot Katja