Re: Pgupgrade is best? - Mailing list pgsql-admin

From Achilleas Mantzios
Subject Re: Pgupgrade is best?
Date
Msg-id a271de53-c509-0d7c-1732-b98c84c35f15@matrix.gatewaynet.com
Whole thread Raw
In response to Pgupgrade is best?  (still Learner <stilllearner23@gmail.com>)
List pgsql-admin
On 7/3/19 1:40 μ.μ., still Learner wrote:
> Hi There,
>
> Planning to upgrade a double digit TB sized DB from PG 9.4 to 11.1. what is the best way ? Logical or pgupgrade with
-k? Or any other plz suggest. Tried slony but didn't help much in poc.
 
We upgraded ours from 9.3 -> 10 in summer 2018, with quite a lot of custom code, functions, extensions and it went
absolutelyfine, we were able to have the server up in some minutes.
 
However, you should EXTREMELY test everything before the final upgrade, and I dont mean only the actual app (and all
kindsof db related code, queries, data sources, drivers, etc),  but the actual 
 
pg_upgrade as well. You don't wanna be left compiling and upgrading some extension during the upgrade phase. All should
betested and documented (I wouldn't say automated but you get the point) 
 
beforehand.
>
> Thanks in advance.
>
> Regards.


-- 
Achilleas Mantzios
IT DEV Lead
IT DEPT
Dynacom Tankers Mgmt



pgsql-admin by date:

Previous
From: Fabio Pardi
Date:
Subject: Re: Pgupgrade is best?
Next
From: Peter
Date:
Subject: Upgrade 10.5->10.6 : db crash BUS ERROR (sig 10), reproducible