Issue
I have problem with start PostgreSQL server. When I try to start server write this error:
FATAL: could not write lock file "postmaster.pid": No space left on device
I found solution by use command ipcclean
to clear memory. But when i try to use this command system say Command not found.
Can somebody help me? )
Solution
You are out of disk space (No space left on device) and not likely out of memory so cleaning IPC memory does not help.
Find what is taking up disk space and free some. You could try removing old log files first.
Consider allocating more disk space.
Answered By - jkj