You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I opened a topic in the forum and some users have claimed they have had the same issue. Nobody from the team answered though.
I have just updated my Camunda SM to 8.5 using docker compose and after the successful installation, I see that the Optimize container is unhealthy.
The logs say:
Caused by: org.camunda.optimize.service.exceptions.OptimizeRuntimeException: The database Optimize schema version [3.11.5] doesn't match the current Optimize version [3.13.1]. Please make sure to run the Upgrade first. at org.camunda.optimize.service.db.schema.DatabaseMetadataService.lambda$validateMetadata$0(DatabaseMetadataService.java:56) at java.base/java.util.Optional.ifPresent(Optional.java:178)
I checked the docker -compose configuration file and under healthcheck, I saw that this container ought to run this command:
curl -f http://localhost:8090/api/readyz
I headed into the container and ran the command. It was not successful. It seems like the problem is really with the component itself.
I did not have the problem before the upgrade. What is the issue?
The text was updated successfully, but these errors were encountered:
I opened a topic in the forum and some users have claimed they have had the same issue. Nobody from the team answered though.
I have just updated my Camunda SM to 8.5 using docker compose and after the successful installation, I see that the Optimize container is unhealthy.
The logs say:
I checked the docker -compose configuration file and under healthcheck, I saw that this container ought to run this command:
I headed into the container and ran the command. It was not successful. It seems like the problem is really with the component itself.
I did not have the problem before the upgrade. What is the issue?
The text was updated successfully, but these errors were encountered: