| From: | Raghavendra <raghavendra(dot)rao(at)enterprisedb(dot)com> |
|---|---|
| To: | Debanjan Bhattacharyya <b(dot)debanjan(at)gmail(dot)com> |
| Cc: | pgsql-admin(at)postgresql(dot)org |
| Subject: | Re: WAL archiving question |
| Date: | 2012-03-23 15:39:22 |
| Message-ID: | CA+h6Ahhb34UtvuTXS_PjxGbdB5DVZnuxmvHRRPhF1AK9iMgOrg@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-admin |
On Thu, Mar 22, 2012 at 5:58 PM, Debanjan Bhattacharyya <
b(dot)debanjan(at)gmail(dot)com> wrote:
> Hi
> I have two queries on WAL archiving.
> I am using Postgres 8.2 and I have successfully setup a primary
> hot-standy (with continuous recovery from WAL files) db pair.
>
> I want to find the time stamp and name of last WAL archive applied by
> the HOT standby db in continuous recovery mode.
> I also need to find out if currently the recovery is held up because
> the standby db is missing a archive
>
> Here your best friend will be pg_controldata <hot_standby_data_directory>.
In output you need see "Database cluster state: " is "in recovery mode"
and "Time of latest checkpoint:", "Minimum recovery ending location:"
---
Regards,
Raghavendra
EnterpriseDB Corporation
Blog: http://raghavt.blogspot.com/
> I have gone through the documentations and could not find the
> information on how to find the above information from the standby db.
> Can you please guide me as to where I can find this information or
> post this question?
>
> Thanks
> Regards
> Debanjan Bhattacharyya
>
> --
> Sent via pgsql-admin mailing list (pgsql-admin(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-admin
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | BGoebel | 2012-03-23 18:04:57 | Re: german sort is wrong |
| Previous Message | Gordon Shannon | 2012-03-23 14:52:39 | Re: New role can connect to all dbs with no grants |