From: | Achilleas Mantzios <achill(at)matrix(dot)gatewaynet(dot)com> |
---|---|
To: | pgsql-admin(at)lists(dot)postgresql(dot)org |
Subject: | Re: Pgupgrade is best? |
Date: | 2019-03-07 12:26:19 |
Message-ID: | a271de53-c509-0d7c-1732-b98c84c35f15@matrix.gatewaynet.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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 absolutely fine, 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 kinds of 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 be tested 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
From | Date | Subject | |
---|---|---|---|
Next Message | Peter | 2019-03-07 14:04:21 | Upgrade 10.5->10.6 : db crash BUS ERROR (sig 10), reproducible |
Previous Message | Fabio Pardi | 2019-03-07 12:05:12 | Re: Pgupgrade is best? |