Re: Random memory related errors on live postgres 14.13 instance on Ubuntu 22.04 LTS

2024-11-03 Thread Vijaykumar Jain
On Sat, 2 Nov 2024 at 12:50, Ian J Cottee wrote: > As the previous errors (thankfully) are not showing now I can't really do any > more debugging but I'll report back on the results of the memtest. just for the sake of this thread, i wanted to make a mention of Summary of Errors reported early

Re: pg_wal folder high disk usage

2024-11-03 Thread Koen De Groote
A possible reason for pg_wal buildup is that there is a sort of replication going on(logical or physical replication) and the receiving side of the replication has stopped somehow. This means: a different server that has a connection to your server and is expecting to receive data. And your server