I only recently started seeing this error type message appearing. Any idea what is the cause?
"PGS-220000 PostgreSQL error: ERROR: could not extend file "base/16401/171077334": wrote only 4096 of 8192 bytes at block 96819 HINT: Check free disk space."
I have seen this type of error before. The solution in our case was to request a DBA to extend the table space for the postgres db. If the issue keeps occurring then you might want to have a look at your db clean technical work flow to confirm it is running successfully (Database cleanup)
I have seen this type of error before. The solution in our case was to request a DBA to extend the table space for the postgres db. If the issue keeps occurring then you might want to have a look at your db clean technical work flow to confirm it is running successfully (Database cleanup)