Handling glibc v2.28 breaking changes

From: Pradeep Chhetri <pradeepchhetri4444(at)gmail(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Handling glibc v2.28 breaking changes
Date: 2022-04-24 15:31:21
Message-ID: CAJSq+ao9bx0CRRzTK+gHmmRmZtSosm6_wd66kx+7sNYaZR=8Tg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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 downtime.
In order to bypass the glibc issue, I am trying to evaluate whether I can
compile glibc v2.24 on Debian 10, pin postgres to use this manually
compiled glibc and upgrade the linux distribution in rolling fashion. I
would like to know how others have achieved such distro upgrades without
downtime. I am new to Postgres so please pardon my ignorance.

Thank you for your help.
Best regards,
Pradeep

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2022-04-24 15:43:45 Re: Handling glibc v2.28 breaking changes
Previous Message Thomas Munro 2022-04-24 01:36:29 Re: SELECT creates millions of temp files in a single directory