Ask Your Question
3

What does the SQL state error 53100 mean when encountering the message "No space left on device" while attempting to write to the file "base/pgsql_tmp/pgsql_tmp32058.285"?

asked 2021-08-20 11:00:00 +0000

qstack gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2022-12-05 20:00:00 +0000

scrum gravatar image

SQL state error 53100 indicates that there is an issue with the file system running out of space while trying to write to a temporary file. The message "No space left on device" indicates that there is no more available space on the device where the file is trying to be written to. In this case, it seems that the file "base/pgsqltmp/pgsqltmp32058.285" is trying to be written to but there is no more space available on the device it is located on. To fix this error, you may need to free up some space on the device or move the file to a different location with enough space available.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2021-08-20 11:00:00 +0000

Seen: 7 times

Last updated: Dec 05 '22