We frequently get the following warnings with our Postgresql Database
LOG: could not open temporary statistics file "pg_stat_tmp/pgstat.tmp": No space left on device
WARNING: pgstat wait timeout
When we get the above two warnings, our database connectivity to our website throws a connectivity error and while restarting the Database service then the connectivity looks good for a while.
What could be possible reasons behind this?
I have checked the free space left in the server which is 14 GB.