Re: Replication/cloning: rsync vs modification dates?

From: Chris Angelico <rosuav(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Replication/cloning: rsync vs modification dates?
Date: 2012-07-26 23:57:55
Message-ID: CAPTjJmp0-4omUTUZRj28ZgS_nX_9=5ViOf11xkMJW52L5G=m+Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, Jul 27, 2012 at 9:53 AM, Bruce Momjian <bruce(at)momjian(dot)us> wrote:
> You might want to look at the hackers list thread I started about the
> same topic a week before your post:
>
> http://archives.postgresql.org/pgsql-hackers/2012-07/msg00416.php
>
> Basically, you can only use mtime/size if you are replaying WAL.

I'll check that out in a bit; but hot standby includes replaying WAL,
right? That's what we're doing - full live replication with
possibility to "pg_ctl promote" a slave straight up to master.

ChrisA

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2012-07-27 00:35:31 Re: [GENERAL] Where is diskchecker.pl ?
Previous Message Bruce Momjian 2012-07-26 23:53:53 Re: Replication/cloning: rsync vs modification dates?