Re: yum update for postgresql rpms

From: "Haas, Scott" <sah209(at)psu(dot)edu>
To: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: yum update for postgresql rpms
Date: 2021-02-23 14:22:00
Message-ID: MN2PR02MB663966D824DF0DEC5B91DFB897809@MN2PR02MB6639.namprd02.prod.outlook.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Tickling this thread to see if I can get a confirmation of the described behavior for rpm update via yum.

I do not want to cross-post (but if this is not the correct forum, please let me know).

Thanks,
Scott
________________________________
From: Haas, Scott
Sent: Thursday, February 18, 2021 11:23 AM
To: pgsql-general(at)postgresql(dot)org <pgsql-general(at)postgresql(dot)org>
Subject: yum update for postgresql rpms

RHEL 7.9
PostgreSQL 12 (12.5.1 to 12.6.1)

I am updating RPMs for postgres and was interested to know whether this is indeed expected behavior for the rpm update:

When the "yum update" is executed, postgresql rpms are updated. It looks at that point, postgresql (postmaster) processes automatically restart. In the procedure I was building, I figured I'd need to stop/start postgres (systemctl stop postgresql-12, systemctl start postgresql-12), but that doesn't look to be necessary.

I don't recall this automatic postmaster restart occurring a few weeks ago when I went from 12.4.1 to 12.5.1 - perhaps it did, but I just stopped/re-started postgres unnecessarily.

Thanks,
Scott

--
Scott Haas
Enterprise Applications

sah209(at)psu(dot)edu
814-863-3526
https://keybase.io/sah209

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Luka Zivkovic 2021-02-23 14:30:09 New operators and class for jsonb with gin indexing
Previous Message Ayo 2021-02-23 13:53:02 Custom base type and suboptimal query plans