Monogodb download link not working!
well the mongodb website changed, I have updated the link to mongodb.com/try/download/community
Thanks @dendihandian it worked!
However in new version of mongo storage.journal.enabled option is no longer supported so it was throwing exception in laragon:
storage.journal.enabled
Service MongoDB can not start. Reason: Unrecognized option: storage.journal.enabled try --help• for more information
I solved it by disabling this option under
D:\laragon\bin\mongodb\mongodb-win32-x86_64-windows-8.0.4\mongod.conf
i commented these two lines # journal: # enabled: false
# journal: # enabled: false
Its working great ❤️
happy to see you solved it
Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink.
Hide child comments as well
Confirm
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Monogodb download link not working!
well the mongodb website changed, I have updated the link to mongodb.com/try/download/community
Thanks @dendihandian it worked!
However in new version of mongo
storage.journal.enabledoption is no longer supported so it was throwing exception in laragon:Service MongoDB can not start. Reason:Unrecognized option: storage.journal.enabled
try
--help• for more information
I solved it by disabling this option under
D:\laragon\bin\mongodb\mongodb-win32-x86_64-windows-8.0.4\mongod.conf
i commented these two lines
# journal:# enabled: false
Its working great ❤️
happy to see you solved it