Question about Warm Standby

From: Jack W <dbdevelop2000(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Question about Warm Standby
Date: 2009-03-18 00:59:14
Message-ID: 3473330e0903171759j33b99e82wd67b1f6c99251db9@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I set up a failover system with one primary server and one standby server.
In the standby server's log, I saw the lines like below:

Command for restore : copy "E:\archive\00000001000000000000004C"
"pg_xlog\RECOVERYXLOG"

The above line means that: the transaction log file 00000001000000000000004C
was copied and renamed to RECOVERYXLOG in the pg_xlog folder of the standby
server, right?
So the standby server only keeps each transaction log from the primary
server temporarily in its pg_xlog folder during the recovery procedure,
right?

Thanks.

Jack

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Marco Colombo 2009-03-18 00:59:18 Re: Maximum transaction rate
Previous Message Zachary Mitchell, BCIS 2009-03-18 00:41:30 Question Concerning PostgreSQL license.