Re: PITR

From: Raghavendra <raghavendra(dot)rao(at)enterprisedb(dot)com>
To: Murthy Nunna <mnunna(at)fnal(dot)gov>
Cc: desmodemone <desmodemone(at)gmail(dot)com>, "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: PITR
Date: 2014-02-24 12:30:55
Message-ID: CA+h6AhhXKf=EYjYgnOFeVQ06R5FcdJ=E3tpq7Y0RTXLGjB8HNQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Sun, Feb 23, 2014 at 8:50 PM, Murthy Nunna <mnunna(at)fnal(dot)gov> wrote:

> Raghavendra,
>
>
>
> Thanks for testing and confirming the behavior of "pause" setting.
>
>
>
> While I understand your explanation, I feel I am still missing something.
> IMHO, when I say pause using "pause" setting, no matter what, I expect the
> recovery to wait for manual intervention.
>

I very much agree with your point that it has to pause when you ask for it,
however, as per design (some other might comment on this well) am guessing
it will open the database if no wals are there though you intentionally
hide them.

You can use (HOT STANDBY) standby_mode=on which does the same thing, it
just waits for the WAL files but it won't open the database until you pass
the trigger file. In hot standby, it apply the existing wals fed and wait
for coming wals and it won't come out of recovery. This you can try with
below link.

http://wiki.postgresql.org/wiki/Hot_Standby

> I myself can come up with number of reasons for doing so... e.g I may be
> purposely "hiding" some WALs somewhere else, or maybe I have several
> thousands of WALs that I want to parallelize the process of applying some
> logs while I recall some from tapes.
>
>
>
> Let me know what you think.
>
>
Agreed it might be possible of not having wals at the moment and waiting
for them to copy, however, I prefer in that case to use hot_standby. Pause
just works in case if it sees some pending file in Arch.. location.

My explanation might not reach to your expectation, but I am sure few
other's here might share their inputs.
--Raghav

In response to

  • Re: PITR at 2014-02-23 15:20:37 from Murthy Nunna

Responses

  • Re: PITR at 2014-02-24 18:14:05 from Murthy Nunna

Browse pgsql-admin by date

  From Date Subject
Next Message Murthy Nunna 2014-02-24 18:14:05 Re: PITR
Previous Message bricklen 2014-02-23 18:06:59 Re: PITR