Re: Differential backup in database migration - Mailing list pgsql-admin

From Thomas Kellerer
Subject Re: Differential backup in database migration
Date
Msg-id c80ce4a7-2c4f-9c08-e926-27418c6aa058@gmx.net
Whole thread Raw
In response to Differential backup in database migration  (Alex Balashov <abalashov@evaristesys.com>)
List pgsql-admin
Alex Balashov schrieb am 16.02.2022 um 12:24:
> I’m faced with the daunting prospect of upgrading a PG 9.6
> installation to 14, in the process migrating a ~400 GB database. Due
> to the large jump in major versions, the on-disk block storage of
> course will not be in the slightest bit binary-compatible, so I will
> have to dump out the DB & import it into the target DB, live via a
> network pipe.

pg_upgrade will happily do the migration from 9.6 directly to 14

If the length of the downtime is a concern, the --link option will make this quite fast.


Thomas



pgsql-admin by date:

Previous
From: Alex Balashov
Date:
Subject: Re: Differential backup in database migration
Next
From: Daulat
Date:
Subject: Re: Object movement