RE: Dump and load

From: Stephen Froehlich <s(dot)froehlich(at)cablelabs(dot)com>
To: "Heckler, Kim M" <kim(dot)heckler(at)nationwide(dot)com>, "pgsql-novice(at)postgresql(dot)org" <pgsql-novice(at)postgresql(dot)org>
Subject: RE: Dump and load
Date: 2019-11-14 20:13:24
Message-ID: DM6PR06MB4889A97C1839A1FC7F7ACE53E5710@DM6PR06MB4889.namprd06.prod.outlook.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Yes, absolutely ... or pg_restore can parallelize it better than psql if you have done a directory-based pg_dump (which can also parallelize).

From: Heckler, Kim M <kim(dot)heckler(at)nationwide(dot)com>
Sent: Thursday, November 14, 2019 12:37 PM
To: pgsql-novice(at)postgresql(dot)org
Subject: Dump and load

Is it OK to use pg_dump from version 10.x, into a flat file, then use psql to load that file into version 11.x?

[Nationwide is on your side.]
Kim M. Heckler
Consultant, Infrastructure Eng
Proud Nationwide Member
Distributed Database Storage
W 614-249-3014
C 740-816-0908
kim(dot)heckler(at)nationwide(dot)com<mailto:kim(dot)heckler(at)nationwide(dot)com>
FORTUNE(r) and Time Inc. are not affiliated with, and do not endorse the products or services of, Nationwide Mutual Insurance Company.

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Andrew Kagan 2019-11-14 22:03:55 Windows ODBC Driver configuration help
Previous Message Tom Lane 2019-11-14 20:09:11 Re: Dump and load