[Help]: Upgrade to V6 - MongoDB V8 #619
Replies: 6 comments 9 replies
-
|
Well, I wasn't sure if someone would run into the AVX or armv8.2-a support requirement so quickly but now that we're here, I do have addressing what to do for those scenarios that block the MongoDB upgrade in #443 in the work list. That being said, there are a few difficult things about supporting an image that has MongoDB 4.x. That version only supports as recent as Ubuntu 20.04 which is end of life and receives no more updates, which is why the MongoDB upgrade is required in the first place. The solution that I was going to propose for people who can't upgrade but still want to run the latest versions is to switch to an external MongoDB. I need to revamp those instructions there as they're quite out of date and I still need to ensure that an external MongoDB works on 6.x as well. |
Beta Was this translation helpful? Give feedback.
-
|
I have the same issue on Synology DS720+
|
Beta Was this translation helpful? Give feedback.
-
|
Same here. Have an Synology from 2016. I'm running portainer with docker compose. it should be no big problem to run MongoDB 4.x in the same stack? Something i should pay attention to? |
Beta Was this translation helpful? Give feedback.
-
|
Did anyone try a MongoDB docker image without the AVX requirement or tried to compile without AVX from source? |
Beta Was this translation helpful? Give feedback.
-
|
Is there a list available which CPUs support that AVX? I have just systems running with Celeron J4125 (including the Synology DS 720+) but I need to upgrade the Omada Software which is a requirement to use the new Firmware for my Switch. I am currently a bit lost with that topic and just wonder if it makes sense to buy a new device just for the Omada Controller but for that I need to know which device is supporting that. That's a bit frustrating. |
Beta Was this translation helpful? Give feedback.
-
|
@mbentley Just did the upgrade to 6 and Mongo 8. Followed the excellent docs and all went smoothly. Great job by you and all the testers! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Controller Version
V6
Describe Your Issue or Question
Currently we are required to upgrade the MongoDB to V8, however some CPU is not eligible for AVX thus unable to upgrade. Is there a way to have a MongoDB V4 version released to ensure those who can't upgrade to V8 can still run the latest version of Omada.
Expected Behavior
Error message:
INFO: running hardware prerequesite checks to ensure your system supports MongoDB 8...ERROR: your system does not support AVX which is a requirement for MongoDB starting with 5.x; you will not be able to upgrade
Steps to Reproduce
Ran the following:
docker run -it --rm
-v omada-data:/opt/tplink/EAPController/data
mbentley/omada-controller:mongodb-upgrade-3.6-to-8
How You're Launching the Container
Container Logs
MongoDB Logs
Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions