question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support for MongoDB 4.2

See original GitHub issue

Mongo has changed the binary download options and file name format in a way the breaks the embed.mongo downloader.

  1. 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.
  2. 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:closed
  • Created 4 years ago
  • Reactions:17
  • Comments:13 (5 by maintainers)

github_iconTop GitHub Comments

21reactions
keeratsinghcommented, May 27, 2020

@Loki-Afro Any updates on this issue ?

13reactions
shimizufcommented, Nov 5, 2019

We would also be very happy about 4.2 support, it would enable us to upgrade all our DB instances.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found