Re: Upgrade postgres 14.6 to minor version using source code

Поиск
Список
Период
Сортировка
От Daulat
Тема Re: Upgrade postgres 14.6 to minor version using source code
Дата
Msg-id CALfOM6+C3uvWpRCbUir_a0UwVNCgdXadTO+f0RmqFKNfEckwKA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Upgrade postgres 14.6 to minor version using source code  (Laurenz Albe <laurenz.albe@cybertec.at>)
Ответы Re: Upgrade postgres 14.6 to minor version using source code
Список pgsql-admin
You mean, just we have to perform the below steps
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.albe@cybertec.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

В списке pgsql-admin по дате отправления:

Предыдущее
От: Laurenz Albe
Дата:
Сообщение: Re: Upgrade postgres 14.6 to minor version using source code
Следующее
От: Rajesh Kumar
Дата:
Сообщение: Re: Handling idle connections