| From: | Ron Johnson <ronljohnsonjr(at)gmail(dot)com> |
|---|---|
| To: | pgsql-admin <pgsql-admin(at)postgresql(dot)org> |
| Subject: | Re: Migration from CentOS7 to RHEL red hat Linux |
| Date: | 2024-07-26 13:59:29 |
| Message-ID: | CANzqJaB4oHpgno=LoTe9OK49z3EUYxxrqDEuDttiyp-Kxn25Yg@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-admin |
On Fri, Jul 26, 2024 at 2:20 AM Wasim Devale <wasimd60(at)gmail(dot)com> wrote:
> Hi Everyone
>
> I want primary and secondary running on CentOS7 in sync with primary and
> secondary running on RHEL. Is it possible by any chance that postgresql
> allows.
>
Technically, yes, but I recommend against that because CentOS7 and
the unspecified RHEL version might have different glibc versions (thus
different collations, and so PKs, FKs, queries, etc might fail).
OTOH, *logical* replication would work just fine between CentOS7 and your
unspecified RHEL version. (Lots of metadata updates would complicate that,
though.)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2024-07-26 14:22:11 | Re: Migration from CentOS7 to RHEL red hat Linux |
| Previous Message | Wetmore, Matthew (CTR) | 2024-07-26 13:13:23 | RE: [EXTERNAL] Re: Queries are failing on standby server |