Re: Upgrade from PostgreSQL 9.6 to 11

Поиск
Список
Период
Сортировка
От Ron
Тема Re: Upgrade from PostgreSQL 9.6 to 11
Дата
Msg-id 08157152-f6ce-1158-895f-a23f91c87c68@gmail.com
обсуждение исходный текст
Ответ на Upgrade from PostgreSQL 9.6 to 11  (Pawan Sharma <pawanpg0963@gmail.com>)
Список pgsql-general
On 6/9/19 11:36 PM, Pawan Sharma wrote:
> Hello All.
>
>
> What is the best way to upgrade from PostgreSQL 9.6 to PostgreSQL 11 
> instead of pg_upgrade.
>
> - Less downtime.
> - Approx database size are 1-3TB.

If you really don't want to do pg_upgrade, then a possibility is 
multi-threaded pg_dump using directory format, followed by a parallel rsync 
if required, and then multi-threaded pg_restore.

-- 
Angular momentum makes the world go 'round.



В списке pgsql-general по дате отправления:

Предыдущее
От: Achilleas Mantzios
Дата:
Сообщение: Re: Upgrade from PostgreSQL 9.6 to 11
Следующее
От: Igor Korot
Дата:
Сообщение: Re: Inserting into the blob