Skip to content
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

Open
jacobalberty opened this issue Feb 19, 2022 · 4 comments
Open

Update Ubuntu #528

jacobalberty opened this issue Feb 19, 2022 · 4 comments

Comments

@jacobalberty
Copy link
Owner

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.

@Gamertech
Copy link
Contributor

There's a method to use at least MongoDB 4.2 by modding the FeatureCompatibilityVersion.

db.adminCommand( { setFeatureCompatibilityVersion: "4.0" } )

That should allow a smooth OS update, but still have the ARM32 issue.

@jacobalberty
Copy link
Owner Author

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.

@iamacarpet
Copy link

iamacarpet commented Nov 2, 2022

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!

@XMaarten
Copy link

Commit 2cb3b97 dropped support for ARM32

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants