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
Hello, I have the same issue when upgrading from 3.6.0 to 3.7.0, the portal server crashes with the error control plane needs to be upgraded from version 3.6.0 to 3.7.0.
{"file":"/gql-server/server.go:43","func":"main.init.0","level":"info","msg":"go version: go1.20.14","time":"2024-05-28T08:18:58Z"}
{"file":"/gql-server/server.go:44","func":"main.init.0","level":"info","msg":"go os/arch: linux/arm64","time":"2024-05-28T08:18:58Z"}
{"file":"/gql-server/pkg/database/mongodb/init.go:109","func":"github.com/litmuschaos/litmus/chaoscenter/graphql/server/pkg/database/mongodb.MongoConnection","level":"info","msg":"connected to mongo","time":"2024-05-28T08:18:59Z"}
{"file":"/gql-server/server.go:103","func":"main.main","level":"fatal","msg":"control plane needs to be upgraded from version 3.6.0 to 3.7.0","time":"2024-05-28T08:18:59Z"}
Hi, I'm trying to upgrade Litmus from 3.5.0 to 3.7.0 but having this error:
The logs of the server:
I suspect the reason for this error is because I dind't enable
upgradeAgent
:But if I change it to true, the upgrade-agent cp pod cannot start:
It's because the image is missing:
How can I do the upgrade in this case? Any help is appreciated.
Thank you!
The text was updated successfully, but these errors were encountered: