patch 11.2 to 11.4

Started by Prakash Ramakrishnanalmost 7 years ago6 messagesgeneral
Jump to latest
#1Prakash Ramakrishnan
prakash.ramakrishnan.ap@nielsen.com

Hi Team,

I done the installation using yum poostgresql 11 server method now i need
to update or apply the patch using repo file how to do this 11.2 to 11.4
please share me the steps .....

--
Thanks,
Prakash.R

#2Fabrízio de Royes Mello
fabriziomello@gmail.com
In reply to: Prakash Ramakrishnan (#1)
Re: patch 11.2 to 11.4

Em qui, 27 de jun de 2019 às 05:35, Prakash Ramakrishnan <
prakash.ramakrishnan.ap@nielsen.com> escreveu:

Hi Team,

I done the installation using yum poostgresql 11 server method now i need
to update or apply the patch using repo file how to do this 11.2 to 11.4
please share me the steps .....

Just run the following command:

yum update postgresql11*

Regards,

--
Fabrízio de Royes Mello Timbira - http://www.timbira.com.br/
PostgreSQL: Consultoria, Desenvolvimento, Suporte 24x7 e Treinamento

#3Prakash Ramakrishnan
prakash.ramakrishnan.ap@nielsen.com
In reply to: Fabrízio de Royes Mello (#2)
Re: patch 11.2 to 11.4

Thanks for your support.

On Thu, Jun 27, 2019, 18:58 Fabrízio de Royes Mello <fabrizio@timbira.com.br>
wrote:

Show quoted text

Em qui, 27 de jun de 2019 às 05:35, Prakash Ramakrishnan <
prakash.ramakrishnan.ap@nielsen.com> escreveu:

Hi Team,

I done the installation using yum poostgresql 11 server method now i need
to update or apply the patch using repo file how to do this 11.2 to 11.4
please share me the steps .....

Just run the following command:

yum update postgresql11*

Regards,

--
Fabrízio de Royes Mello Timbira - http://www.timbira.com.br/
PostgreSQL: Consultoria, Desenvolvimento, Suporte 24x7 e Treinamento

#4Prakash Ramakrishnan
prakash.ramakrishnan.ap@nielsen.com
In reply to: Prakash Ramakrishnan (#3)
Re: patch 11.2 to 11.4

Hi Fabrizo,

After applying the update command getting this error ,

postgres@shacoyuhss001.enterprisenet.org:/home/postgres
==> psql
psql (11.4, server 11.3)
Type "help" for help.

postgres=#
postgres=# select version();
version
---------------------------------------------------------------------------------------------------------
PostgreSQL 11.3 on x86_64-pc-linux-gnu, compiled by gcc (GCC) 4.8.5
20150623 (Red Hat 4.8.5-36), 64-bit
(1 row)

Please do the needful.

On Thu, Jun 27, 2019 at 7:08 PM Prakash Ramakrishnan <
prakash.ramakrishnan.ap@nielsen.com> wrote:

Thanks for your support.

On Thu, Jun 27, 2019, 18:58 Fabrízio de Royes Mello <
fabrizio@timbira.com.br> wrote:

Em qui, 27 de jun de 2019 às 05:35, Prakash Ramakrishnan <
prakash.ramakrishnan.ap@nielsen.com> escreveu:

Hi Team,

I done the installation using yum poostgresql 11 server method now i
need to update or apply the patch using repo file how to do this 11.2 to
11.4 please share me the steps .....

Just run the following command:

yum update postgresql11*

Regards,

--
Fabrízio de Royes Mello Timbira - http://www.timbira.com.br/
PostgreSQL: Consultoria, Desenvolvimento, Suporte 24x7 e Treinamento

--
Thanks,
Prakash.R
PostgreSQL - Offshore DBA support TCS / Nielsen Infrastructure Team On call
: +91-8939599426

#5Fabrízio de Royes Mello
fabriziomello@gmail.com
In reply to: Prakash Ramakrishnan (#4)
Re: patch 11.2 to 11.4

Em qui, 27 de jun de 2019 às 22:01, Prakash Ramakrishnan <
prakash.ramakrishnan.ap@nielsen.com> escreveu:

Hi Fabrizo,

After applying the update command getting this error ,

postgres@shacoyuhss001.enterprisenet.org:/home/postgres
==> psql
psql (11.4, server 11.3)
Type "help" for help.

postgres=#
postgres=# select version();
version

---------------------------------------------------------------------------------------------------------
PostgreSQL 11.3 on x86_64-pc-linux-gnu, compiled by gcc (GCC) 4.8.5
20150623 (Red Hat 4.8.5-36), 64-bit
(1 row)

Please do the needful.

During a normal "yum update" (if I'm not wrong) PostgreSQL is restarted...
If not you should restart manually.

Regards,

--
Fabrízio de Royes Mello Timbira - http://www.timbira.com.br/
PostgreSQL: Consultoria, Desenvolvimento, Suporte 24x7 e Treinamento

#6Prakash Ramakrishnan
prakash.ramakrishnan.ap@nielsen.com
In reply to: Fabrízio de Royes Mello (#5)
Re: patch 11.2 to 11.4

Thanks lot it's working fine now.

Regards,
Prakash.R

On Fri, Jun 28, 2019, 17:46 Fabrízio de Royes Mello <fabrizio@timbira.com.br>
wrote:

Show quoted text

Em qui, 27 de jun de 2019 às 22:01, Prakash Ramakrishnan <
prakash.ramakrishnan.ap@nielsen.com> escreveu:

Hi Fabrizo,

After applying the update command getting this error ,

postgres@shacoyuhss001.enterprisenet.org:/home/postgres
==> psql
psql (11.4, server 11.3)
Type "help" for help.

postgres=#
postgres=# select version();
version

---------------------------------------------------------------------------------------------------------
PostgreSQL 11.3 on x86_64-pc-linux-gnu, compiled by gcc (GCC) 4.8.5
20150623 (Red Hat 4.8.5-36), 64-bit
(1 row)

Please do the needful.

During a normal "yum update" (if I'm not wrong) PostgreSQL is restarted...
If not you should restart manually.

Regards,

--
Fabrízio de Royes Mello Timbira - http://www.timbira.com.br/
PostgreSQL: Consultoria, Desenvolvimento, Suporte 24x7 e Treinamento