Skip to content
MongoDB Version EOL (2026)

MongoDB Version EOL (2026)

DodaTech Updated Jun 20, 2026 3 min read

MongoDB uses a dual-track release model with Rapid releases (quarterly) and LTS releases (approximately annually). Each major version receives roughly 3 to 4 years of support for on-premise deployments, while MongoDB Atlas — MongoDB’s managed cloud service — handles upgrades automatically and often supports versions beyond their on-premise EOL. Understanding the MongoDB release cycle is critical for planning upgrades in self-managed environments, as MongoDB enforces an N-1 upgrade requirement — you cannot skip more than one major version during upgrades. MongoDB’s shift from SSPL licensing and the emergence of community forks like FerretDB have added new considerations to lifecycle planning.

MongoDB Version Support Table

VersionTypeRelease DateEnd of Life
MongoDB 5.0Rapid/LTSJul 2021Jan 2025
MongoDB 6.0LTSJul 2022Jul 2025
MongoDB 7.0LTSAug 2023Aug 2026
MongoDB 8.0LTS2025TBD

MongoDB Support Policy

MongoDB’s support model differs between self-managed deployments and MongoDB Atlas.

  • Rapid releases: Feature releases every quarter. These are not LTS — they receive support only until the next Rapid release ships.
  • LTS releases: Released approximately once per year. Each LTS version receives 3–4 years of support from the initial GA date.
  • Atlas support: MongoDB Atlas automatically manages version upgrades within your maintenance window. Atlas typically supports versions beyond their on-premise EOL to give you time to schedule upgrades.
  • Upgrade requirement: MongoDB supports upgrading only from the previous major version (N-1). To skip more than one version, you must upgrade incrementally.
  • MongoDB 5.0 status: 5.0 reached EOL in January 2025. If you are still on 5.0, you must upgrade to 6.0 (and then to 7.0 if desired).

How to Check Your MongoDB Version

mongod --version

From within a mongosh session:

db.version()

FAQ

What is the difference between Rapid and LTS releases in MongoDB?
Rapid releases are quarterly feature releases with short support windows — they are replaced by the next Rapid release within weeks. LTS releases occur roughly annually and provide 3–4 years of support, making them suitable for production deployments.
Can I skip a major version when upgrading MongoDB?
No. MongoDB supports upgrades only from the previous major version (N-1). To upgrade from 5.0 to 7.0, you must first go through 6.0. The mongod process will refuse to start with an incompatible data directory if you attempt a skip.
How does MongoDB Atlas handle version end-of-life?
MongoDB Atlas manages version upgrades automatically within your configured maintenance window. Atlas typically supports versions for 6–12 months beyond the on-premise EOL, giving you a grace period to test and validate upgrades.
What happens when a MongoDB version reaches EOL?
After the EOL date, MongoDB no longer releases patches, security fixes, or bug fixes for that version. MongoDB Support will not accept tickets related to EOL versions. You must upgrade to a supported version to remain eligible for support.
Are there community alternatives to MongoDB?
Yes. FerretDB is an open-source proxy that translates MongoDB wire protocol queries to SQL backends like PostgreSQL. It provides MongoDB-compatible APIs but does not follow MongoDB’s release or support schedule. It is not a drop-in replacement for all MongoDB features.

Related Schedules

  • PostgreSQL Version EOL
  • Redis Version EOL

Built by the developers of DodaTech

Doda Browser, DodaZIP & Durga Antivirus Pro