Re: Upgrade from PG12 to PG - Mailing list pgsql-admin

From Edward J. Sabol
Subject Re: Upgrade from PG12 to PG
Date
Msg-id 02E1F4FD-C346-4169-86F5-2CB17232D838@gmail.com
Whole thread Raw
In response to Upgrade from PG12 to PG  (Jef Mortelle <jefmortelle@gmail.com>)
Responses Re: Upgrade from PG12 to PG
List pgsql-admin
On Jul 20, 2023, at 7:23 AM, Jef Mortelle <jefmortelle@gmail.com> wrote:
> I use /usr/lib/postgresql15/bin/pg_upgrade -v -p 5431 -P 5432
>
> I takes a lot of time, more than 6 hours

I'm in the middle of a similar database migration myself, but I'm coming from 10.23.

Have you considered adding the --link and --jobs=NN (where NN is the number of CPU cores on your server minus 2 or
somethinglike that) to your pg_upgrade command? I wonder if that would speed things up significantly. 

Also, if your file system supports reflinks (Linux kernel 4.5 and XFS with reflink support activated or Btrfs or macOS
APFS),then use --clone instead of --link. 

Good luck,
Ed




pgsql-admin by date:

Previous
From: Ron
Date:
Subject: Re: How to schedule long running SQL job
Next
From: Jef Mortelle
Date:
Subject: Re: Upgrade from PG12 to PG