-
Notifications
You must be signed in to change notification settings - Fork 460
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
Update Ubuntu #528
Comments
There's a method to use at least MongoDB 4.2 by modding the FeatureCompatibilityVersion.
That should allow a smooth OS update, but still have the ARM32 issue. |
My plan with ARM32 is to pick a last release of Unifi to support on ARM32 with this image. It won't be 6.5.x since 7.0 is so close to being out I would rather give more time. But I would like to do it some time early in the Ubuntu 22.04 lifecycle if I can get everything needed to run Unifi on 22.04 going. |
Any news on when you expect this to drop? EDIT: I should add, I understand this is open source, so not intending that to be pushy, just curious if it is being considered. Thanks for the great project, we've been using it for years and it rocks! |
Commit 2cb3b97 dropped support for ARM32 |
Ubuntu 22.04 is almost here so we should update to it if possible.
There are a few problems. This will almost certainly require dropping ARM 32 support.
Official Mongo DB 3.6 binaries aren't available for any version of Ubuntu past 18.04 either so we would either need to source them for a newer version, build them ourselves or Ubiquiti needs to start supporting a newer version of Mongo DB. I am open to workarounds for supporting a newer version as well.
One way or another this update will require dropping ARM 32 support.
The text was updated successfully, but these errors were encountered: