MongoDB and PostgreSQL Installation Tips

  1. When installing MongoDB, remember to uncheck “install MongoDB Compass”. You don’t need to install MongoDB Compass. Once the MongoDB is installed, you may install the Robo 3T as your database client tool. MongoDB and Robo3T cannot be installed at the same time.
  2. Set up an easy-to-remember password while installing the Postgresql database on your computer. Write down the password after installation if necessary.
  3. Uncheck “pgAdmin” installation option while installing the Postgresql. PgAdmin must be installed separately after the Postgresql installation.