Re: Query on Patch and Upgrade History in PostgreSQL

From: Ron Johnson <ronljohnsonjr(at)gmail(dot)com>
To: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
Cc: loganathan P <plogandba(at)gmail(dot)com>, pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Query on Patch and Upgrade History in PostgreSQL
Date: 2025-09-24 13:11:11
Message-ID: CANzqJaAXndhtNnmXLwApqS74Jnsv2KdtR0JJsK_M76kJ6s5auw@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, Sep 24, 2025 at 6:37 AM Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
wrote:

> On Wed, 2025-09-24 at 13:47 +0530, loganathan P wrote:
> > How do I find the date and time of applied minor patches and upgrades in
> a PostgreSQL database level?
>
> This information is not stored inside the database.
> A minor upgrade just means replacing the files and restarting the server.
>
> If you are using a package manager, perhaps you can find the information
> there.
>

On PM-based systems, you can.

$ rpm -q --last postgresql17
postgresql17-17.6-1PGDG.rhel8.x86_64 Sun 24 Aug 2025 08:57:02 AM
EDT

--
Death to <Redacted>, and butter sauce.
Don't boil me, I'm still alive.
<Redacted> lobster!

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2025-09-24 15:06:40 Re: Query on Patch and Upgrade History in PostgreSQL
Previous Message Laurenz Albe 2025-09-24 10:37:02 Re: Query on Patch and Upgrade History in PostgreSQL