Обсуждение: patch 11.2 to 11.4

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

patch 11.2 to 11.4

От
Prakash Ramakrishnan
Дата:
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

Re: patch 11.2 to 11.4

От
Fabrízio de Royes Mello
Дата:

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

Re: patch 11.2 to 11.4

От
Prakash Ramakrishnan
Дата:
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

Re: patch 11.2 to 11.4

От
Prakash Ramakrishnan
Дата:
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

Re: patch 11.2 to 11.4

От
Fabrízio de Royes Mello
Дата:

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

Re: patch 11.2 to 11.4

От
Prakash Ramakrishnan
Дата:
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:

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