Open danhngo-lx opened 6 months ago
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!