Avoid Wraparound Failures

From: Loles <lolesft(at)gmail(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: Avoid Wraparound Failures
Date: 2022-03-25 22:16:43
Message-ID: CA+FWGK6HmRx8=-2wZkw-9a6a36f6iEGgAH=bN1rNicbFgzas5A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi!

Suppose the databases on my instance are near to have a wraparound failure.

(I think so, from what I see, but in the PostgreSQL log I haven't seen any
warning about It yet).

What do I have to do?

vacuum freeze;

better than,

vacuum analyze;

Or both?

If the autovacuum_freeze configuration parameters have defaults values,
should I modify any first?

More I read of this topic, more confused I am.

Please, I need simple and wise advice :)

Thanks!

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Ron 2022-03-26 03:56:42 Re: Avoid Wraparound Failures
Previous Message Nathan Bossart 2022-03-24 20:31:08 Re: Estimating HugePages Requirements?