Re: BUG #17046: Upgrade postgres 11 to 13 version - Mailing list pgsql-general

From Adrian Klaver
Subject Re: BUG #17046: Upgrade postgres 11 to 13 version
Date
Msg-id 0ff2f400-b8ac-c2cd-68a5-702a096c019d@aklaver.com
Whole thread Raw
In response to RE: BUG #17046: Upgrade postgres 11 to 13 version  (Ram Pratap Maurya <ram.maurya@lavainternational.in>)
Responses RE: BUG #17046: Upgrade postgres 11 to 13 version
List pgsql-general
On 6/3/21 5:53 AM, Ram Pratap Maurya wrote:
> Hi Team,
> 
> I am creating new server and installed postgres -13 and take PG_BACKUP  form current PRD server (PG version 11) and
restoreDB on PG-13 server.
 
> can you suggest if we doing upgrade by this activity there is any issue.

When doing this you should use the later version(13) of pg_dump to dump 
the earlier version, are you doing that? If you are then you have 
eliminated one possible issue.

You should also read the Release Notes section of version 12 and 13:

https://www.postgresql.org/docs/12/release.html
https://www.postgresql.org/docs/13/release.html

to see what things have changed that may affect your current set up.
> 
> 
> 
> Regards,
> Ram Pratap.
> 
> -----Original Message-----
> From: David Rowley [mailto:dgrowleyml@gmail.com]
> Sent: 03 June 2021 18:01
> To: Ram Pratap Maurya; PostgreSQL mailing lists
> Subject: Re: BUG #17046: Upgrade postgres 11 to 13 version
> 
> On Fri, 4 Jun 2021 at 00:22, PG Bug reporting form <noreply@postgresql.org> wrote:
>> i am creating new server and installed postgres -13 and take PG_BACKUP
>> form current PRD server (PG version 11) and restore DB on PG-13
>> server. can you suggest if we doing upgrade by this activity there is any issue.
> 
> The form you've used is for reporting bugs yet, this does not seem to be a bug report.
> 
> If you're looking for general help and advice then you should consider asking on one of the mailing lists.
> 
> https://www.postgresql.org/list/
> 
> pgsql-general might be the best fit.
> 
> David
> 


-- 
Adrian Klaver
adrian.klaver@aklaver.com



pgsql-general by date:

Previous
From: "tom.beacon"
Date:
Subject: possible license violations
Next
From: Bryn Llewellyn
Date:
Subject: arbitrary "interval" expression OK with "at time zone" but not with "set time zone" — Why?