diff --git a/postgres/diskfull-error.md b/postgres/diskfull-error.md new file mode 100644 index 0000000..f4baeea --- /dev/null +++ b/postgres/diskfull-error.md @@ -0,0 +1,11 @@ +# `DiskFull` Error + +```bash +psycopg2.OperationalError: ERROR: could not resize shared memory segment "/PostgreSQL.759674958" to 55444231 bytes: No space left on device +``` + +## Possible Causes + +## Common Fixes + +## Investigation Techniques