Check MongoDB - Fluid Topics - 3.10

Install Fluid Topics on Multiple Servers

Operating system
Debian
Category
Technical Notes
Audience
public
Version
3.10

A MongoDB database is automatically installed by the antidot-mongod metapackage to store user-related content.

Make sure that the database is running by checking its status by running the following command:

As root user

systemctl status mongod.service

If the database does not respond, start MongoDB by running the following command:

As root user

systemctl start mongod.service