Today I upgraded my self managed Docker Compose installation which is based on the Docker Compose files from GitHub - camunda/camunda-platform: Links to Camunda Platform 8 resources, releases, and local development config from version 8.3.0 to 8.3.2. Since then Optimize does not come up anymore. The error message in the Java stack I find most informative is this:
Caused by: org.camunda.optimize.service.exceptions.OptimizeRuntimeException:
The Elasticsearch Optimize schema version [3.11.0] doesn't match the current Optimize version [3.11.2].
Please make sure to run the Upgrade first.
(I introduced line breaks to improve the readability).
This is always the last message of the caused by chain of Java exceptions. The text Please make sure to run the Upgrade first confuses me the most: how shall I run any Upgrade of the Elasticsearch schema? Or is there anything I missed?
I did not flood this topic with log file output. Of course I can pass the complete logfile if it required for any deeper analysis.