Re: pg_dump / pg_restore version confusion

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: pg_dump / pg_restore version confusion
Дата
Msg-id 20200729114925.GA12059@momjian.us
обсуждение исходный текст
Ответ на pg_dump / pg_restore version confusion  ("Zwettler Markus (OIZ)" <Markus.Zwettler@zuerich.ch>)
Ответы AW: pg_dump / pg_restore version confusion
Список pgsql-general
On Wed, Jul 29, 2020 at 10:53:34AM +0000, Zwettler Markus (OIZ) wrote:
> Hi,
> 
>  
> 
> An external supplier had a postgres v9.5 database which he dumped with a
> pg_dump v12 client in custom format using PgAdmin4.
> 
>  
> 
> Would a pg_restore with a v12 client into a postgres v9.6 database work and be
> officially supported?

Yes, you can always use a newer pg_dump on an older database, though the
reverse is not recommended.  In fact, if you are upgrading to PG 12, it
is recommended to use pg_dump v12 to dump a Postgres database from an
earlier version.

-- 
  Bruce Momjian  <bruce@momjian.us>        https://momjian.us
  EnterpriseDB                             https://enterprisedb.com

  The usefulness of a cup is in its emptiness, Bruce Lee




В списке pgsql-general по дате отправления:

Предыдущее
От: "Zwettler Markus (OIZ)"
Дата:
Сообщение: pg_dump / pg_restore version confusion
Следующее
От: "Zwettler Markus (OIZ)"
Дата:
Сообщение: AW: pg_dump / pg_restore version confusion