Re: Replication between different architectures

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Phil Endecott" <spam_from_pgsql_lists(at)chezphil(dot)org>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Replication between different architectures
Date: 2021-10-13 19:41:28
Message-ID: 665416.1634154088@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Phil Endecott" <spam_from_pgsql_lists(at)chezphil(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tomas Vondra 2021-10-13 21:19:30 Re: GIN index
Previous Message hubert depesz lubaczewski 2021-10-13 17:07:32 Re: Replication between different architectures