Re: How to Works with Centos

From: Jaime Casanova <jaime(dot)casanova(at)2ndquadrant(dot)com>
To: Benyamin Guedj <benyamin621(at)gmail(dot)com>
Cc: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>, avital(at)twingo(dot)co(dot)il
Subject: Re: How to Works with Centos
Date: 2017-12-25 23:48:09
Message-ID: CAJGNTeNC9VnT-9k4h6L+Wbmkpg1SXwE-jUU7_uLYsCueJ+Xa5w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 25 December 2017 at 09:39, Benyamin Guedj <benyamin621(at)gmail(dot)com> wrote:
>
> Upon doing so, our DevOps team in response insisted (and still insists) that
> we keep using version 9.2 as it is part of the Centos 7 distribution, and
> they believe that version to be “best practice”, even though PostgreSQL 9.2
> is no longer supported.
>
> My question is:
>
> Is working with the default distribution’s version (9.2) really the “best
> practice”, even though it is no longer supported?
>

clearly no, our versioning page says
(https://www.postgresql.org/support/versioning/):
"""
The PostgreSQL project aims to fully support a major release for five
years. After its end-of-life (EOL) month ends, a major version
receives one final minor release. After that final minor release, bug
fixing ceases for that major version.
"""

so, if bug fixing ceases for a non-supported version it's clearly no
"best practice" to continue using it.

so you have two options:

1) use the packages from yum.postgresql.org for a supported version
2) get commercial support for your out-of-community-support verssion

but even if you do 2, that would be a preparatory step looking
forward to upgrade to a newer version

--
Jaime Casanova www.2ndQuadrant.com
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2017-12-26 00:07:23 Re: How to Works with Centos
Previous Message Erik Rijkers 2017-12-25 22:08:43 Re: PATCH: logical_work_mem and logical streaming of large in-progress transactions