-
Controller Version5.15.24.19 Describe Your Issue or QuestionWhile running the mongodb-upgrade-3.6-to-8 container the db is upgraded to 4.0, 4.2, 4.4 and then an error appears when the upgrade to 5.0 starts: Expected BehaviorUpgrade continues until the mongodb is at 8.0 Steps to Reproduce
How You're Launching the ContainerContainer LogsMongoDB LogsNo response Additional ContextNo response |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 12 replies
-
|
Odd. What architecture are you running? Is this amd64 or arm64? I've had a lot of people have success running the upgrades but it looks like there is a new line being inserted unexpectedly so there is some additional output happening when it's querying for the Depending on your architecture, could you run this debug version of the image and provide the log output?:
|
Beta Was this translation helpful? Give feedback.
-
|
Hi Matt, thx, attached the log (system is AMD64, Ryzen Embedded V1500B). |
Beta Was this translation helpful? Give feedback.
-
|
OK, I added some parsing of the data that is returned from the clients to remove any non-json output. Try to run the upgrade again and if it fails, add the env var |
Beta Was this translation helpful? Give feedback.
-
|
@mbentley same problem for me... |
Beta Was this translation helpful? Give feedback.
-
|
it's like stucked.... should i go back to latest v5 and try again with debug? |
Beta Was this translation helpful? Give feedback.
-
|
even after untar pre upgrade mongodb i cannot start v5 |
Beta Was this translation helpful? Give feedback.
-
|
now i am preparing a new fresh install but with things separated mongo and controller |
Beta Was this translation helpful? Give feedback.
OK, I added some parsing of the data that is returned from the clients to remove any non-json output. Try to run the upgrade again and if it fails, add the env var
DEBUG=trueand it will output extra debug info.