Trying to install mongodb on WSL, completely failed, as a file WiredTiger is apparently broken. Raised the issue to mongodb team and now waiting for their reply.
Changed everything to my macbook pro and started the installation on macos. Found out that the installation that Mosh taught in the course is completely outdated.
brew installation is now:
$ brew tap homebrew/services
followed by
$ brew services start mongodb-community
And neither with Catalina nor with Big Sur you can create the dir /data/db in your root dir, the current solution is with symlinks.
COME ON MOSH!!! the course is basically useless after mongodb installation.
When will this be fixed? Do you have a pdf or any document explaning the current methods? otherwise i’m stucked.
Of course, this is annoying and I totally agree. Another great example (a bit out of topic but related to Mosh quality courses). Try to take the Docker course. The problem there isn’t about being outdated but you will have to troubleshoot SO MANY THINGS ON YOUR OWN! Mosh doesn’t explain at all the problems people most likely will have, and I took the course on Linux (Docker was developed exactly in linux/for linux and adapted then for other OS, so my issues were supposed to be “minor”). I can’t imagine someone finishing the Docker course from Mosh in a windows machine xD that is mission impossible. Hopefully mosh startes making courses like in the past.
BTW, i haven’t finished the docker course, simply stuck one lesson since weeks.