Discussion:
[ADMIN] WAL archiving question
(too old to reply)
Debanjan Bhattacharyya
2012-03-22 12:28:35 UTC
Permalink
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

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-***@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin
Raghavendra
2012-03-23 15:39:22 UTC
Permalink
On Thu, Mar 22, 2012 at 5:58 PM, Debanjan Bhattacharyya <
Post by Debanjan Bhattacharyya
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/
Post by Debanjan Bhattacharyya
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
--
http://www.postgresql.org/mailpref/pgsql-admin
Loading...