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

MongoDB Depreciated #8

Open
darigovresearch opened this issue Jun 21, 2020 · 3 comments
Open

MongoDB Depreciated #8

darigovresearch opened this issue Jun 21, 2020 · 3 comments

Comments

@darigovresearch
Copy link

On installation via snap on a raspberry Pi we get the following error to upgrade MongoDB as the version installed is depreciated.

Not sure if this is an issue for this repository or another one.

Is it possible to set up the snap to install it directly by default?

Would be happy to make a pull request if given guidance on how to do this.

image

@Sing-Li
Copy link
Member

Sing-Li commented Jul 7, 2020

@darigovresearch

On ARMHF (32 bit) there is no solution. Mongo will never support the WiredTiger engine on 32bit with oplog. So ARMHF is pretty much restricted to Rocket.Cat 1.x series of Releases only.

On 64 bit ARM though -- we will use mmapv1 for AS LONG AS WE CAN to avoid dragging people through database engine migration (big stressful task with risk of data loss).

You can safely ignore the deprecation message -- until 4.x is released AND/IF we're forcing engine migration.

@Sing-Li
Copy link
Member

Sing-Li commented Jul 7, 2020

For faster response please join our 24 x 7 Pi channel. https://open.rocket.chat/channel/raspberrypi

@darigovresearch
Copy link
Author

@Sing-Li Thanks for the explanation and the heads up, will join the channel now

If this is a ARMHF issue is it possible to detect this in RocketChat and give a different error explaining why mongo cannot be upgraded?

If so how complex is the error system to set up a different "error" message and point to a post explaining that it can't be updated in ARMHF systems?

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

No branches or pull requests

2 participants