DETAIL: Process 3646 waits for ShareUpdateExclusiveLock on relation 16424 of database 16385.
Is from the Posrgress service that thinks there is a process accessing the database but the process may not actually be running.
The only way to resolve that is to reboot the server.
This message
LOG: checkpoints are occurring too frequently (4 seconds apart)
HINT: Consider increasing the configuration parameter "checkpoint_segments".
is a configuration setting in the Postgress configuration file
Code: Select all
/var/lib/pgsql/data/postgresql.confIf might be caused by the share lock issue so you could wait until the lock is fixed.