Re: Dump and load

From: Andreas Kretschmer <andreas(at)a-kretschmer(dot)de>
To: pgsql-novice(at)lists(dot)postgresql(dot)org
Subject: Re: Dump and load
Date: 2019-11-14 19:53:49
Message-ID: c9c5d35b-b45a-1915-6283-415ab74df93d@a-kretschmer.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Am 14.11.19 um 20:36 schrieb Heckler, Kim M:
> 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?

yeah, should work, but it would be better to use the pg_dump from
version 11 against the database version 10.

Regards, Andreas

--
2ndQuadrant - The PostgreSQL Support Company.
www.2ndQuadrant.com

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Tom Lane 2019-11-14 20:09:11 Re: Dump and load
Previous Message Heckler, Kim M 2019-11-14 19:36:50 Dump and load