Re: migrating data from an old postgres version - Mailing list pgsql-general

From David G. Johnston
Subject Re: migrating data from an old postgres version
Date
Msg-id CAKFQuwY3MeaJNfv3NmofJVBLcBk_-2gYSEc98Kttxkf=DSWEHQ@mail.gmail.com
Whole thread Raw
In response to Re: migrating data from an old postgres version  (Paul Ramsey <pramsey@cleverelephant.ca>)
Responses Re: migrating data from an old postgres version
List pgsql-general
On Fri, Jul 15, 2016 at 10:02 AM, Paul Ramsey <pramsey@cleverelephant.ca> wrote:

Make sure to pg_dump -Fc
(note the flags)


​You need to also include "​--quote-all-identifiers" if you intend for the dump to be restored onto a newer version of PostgreSQL.


And don't forget pg_dumpall to get the globals - or to do the whole thing.


David J.

pgsql-general by date:

Previous
From: Willy-Bas Loos
Date:
Subject: Re: migrating data from an old postgres version
Next
From: Willy-Bas Loos
Date:
Subject: Re: migrating data from an old postgres version