im having trouble with the mongoDB while trying to reinstall the repository
what ip should i type in when trying to reconnect, 192.168.1.7 the ip of the license server - doesnt work- says the server might be incorrectly configured or offline , and i also cant create a new mongoDB
Which OS are you installing on? Also, which beta version are you using?
It sounds like MongoDB simply isn’t running. Generally, you would use the hostname or IP address that your other machines will use to connect to the database.
Thanks! Can you open up the Windows Services and see if there is a service called MongoDB? If there is, check if it’s running, and then try starting if it’s not.
If it fails to start, it could be that you need to repair the database. You can do this from a command prompt by running the following:
Did you try doing the repair operation before deleting the database files? If not, it’s no big deal, but I’m curious if you did and had problems with that.
I think all you have to do at this point is manually remove the MongoDB service. Here is a walkthrough of removing a service from Windows: howtogeek.com/howto/windows- … sta-or-xp/
Just remove the MongoDB service. After that, you should be able to reinstall mongodb with the repository installer.