Re: Pgupgrade is best?

Поиск
Список
Период
Сортировка
От Achilleas Mantzios
Тема Re: Pgupgrade is best?
Дата
Msg-id a271de53-c509-0d7c-1732-b98c84c35f15@matrix.gatewaynet.com
обсуждение исходный текст
Ответ на Pgupgrade is best?  (still Learner <stilllearner23@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Fabio Pardi
Дата:
Сообщение: Re: Pgupgrade is best?
Следующее
От: Peter
Дата:
Сообщение: Upgrade 10.5->10.6 : db crash BUS ERROR (sig 10), reproducible