On Tue, Dec 22, 2020 at 07:32:04AM +0000, Sreejith P wrote: > Dear All, > 2020-12-21 23:59:32.869 +04 [16097] rptDBA@Ast-ReportDB LOG: could not receive data from client: Connection timed out > 2020-12-22 01:12:53.939 +04 [11961] rptDBA@Ast-ReportDB LOG: could not receive data from client: Connection reset by peer > 2020-12-22 01:23:08.832 +04 [30360] LOG: server process (PID 17872) was terminated by signal 9: Killed One of Pg processes (with PID 17872) was killed with signal 9 (sigkill). It could be operator killing process, some automation, or so called "oom killer". Pg can't really do anything about being killed in this way, so you have to track down what is issuing this kill signal, and disable it. I'd suggest to try with system logs. Best regards, depesz