Does Metabase provide a link to a JAR file of the most recent version at any given time?
Context: at the moment, Download the Metabase JAR refers to a JAR file containing the version. Installing Metabase programmatically, this requires me to maintain the most recent version number manually.
Depends where it's installed.
You need a schedule of some sort to do: On Windows, stop the service, download the latest, overwrite the old, restart the service. On Linux, similar but you restart the service after the overwrite rather than stopping first.
If you were being pedantic, you could check the crc of the new file vs the old, but easier to just overwrite even if unchanged.