Configs

MongoDB MongoDB

Refer their Install MongoDB Community Edition on Linux page for installation instructions of your Linux distro

Install MongoDB Community Edition

For installing on MongoDB Community Edition on Fedora we’ll refer their RedHat guide

Current Mongosh Log ID: 67254482d59e272c2c6b128b
Connecting to:    mongodb://127.0.0.1:27017/?directConnection=true&serverSelectionTimeoutMS=2000&appName=mongosh+2.3.3
Using MongoDB:    8.0.3
Using Mongosh:    2.3.3

For mongosh info see: https://www.mongodb.com/docs/mongodb-shell/

------
  The server generated these startup warnings when booting
  2024-11-02T02:41:47.410+05:30: Access control is not enabled for the database. Read and write access to data and configuration is unrestricted
  2024-11-02T02:41:47.410+05:30: For customers running the current memory allocator, we suggest changing the contents of the following sysfsFile
  2024-11-02T02:41:47.410+05:30: For customers running the current memory allocator, we suggest changing the contents of the following sysfsFile
  2024-11-02T02:41:47.410+05:30: We suggest setting the contents of sysfsFile to 0.
  2024-11-02T02:41:47.410+05:30: We suggest setting swappiness to 0 or 1, as swapping can cause performance problems.
------

test>

Install MongoDB Compass

As per their docs, we’ll download the .rpm package for Fedora

# Download Compass
wget https://downloads.mongodb.com/compass/mongodb-compass-1.44.5.x86_64.rpm

# Install Compass
sudo yum install mongodb-compass-1.44.5.x86_64.rpm

# Launch Compass
mongodb-compass