Re: Replication between different architectures - Mailing list pgsql-general

From Tom Lane
Subject Re: Replication between different architectures
Date
Msg-id 665416.1634154088@sss.pgh.pa.us
Whole thread Raw
In response to Replication between different architectures  ("Phil Endecott" <spam_from_pgsql_lists@chezphil.org>)
Responses Re: Replication between different architectures
List pgsql-general
"Phil Endecott" <spam_from_pgsql_lists@chezphil.org> writes:
> Is replication going to work from an x86-64 master to an
> arm64 replica?

The hard part of this is usually whether the operating systems
are identical.  If they have different locale data, you may find
that indexes on text columns appear out-of-order and therefore
corrupt on the replica.  See

https://wiki.postgresql.org/wiki/Locale_data_changes

            regards, tom lane



pgsql-general by date:

Previous
From: hubert depesz lubaczewski
Date:
Subject: Re: Replication between different architectures
Next
From: Tomas Vondra
Date:
Subject: Re: GIN index