Support for MongoDB 4.2
See original GitHub issueMongo has changed the binary download options and file name format in a way the breaks the embed.mongo downloader.
- For Windows, 2012plus in now the only option. Feature.java needs a new value:
ONLY_WINDOWS_2012_SERVER
, and the corresponding logic in Paths.java needs to be implemented. - The generic Linux archive has been removed. There are now various distribution-specific tar files. Perhaps the RHEL 6.2 version can be used as a generic one (
mongodb-linux-x86_64-rhel62-4.2.0.tgz
).
Those were the main issues I noticed at first glance, there might be others as well.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:17
- Comments:13 (5 by maintainers)
Top Results From Across the Web
MongoDB Software Lifecycle Schedules
The lifecycle schedules below form a part of MongoDB's Support Policies. They include Major Releases and Rapid Releases of the MongoDB Server and...
Read more >MongoDB Server - endoflife.date
Release Released Security Support
6.1 (rapid) 2 months and 1 week ago. (04 Oct 2022) Yes
6.0 5 months ago. (05 Jul 2022) Yes
5.3 (rapid)...
Read more >End of Life (EOL) | MongoDB Inc. | Lifecycle - endoflife.software
Current releases ; MongoDB 5.0, July 13, 2021 ; MongoDB 4.4, July 30, 2020 ; MongoDB 4.2, August, 2019 ; MongoDB 4.0, June,...
Read more >AWS Database Migration Service now supports MongoDB 4.2 ...
AWS Database Migration Service (AWS DMS) expands functionality by adding support for MongoDB 4.2 and 4.4 as a source. Using AWS DMS, you...
Read more >Mongoose v6.8.0: MongoDB Version Compatibility
MongoDB Server Version Compatibility ; 4.2.x, ^5.7.0 | ^6.0.0 ; 4.0.x, ^5.2.0 | ^6.0.0 ; 3.6.x, ^5.0.0 ; 3.4.x, ^4.7.3 | ^5.0.0.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@Loki-Afro Any updates on this issue ?
We would also be very happy about 4.2 support, it would enable us to upgrade all our DB instances.