This incident type refers to a problem with a PostgreSQL database where it is reporting disk full errors. This means that the database has reached its full capacity and cannot store any more data. This can cause issues with the performance of the database and may result in data loss if not addressed promptly.
Parameters
Debug
1. Check the disk usage of the PostgreSQL data directory
2. Check the disk usage of the entire system to see if any other partitions are full
3. Check the size and usage of individual tables in the database
4. Check the size and usage of individual indexes in the database
5. Check for any large and unnecessary files in the PostgreSQL data directory
The disk where the PostgreSQL database is stored may have run out of storage space due to large database files or logs.
Repair
Identify and delete any unnecessary or unused data from the PostgreSQL database to free up disk space.
Learn more
Related Runbooks
Check out these related runbooks to help you debug and resolve similar issues.