Re: pg_checksums? - Mailing list pgsql-general

From Paul Förster
Subject Re: pg_checksums?
Date
Msg-id 4614561A-6176-4136-BA96-74B05A7B6B5C@gmail.com
Whole thread Raw
In response to Re: pg_checksums?  ("Peter J. Holzer" <hjp-pgsql@hjp.at>)
Responses Re: pg_checksums?  ("Peter J. Holzer" <hjp-pgsql@hjp.at>)
List pgsql-general
Hi Peter,

> On Oct 29, 2023, at 11:49, Peter J. Holzer <hjp-pgsql@hjp.at> wrote:
>
> It *might* work if there are zero writes on the primary during the
> downtime of the replica (because those writes couldn't be replicated),
> but that seems hard to ensure. Even if you could get away with making
> the primary read-only (is this even possible?) I wouldn't have much
> confidence in the result and reinit the (new) replica anyway.

As soon as I stop the replica to enable checksums, even writes can't get replicated anymore. So during enabling
checksums,a replica is definitely protected against modifications by its primary, simply because it's down. The
modificationsof the primary are applied to the replica when it comes back online. So, I don't see a problem at this
particularstage. 

My fear is merely that enabling checksums does something to the physical state of the data files which are not
compatiblewith the other side. Like for example manipulate the file headers in some way. 

Maybe this question is better suited for the admin list than this general list?

Cheers
Paul


pgsql-general by date:

Previous
From: "Peter J. Holzer"
Date:
Subject: Re: Disk wait problem... may not be hardware...
Next
From: "Peter J. Holzer"
Date:
Subject: Re: [SOLVED?] Re: Disk wait problem... not hardware...