Re: Upgrade from PostgreSQL 9.6 to 11 - Mailing list pgsql-general

From Ron
Subject Re: Upgrade from PostgreSQL 9.6 to 11
Date
Msg-id 08157152-f6ce-1158-895f-a23f91c87c68@gmail.com
Whole thread Raw
In response to Upgrade from PostgreSQL 9.6 to 11  (Pawan Sharma <pawanpg0963@gmail.com>)
List 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 by date:

Previous
From: Achilleas Mantzios
Date:
Subject: Re: Upgrade from PostgreSQL 9.6 to 11
Next
From: Igor Korot
Date:
Subject: Re: Inserting into the blob