Re: psql 8 warm standby strong start, weak finish

From: Charlton Galvarino <charlton(at)2creek(dot)com>
To: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>, "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: psql 8 warm standby strong start, weak finish
Date: 2015-04-30 14:22:05
Message-ID: BY2PR0101MB1494057D5A9FEA5A4B688A85FCD60@BY2PR0101MB1494.prod.exchangelabs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

>So where does the rsync you mentioned previously fit into this?

A cron runs on warm_standby to pull (and delete) the WAL's from the master.

rsync -avz --progress --remove-sent-files master:/var/lib/pgsql/archives/ /var/lib/pgsql/archives/

>I do not see an -l option in the 8.4.x version of pg_standby, I do see it in the
>8.3 version.

I agree. pg_standby --help says exactly that.

-l does nothing; use of link is now deprecated

>Where are you getting pg_standby from?

-bash-3.2$ which pg_standby
/usr/bin/pg_standby

-bash-3.2$ pg_standby --version
pg_standby (PostgreSQL) 8.4.17

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2015-04-30 14:40:26 Re: psql 8 warm standby strong start, weak finish
Previous Message Adrian Klaver 2015-04-30 14:16:09 Re: psql 8 warm standby strong start, weak finish