Re: Upgrade from PostgreSQL 9.6 to 11

From: Ron <ronljohnsonjr(at)gmail(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Upgrade from PostgreSQL 9.6 to 11
Date: 2019-06-10 11:32:00
Message-ID: 08157152-f6ce-1158-895f-a23f91c87c68@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Igor Korot 2019-06-10 12:40:55 Re: Inserting into the blob
Previous Message Achilleas Mantzios 2019-06-10 07:13:06 Re: Upgrade from PostgreSQL 9.6 to 11