-
Notifications
You must be signed in to change notification settings - Fork 260
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Optimize not working after updating to 8.5 Self-Managed #748
Comments
@okaeiz Is that issue related to Helm or Docker Compose? |
It's related to Docker Compose |
In that case, I move this issue to the Docker Compose repo. |
To upgrade optimize, you have to go through the migration steps here: so exec into the optimize container docker exec -it optimize sh and run ./upgrade/upgrade.sh |
It does not resolve the issue. I upgrade optimize using this script but I still get the same errors. |
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: