neuefische / web-setup

💻 macOS setup using zsh for the web development course
30 stars 5 forks source link

Update mongodb-setup script #5

Closed ahohnsen closed 1 year ago

ahohnsen commented 1 year ago

This PR is a proposal for a fix of the mongoDB versioning issue.

I adjusted the mongoDB setup script to install mongodb-community@5.0 instead of the latest version. I would suggest to have this script as an alternative for users with macOs Ventura, in addition to the already existing mongoDB setup script. 👉🏼 If we decide for this option, I will create an additional file for this script and adjust the readme file.

I tested the script on a Macbook with M1 chip and macOs Ventura - it worked fine for me. However, the script should be tested on other machines as well.

ahohnsen commented 1 year ago

This update of the mongodb setup script is no longer needed, as the root cause of the problem was something else. See the issue for more details.