On 3/14/23 08:45, Steffen Moldenhauer wrote:
It is a azurefile-csi storage. I think that's some kind of SMB. Yes that's slow (and cheapest) but sufficed for the requirements for the backup performance so far. There is round about a daily backup for all collections kept for 7 days. So it's ~ 7x400 backups.
If Solr is the only thing writing to the backup location, and all your Solr instances are using 8983:8983 for uid:gid, then my opinion is that you comment/remove the chown from the startup, as everything should be correct as far as permissions go and further chowns should be unnecessary.
If you have something other than Solr that is reading the backups that uses a different UID than 8983, then you'll need to make sure that it has correct permissions, probably by adding it to the solr (8983) group.
Thanks, Shawn