Can anyone share some thoughts on best practices for upgrading a solr node and preserving my TLS settings and core configurations while doing so? My existing installation has two cores with support for basic authentication and TLS properly configured and working. In the past, I've done my upgrades by running the service installation script (bin/install_solr_service.sh) this way:
$ /opt/install_solr_service.sh /opt/solr-8.9.0.tgz -f -n That installs the new release and re-creates a symlink to the new directory, but I have to manually re-create the configurations for my cores, move the keystore and security.json files, and re-edit bin/solr.in.sh to change the TLS/SSL settings. There has to be a better way - what am I missing? Scott