Обсуждение: How to download minor version

Поиск
Список
Период
Сортировка

How to download minor version

От
Ramesh
Дата:
I want to upgrade postgresql from 9.4.4 to 9.4.14.

I couldn't find the minor versions of postgresql from the download pages.

Always letting it to the latest version in the mappings of 9.4.x

how to get into the minor version download?

Thx
Ramesh

Re: How to download minor version

От
Shreeyansh Dba
Дата:
Hi Ramesh,

You can download minor version from following link.


​Hope this helps.​



On Fri, Feb 16, 2018 at 5:25 PM, Ramesh <ramesh4f@gmail.com> wrote:
I want to upgrade postgresql from 9.4.4 to 9.4.14.

I couldn't find the minor versions of postgresql from the download pages.

Always letting it to the latest version in the mappings of 9.4.x

how to get into the minor version download?

Thx
Ramesh

Re: How to download minor version

От
Magnus Hagander
Дата:
On Fri, Feb 16, 2018 at 12:55 PM, Ramesh <ramesh4f@gmail.com> wrote:
I want to upgrade postgresql from 9.4.4 to 9.4.14.

I couldn't find the minor versions of postgresql from the download pages.

Always letting it to the latest version in the mappings of 9.4.x

Yes, and there are good reasons for that. Why would you want 9.4.14 and not 9.4.16, given that 9.4.16 contains critical bugfixes that are missing in 9.4.14?


how to get into the minor version download?


The PostgreSQL project does not provide binary packages for old known buggy versions. You can always get the source code and build it yourself though -- you can find 9.4.14 in https://www.postgresql.org/ftp/source/v9.4.14/

--