Are these installations good?

One for Server and the other for Shell ? the shell seems to have something possibly wrong.

Both are “fine” in the functional sense. But the shell is warning you that you haven’t configured the server with all the suggested configurations.

For instance, you’re not using XFS file system which is recommended for better performance. More importantly, you haven’t enabled authentication so anyone who connects to this instance will be able to read and write all data.

Asya

1 Like

Can you refer me to links in Mongo docs to address these issues ?

My LInux install is on ext4, I need it to be on xfs ?

It’s preferable for top performance for it to be on xfs but ext4 is ok if you won’t be pushing the disk hard.

As far as configuring authentication there is an entire large section in the docs about it.

Asya

1 Like