Re: Free disk space decreasing after running Vaccum Full

From: Sabyasachi Mukherjee <mukherjee(dot)sabyasachi(at)outlook(dot)com>
To: Scott Ribe <scott_ribe(at)elevated-dev(dot)com>
Cc: Wells Oliver <wells(dot)oliver(at)gmail(dot)com>, Ron Johnson <ronljohnsonjr(at)gmail(dot)com>, Pgsql-admin <pgsql-admin(at)lists(dot)postgresql(dot)org>
Subject: Re: Free disk space decreasing after running Vaccum Full
Date: 2024-06-28 16:23:09
Message-ID: DB4PR10MB74690C4C853E8DE6E39112118CD02@DB4PR10MB7469.EURPRD10.PROD.OUTLOOK.COM
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

I think Scott has a point. I do have a broken logical replication. And the replication is done on the same physical server. I will try to stop that replication.

________________________________
From: Scott Ribe <scott_ribe(at)elevated-dev(dot)com>
Sent: 28 June 2024 18:14
To: Sabyasachi Mukherjee <mukherjee(dot)sabyasachi(at)outlook(dot)com>
Cc: Wells Oliver <wells(dot)oliver(at)gmail(dot)com>; Ron Johnson <ronljohnsonjr(at)gmail(dot)com>; Pgsql-admin <pgsql-admin(at)lists(dot)postgresql(dot)org>
Subject: Re: Free disk space decreasing after running Vaccum Full

Perhaps WAL is accumulating from those table rewrites. Could be your WAL settings, and that the WAL will get reused eventually, which is no problem. Could be you have WAL archiving or replication slots, and archiving or replication is broken, and WAL will accumulate until it fills the disk.

That needs to be looked at. But the question still remains as to why you are running VACUUM FULL?

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Sabyasachi Mukherjee 2024-06-28 16:53:24 Re: Free disk space decreasing after running Vaccum Full
Previous Message Scott Ribe 2024-06-28 16:14:36 Re: Free disk space decreasing after running Vaccum Full