Re: pg_basebackup on slave running for a long time

From: Subhankar Chattopadhyay <subho(dot)atg(at)gmail(dot)com>
To: John R Pierce <pierce(at)hogranch(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: pg_basebackup on slave running for a long time
Date: 2016-11-22 10:34:02
Message-ID: CAPg1NnE6zYOrh-B8aBskX9oXUuoVhuvTMWjwWoueF8rW3=2j6w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

So, the question here is while I apply update on Slave, how do I know
if if it will be able to catch up or I need Wal archive? Is there a
way I can determine this? In my case, while applying update on slave,
the db process will be stopped, so the query, even if it gives correct
value, won't help. Can anybody help in here?

On Mon, Nov 21, 2016 at 12:40 PM, John R Pierce <pierce(at)hogranch(dot)com> wrote:
> On 11/20/2016 11:00 PM, Subhankar Chattopadhyay wrote:
>
> Yes so if the slave is behind I need to start over pgbasebackup. I saw
> according to the documentation this query gives us the replication state.
> Can somebody tell me if this would be sufficient to know if I need to start
> over the backup ?
>
>
>
>
> if the slave is behind but is catching up, no, restarting replication would
> be overkill. only if the slave gets so far behind that it can't catch up,
> and in that case, a wal archive would be a better choice than a new base
> backup.
>
> I've never run into these problems as I run on dedicated hardware servers,
> which don't have all these reliability and performance problems. a
> complete server failure requiring a full rebuild is something that would
> happen less than annually.
>
>
>
> --
> john r pierce, recycling bits in santa cruz

--

Subhankar Chattopadhyay
Bangalore, India

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Subhankar Chattopadhyay 2016-11-22 11:41:32 Re: pg_basebackup on slave running for a long time
Previous Message Johann Spies 2016-11-22 09:24:36 Replication of a database or schemas from a database