Re: Upgrade postgres 14.6 to minor version using source code

From: Daulat <daulat(dot)dba(at)gmail(dot)com>
To: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
Cc: pgsql-admin <pgsql-admin(at)lists(dot)postgresql(dot)org>
Subject: Re: Upgrade postgres 14.6 to minor version using source code
Date: 2023-09-27 09:11:12
Message-ID: CALfOM6+C3uvWpRCbUir_a0UwVNCgdXadTO+f0RmqFKNfEckwKA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

You mean, just we have to perform the below steps
download software , wget
https://ftp.postgresql.org/pub/source/v14.9/postgresql-14.9.tar.gz
sudo ./configure --prefix=/opt/PostgreSQL-14/ --with-openssl
--exec-prefix=/opt/PostgreSQL-14/ --bindir=*/opt/PostgreSQL-14/bin*
--with-ldap
make
make install

On Wed, Sep 27, 2023 at 1:46 PM Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
wrote:

> On Wed, 2023-09-27 at 13:40 +0530, Daulat wrote:
> > We are using the postgres 14.6 on Ubuntu that was installed via source
> code (./configure) .
> > Now we want to upgrade it to minor version 14.9. Please suggest, what is
> the process
> > for upgrading the minor releases if postgres was installed using source
> code.
>
> Simple: stop the server, install 14.9, then start the server with the new
> software.
>
> You should also read the release notes at
> https://www.postgresql.org/docs/14/release-14-9.html#id-1.11.6.5.4
> Sometimes there are additional things to consider. However, since you are
> upgrading from a release after 14.3, there is nothing more to do.
>
> Yours,
> Laurenz Albe
>

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Rajesh Kumar 2023-09-27 10:32:41 Re: Handling idle connections
Previous Message Laurenz Albe 2023-09-27 08:16:32 Re: Upgrade postgres 14.6 to minor version using source code