Re: Postgres Replication from windows to linux - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Postgres Replication from windows to linux
Date
Msg-id d793f13e-c911-7aae-5875-064bdf5855d7@enterprisedb.com
Whole thread Raw
In response to Postgres Replication from windows to linux  (rajesh singarapu <rajesh.rs0541@gmail.com>)
List pgsql-hackers
On 10.01.22 19:56, rajesh singarapu wrote:
> I am trying to migrate my postgres to linux, as we are moving away from 
> windows.
> I am trying both dump/restore  and logical decoding, but people are not 
> happy with performance.
> Is there a way/tooling I can use around WAL shipping/physical 
> replication here ?

Cross-platform physical replication is always risky.  It might work, but 
there is no easy way to find out whether everything is ok afterwards.

Aside from the issue of possible storage format differences, I would 
also be worried about locale differences affecting text sort order.



pgsql-hackers by date:

Previous
From: "Finnerty, Jim"
Date:
Subject: Re: Add 64-bit XIDs into PostgreSQL 15
Next
From: "houzj.fnst@fujitsu.com"
Date:
Subject: RE: row filtering for logical replication