Previously I had a problem when upgrading to MongoDB and made some problems in the existing database server. After searching for some troubleshooting on the Internet, it turned out that there was one problem that I found was a way to downgrade Mongo DB.
Install From Package
Next, please select the Operating System and the targeted Node version.
There are 4 types of packages that can be downloaded, including:
- server: is the main machine from Mongo DB, contains packages for Mongo Server installations.
- mongos: the package contains Mongo DB daemon, daemon is a service that continues on the operating system.
- tools: the following contains some of the dependencies that are needed so that Mongo DB runs on your system.
- shell: for this package it is not mandatory. Because it contains the Mongo DB client for terminals that allows use for access via the terminal.
The rest just needs to be installed as usual based on the operating system you are using.
Don't Forget Restart
Don't forget to restart your Mongo DB after the installation process above. Then please check the version of each package above to ensure that the installed Mongo DB is appropriate.