First, you need to access the server via SSH.

Most probably, your server has run out of free disk space. You can check the free space using the following command: df -h.

Screenshot from 2022-06-19 15-39-29.png

If there is no free space left, delete unnecessary files, outdated backup files, old logs and restart the server

To explore the file system content, you can use the ncdu utility. Run it using the ncdu / command. After the disk analysis, you will get all the relevant information in a clear form:

Screenshot from 2022-06-19 15-41-21.png