Re: Moving from Linux to Linux? - Mailing list pgsql-general

From Joe Conway
Subject Re: Moving from Linux to Linux?
Date
Msg-id 1396c795-49b5-4892-a7d3-da8456ada1ed@joeconway.com
Whole thread Raw
In response to Re: Moving from Linux to Linux?  (Devrim Gündüz <devrim@gunduz.org>)
List pgsql-general
On 3/11/25 12:30, Devrim Gündüz wrote:
> Streaming replication won't work between SLES and RHEL, mostly because 
> of glibc incompatibilities. Use logical replication.

To be clear, it probably will "work" for some definition of "work" as 
long as the architecture is the same. In other words if you try it, it 
might well appear to work ok.

However as Devrim correctly points out, differences in glibc versions 
almost certainly will mean that you will have corrupt indexes on 
collatable columns. These indexes can be fixed via REINDEX, but if you 
don't do that *before* allowing any DML you risk further complications 
such as inability to REINDEX due to duplicate primary key values.

HTH,

-- 
Joe Conway
PostgreSQL Contributors Team
RDS Open Source Databases
Amazon Web Services: https://aws.amazon.com



pgsql-general by date:

Previous
From: Ron Johnson
Date:
Subject: Re: Moving from Linux to Linux?
Next
From: Paul Foerster
Date:
Subject: Re: Moving from Linux to Linux?