Docs Menu

Docs HomeDevelop ApplicationsMongoDB Manual

Upgrade to MongoDB Enterprise (Standalone)

On this page

  • Consideration
  • Download Enterprise Binaries
  • Procedure

MongoDB Enterprise provides various features not available in the MongoDB Community edition, such as:

The following steps outline the procedure to upgrade a standalone mongod from the MongoDB Community Edition to the MongoDB Enterprise Edition. For example, the steps can be used to upgrade MongoDB 7.0 Community to MongoDB 7.0 Enterprise.

Warning

Do not use these instructions to upgrade to another release version. To upgrade release versions, refer to the appropriate release upgrade instructions, such as Upgrade to MongoDB 7.0.

Depending on your operating system, you can install the MongoDB Enterprise binaries by using a package manager or by downloading the binaries manually.

1

Shut down the mongod Community instance.

2

Restart with the Enterprise mongod, specifying the same configuration options(e.g. same data directory, configuration file, etc.).

←  Upgrade MongoDB Community to MongoDB EnterpriseUpgrade to MongoDB Enterprise (Replica Set) →