Re: transaction ID wrap limit is 1073878048

From: "Tomeh, Husam" <htomeh(at)firstam(dot)com>
To: "Abu Mushayeed" <amushayeed(at)hotmail(dot)com>, pgsql-admin(at)postgresql(dot)org
Cc: tgl(at)sss(dot)pgh(dot)pa(dot)us
Subject: Re: transaction ID wrap limit is 1073878048
Date: 2006-07-28 18:25:25
Message-ID: CB0FB369FF86E248A884BCC002562BCB0227D8AF@pisgsna01sxch01.ana.firstamdata.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin


This is normal with postgresql 8.1 and above. With autovacuum turned on
in 8.1 (default), this reminder that you get every time you start up
your postgres server becomes merely informative, and no need to be of
concern. If your autovacuum is turned off, you need either to turn it on
(mostly recommended) or schedule a job to vacuum regularly to avoid
hitting the transaction wrap limit issue later on.

--
Husam
http://firstdba.googlepages.com

-----Original Message-----
From: pgsql-admin-owner(at)postgresql(dot)org
[mailto:pgsql-admin-owner(at)postgresql(dot)org] On Behalf Of Abu Mushayeed
Sent: Friday, July 28, 2006 11:12 AM
To: pgsql-admin(at)postgresql(dot)org
Cc: tgl(at)sss(dot)pgh(dot)pa(dot)us
Subject: [ADMIN] transaction ID wrap limit is 1073878048

Hello,

We just migrated our database to 8.1.3 from 7.4.12. I am noticing
messages
like

2006-07-16 03:30:22 PDTpostgrescansasLOG: transaction ID wrap limit is
1073878048, limited by database "webcalendar".

When we migrated, we had done a full vacuum of each database.

What is the cause of the problem. How can I fix this?

Thank you
Abu

---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings
**********************************************************************
This message contains confidential information intended only for the use of the addressee(s) named above and may contain information that is legally privileged. If you are not the addressee, or the person responsible for delivering it to the addressee, you are hereby notified that reading, disseminating, distributing or copying this message is strictly prohibited. If you have received this message by mistake, please immediately notify us by replying to the message and delete the original message immediately thereafter.

Thank you.

FADLD Tag
**********************************************************************

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2006-07-28 18:38:52 Re: transaction ID wrap limit is 1073878048
Previous Message Abu Mushayeed 2006-07-28 18:12:24 transaction ID wrap limit is 1073878048