Hi Jeff,
I was looking at the repo to check how one could force updating solr to the latest version? The following lines basically
skip downloading a newer version if it was installed already:
https://github.com/geerlingguy/ansible-role-solr/blob/master/tasks/main.yml#L15-L18
Does it make sense to have a "force download" option or something along the lines to re-download / re-install the solr package?
I'm thinking of "Hey, I'd like to update from 8.11.0 to 8.11.1" or something along the lines in the future.
Do you have any recommendations on how to achieve this, or should an option be introduced instead?
Thanks in advance,
Benni.
Hi Jeff,
I was looking at the repo to check how one could force updating solr to the latest version? The following lines basically
skip downloading a newer version if it was installed already:
https://github.com/geerlingguy/ansible-role-solr/blob/master/tasks/main.yml#L15-L18
Does it make sense to have a "force download" option or something along the lines to re-download / re-install the solr package?
I'm thinking of "Hey, I'd like to update from 8.11.0 to 8.11.1" or something along the lines in the future.
Do you have any recommendations on how to achieve this, or should an option be introduced instead?
Thanks in advance,
Benni.