DEV Community

Discussion on: MongoDB on Laragon

Collapse
 
dendihandian profile image
Dendi Handian • Edited

well the mongodb website changed, I have updated the link to mongodb.com/try/download/community

Collapse
 
muhammad_asif_18dad470961 profile image
Muhammad Asif

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:

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 ❤️

Thread Thread
 
dendihandian profile image
Dendi Handian

happy to see you solved it