How do I unblock my MongoDB database?

Validated on 20 Nov 2024 • Last edited on 6 Dec 2024

If a MongoDB cluster’s storage disk ever becomes completely full, it may suffer severe issues. For example, the cluster may become stuck in a crash-loop, where it indefinitely crashes, restarts, and crashes again during its reboot, until we manually troubleshoot it.

To prevent this, when a cluster’s disk reaches 97% capacity, we automatically block further writes to it. If your cluster is blocked, you receive an email notification.

To remove this block, you can use one of the following methods:

How do I fix the "Connection Refused" error when connecting to my database?

Verify the connection string, ensure correct port usage, and add your local machine to the database cluster’s trusted sources.

How do I fix the "Connection Timed Out" error when connecting to my database?

Add your machine to the database cluster’s list of trusted sources in the firewall settings.

How do I fix the "Cannot create property _id on string" type error?

Remove the _id field from your JSON data so MongoDB can automatically generate unique _id values for each document during import.

We can't find any results for your search.

Try using different keywords or simplifying your search terms.