Upgrade to MongoDB Enterprise (Standalone)
MongoDB Enterprise provides various features not available in theMongoDB Community edition, such as:
- In-Memory Storage Engine
- Auditing
- Kerberos Authentication
- LDAP Proxy Authentication and LDAP Authorization
- Encryption at Rest
The following steps outline the procedure to upgrade a standalonemongod
from the MongoDB Community Edition to the MongoDBEnterprise Edition. For example, the steps can be used to MongoDB 4.0Community to MongoDB 4.0 Enterprise.
Consideration
Warning
Do not use these instructions to upgrade to another release version.To upgrade release versions, refer to the appropriate releaseupgrade instructions, such as Upgrade to MongoDB 4.2.
Download Enterprise Binaries
Depending on your operating system, you can install the MongoDBEnterprise binaries by using a package manager or by downloading thebinaries manually.
- Linux (Package Manager)
- Linux (Manual Download)
- Windows
- macOS
If you have installed MongoDB Community using a packagemanager, follow the package manager instructions for youroperating system:
During the installation, the package manager will remove thecommunity packages; this will not affect the runningdeployment until you restart.
If you have not installed MongoDB using a package manager,you can manually download the MongoDB binaries from theMongoDB Download Center. Followthe manual instructions, including specific prerequisitesfor MongoDB Enterprise, for your operating system:
Important
Install to a location different from that of your currentCommunity edition.
In the upgrade procedure, you will use the existing datadirectory and, if applicable, the existing configurationfile.
Important
You cannot use the .msi
to install the Enterpriseedition if you have the Community edition of the samerelease series installed on the same machine. That is, ifyou have version 4.0.0 Community edition installed, youcannot use the .msi
to install the 4.0.0 or 4.0.1Enterprise edition.
Manually download the archive file from the MongoDBDownload Center.
To install, extract/unzip the file to a locationdifferent from that of your current Communityedition.
In the upgrade procedure, you will use the existingdata directory and, if applicable, the existingconfiguration file.
Install the binaries:
Manually download the archive file from the MongoDBDownload Center.
Extract the files to a location differentfrom that of your current Community edition. Fordetails on extracting the files, see macOS.
In the upgrade procedure, you will use the existingdata directory and, if applicable, the existingconfiguration file.
Procedure
Shutdown the current mongod instance.
Shut down the mongod
Community instance.
Restart with Enterprise mongod.
Restart with the Enterprise mongod
, specifying thesame configuration options(e.g. same data directory,configuration file, etc.).