Re: BUG #17046: Upgrade postgres 11 to 13 version

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Ram Pratap Maurya <ram(dot)maurya(at)lavainternational(dot)in>, "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Cc: Ashish Chugh <ashish(dot)chugh(at)lavainternational(dot)in>
Subject: Re: BUG #17046: Upgrade postgres 11 to 13 version
Date: 2021-06-04 14:24:12
Message-ID: 45165dc6-cb05-3b67-b06e-c14ddaea5560@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-general

On 6/4/21 4:46 AM, Ram Pratap Maurya wrote:
> Dear Adrian,
>

Please do not top post. It is the convention on this list to post inline
or bottom post.

> Currently I am using postgres 11 version and I want to upgrade postgres 13 and I am doing this activity , first we take pgbase_backup from from Postgres 11 and restore this backup on postgres 13 (new server).

Which version of pg_basebackup are you using to take backup of 11 version?

See here:

https://www.postgresql.org/docs/13/app-pgbasebackup.html
"pg_basebackup works with servers of the same or an older major version,
down to 9.1."

What is the exact command you are using?

> I am not using pg_dump .
> I have done this activity on test server and its is working fine .
> My confusion is it is possible to in future we face any issue like upgrade and vacume or we can`t use all added new feature in postgres 13.

You will still need to VACUUM, though AUTOVACUUM should take care of that.

Not sure what you mean about upgrade?

The new features will be available to you.

>
>
>
>
> Regards,
> Ram Pratap.
>
> -----Original Message-----

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Bruce Momjian 2021-06-04 18:28:18 Re: BUG #17047: 502 ERROR The request could not be satisfied
Previous Message Paul Warme 2021-06-04 13:02:46 error dowloading posgresql

Browse pgsql-general by date

  From Date Subject
Next Message Laura Smith 2021-06-04 14:32:53 EXCLUDE USING and tstzrange
Previous Message Pól Ua Laoínecháin 2021-06-04 14:16:22 Re: EXPLAIN (ANALYZE, BUFFERS) - puzzling numbers for a simple query.