Handling glibc v2.28 breaking changes

2022-04-24 Thread Pradeep Chhetri
Hello everyone, I am sure this has been discussed multiple times in the past but I would like to initiate this discussion again. I have 3 nodes cluster of Postgres v9.6. They all are currently running on Debian 9 (with glibc v2.24) and need to upgrade them to Debian 10 (with glibc v2.28) without d

Re: Handling glibc v2.28 breaking changes

2022-04-24 Thread Adrian Klaver
On 4/24/22 08:31, Pradeep Chhetri wrote: Hello everyone, I am sure this has been discussed multiple times in the past but I would like to initiate this discussion again. I have 3 nodes cluster of Postgres v9.6. They all are currently running on Debian 9 (with glibc v2.24) and need to upgrade

Re: Handling glibc v2.28 breaking changes

2022-04-24 Thread Pradeep Chhetri
Hi Adrian, Thank you for your quick response. By zero downtime, I meant at least one of the three nodes is up at any time to handle the writes and reads. > Define how the 3 node cluster works? These 3 nodes are configured as 1 primary, 1 sync replica and 1 async replica. These are managed via st