Re: [ADMIN] WARNING: database must be vacuumed within 8439472 transactions

From: Bill Moran <wmoran(at)potentialtech(dot)com>
To: Scott Whitney <scott(at)journyx(dot)com>
Cc: Mike Christensen <mike(at)kitchenpc(dot)com>, Prabhjot Sheena <prabhjot(dot)sheena(at)rivalwatch(dot)com>, "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>, Forums postgresql <pgsql-general(at)postgresql(dot)org>
Subject: Re: [ADMIN] WARNING: database must be vacuumed within 8439472 transactions
Date: 2014-07-07 20:27:18
Message-ID: 20140707162718.f1d66ba80aaea1d3ef3d5f3e@potentialtech.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-general

On Mon, 7 Jul 2014 15:22:44 -0500 (CDT) Scott Whitney <scott(at)journyx(dot)com> wrote:

> It does say a FULL vacuum, and that you are not doing.

You're confusing terminology. VACUUM FULL is not the same as
a "full database vacuum". The latter is simply expressing that
vacuuming individual tables won't fix the problem. A VACUUM
FULL is not required.

You really just need to wait it out. Although at the rate the
number seems to be dropping, you may be in for trouble.

>
> <div>-------- Original message --------</div><div>From: Mike Christensen <mike(at)kitchenpc(dot)com> </div><div>Date:07/07/2014 3:17 PM (GMT-06:00) </div><div>To: Prabhjot Sheena <prabhjot(dot)sheena(at)rivalwatch(dot)com> </div><div>Cc: pgsql-admin(at)postgresql(dot)org,Forums postgresql <pgsql-general(at)postgresql(dot)org> </div><div>Subject: Re: [ADMIN] [GENERAL] WARNING: database must be vacuumed within 8439472 transactions </div><div>
> </div>Sounds like you just have to wait until it finishes..
>
>
> On Mon, Jul 7, 2014 at 12:56 PM, Prabhjot Sheena <prabhjot(dot)sheena(at)rivalwatch(dot)com> wrote:
> Hello
> We are using postgresql 8.3 database for last 5 yrs for this production database and its running fine. This is our critical database which runs 24*7. This weekend we started getting these messages
>
> HINT: To avoid a database shutdown, execute a full-database VACUUM.
> WARNING: database must be vacuumed within 8439472 transactions
>
> i am currently running this command
>
> vacuumdb --analyze db
>
> while this command is running i m still getting these messages
>
> WARNING: database must be vacuumed within 2645303 transactions.
>
> The value of number of transactions is going down every minute
>
> Can anyone tell me what is the best way to sort up this issue.
>
> Thanks
> Avi
>
>
>
>

--
Bill Moran <wmoran(at)potentialtech(dot)com>

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Frank Pinto 2014-07-07 20:31:40 Re: [GENERAL] WARNING: database must be vacuumed within 8439472 transactions
Previous Message Nicolas Zin 2014-07-07 20:25:22 Re: [GENERAL] WARNING: database must be vacuumed within 8439472 transactions

Browse pgsql-general by date

  From Date Subject
Next Message Frank Pinto 2014-07-07 20:31:40 Re: [GENERAL] WARNING: database must be vacuumed within 8439472 transactions
Previous Message Nicolas Zin 2014-07-07 20:25:22 Re: [GENERAL] WARNING: database must be vacuumed within 8439472 transactions