Mongo Packages
The Visual C++ Runtime is required by the MongoDb
database as well as the librdKafka
library (Kafka reader/writer devices). If needed, the latest version of the installer can be downloaded from Latest supported Visual C++ Redistributable downloads (X64 Version).
Or download the 2022 release: VC Runtime
We periodically publish database packages as new versions of MongoDb are released. Operating systems prior to Windows 10 / Windows 2016 support a maximum version of 4.2
.
MongoDb Version | Operating Systems | Package |
---|---|---|
3.6.23 Required if you are upgrading from <16.0 to 16.1 | All |
|
4.0.28 Required if you are upgrading from >=16.0 to 16.1 | All |
|
4.2.22 | All |
|
4.4.16 | Win10/2016 and above | |
5.0.11 | Win10/2016 and above | |
6.0.1 | Win10/2016 and above
|
|
7.0.5 | Win10/2016 and above
|
|
Adding these packages to your package manager dialog will enable you to push new versions of mongoDb to remote agents, as well as providing the latest compatible MongoDb version to new remote integrator installations.
Upgrading MongoDb requires the database to be opened by every major release between the current database version and the target version. For example, if the current MongoDb version is 3.6 (the default version in 16.0) and you wish to upgrade it to MongoDb 6.0, you must deploy each mongoDb package (4.0, 4.2, 4.4, 5.0, and 6.0). When the remote agent is restarted, it will cycle through each compatible MongoDb package and upgrade the database. If a required package is missing, the upgrade will be skipped.
If you are upgrading from < 16.0, you must deploy the MongoDb 3.6 package. If you are upgrading from >=16.0, you must deploy the 4.0 package version. You can optionally deploy higher versions.