-
Notifications
You must be signed in to change notification settings - Fork 9
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 4.2.1 support #241
Comments
Mongo 3.6 & 4.0 currently have no EOL date. So your answer is 'unlikely', and whenever they are ready, and not before. This is really a feature request because Rocket.Chat is not broken on the officially supported versions. |
The issue for Debian Users is, that MongoDB 4.0 is only supported on the old stable release, the new stable release only supports MongoDB 4.2 (from mongodb.com). https://docs.mongodb.com/manual/administration/production-notes/#prod-notes-supported-platforms So we need to either stick to an old debian Release for now to be in a supported envorionment. I tested mongodb 4.2 on a fresh install of rc 3.0.0 and it seems to work. Has anyone any experience with running mongo4.2 and rc? |
Additionally Debian Jessie will no longer receive support after June 30, 2020: |
At this point skipping MongoDB 4.2 entirely for 4.4 as another engine to support might be prudent? MongoDB 4.0 is not being supported at all on newer distributions now; Ubuntu 20.04.1 point release is out, and Debian 10 released over a year ago now so having some kind of supportable path for these (among others based on them) seems prudent. MongoDB 3.6 is end of life in less than a year, and MongoDB 4.0 now has a marked end-of-life date as well of January 2022 which will in turn leave all of these without a supported way to run RocketChat (ignoring distro's that would be EOL by that time themselves):
|
I'm currently migrating from Matrix and have installed a RC server on Sunday. Ubuntu 20.04, and of course I have installed the latest MongoDB 4.4.1. Just read this morning about "supported versions", lol. However, I see no issues. Any concerns here? I don't want to downgrade to 4.0 unless it's really necessary. |
In MongoDB 4.2 they have:
In MongoDB 4.4 they have:
That's just what I could find with a quick review of the release notes for each version, they have entire pages dedicated just to compatibility-breaking changes for 4.2 and 4.4. But the fact they were releases that removed one system Rocket.Chat explicitly tells you to use, and rebuilt the other system Rocket.Chat switched over to requiring to be enabled, means subtle bugs in the data storage layer may well exist so I don't believe it's safe to use in a production environment blindly. |
OK ... so I'll reinstall all again. Sh1t ... |
Half a year later... any updates on this? |
RocketChat cant be installed on current debian releases. |
In addition to MongoDB 4 support, would rocketchat also be supportable on Azure's CosmosDB now that it has 4.0 compatibility? |
We've upgraded our servers to Busters. |
Seems like release 3.15 added official support for MongoDB 4.2? Theres nothing in the release notes itself but in the top half it says "MongoDB: 3.4, 3.6, 4.0, 4.2". |
Found this: RocketChat/Rocket.Chat#21550, so yes, looks supported now. |
The documentation recommends to use MongoDB version So I guess it would make sense to update the documentation to recommend usage of version 4.0 or 4.2. And probably also run some test on version 4.4 and work on supporting version 5.0. |
Any plans to support the latest version of MongoDB in a short time?
The text was updated successfully, but these errors were encountered: