Re: BUG #16973: Backward compatibility: pg_restore: [archiver] unsupported version (1.14) in file header

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #16973: Backward compatibility: pg_restore: [archiver] unsupported version (1.14) in file header
Дата
Msg-id 632958.1618944492@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #16973: Backward compatibility: pg_restore: [archiver] unsupported version (1.14) in file header  (PG Bug reporting form <noreply@postgresql.org>)
Список pgsql-bugs
PG Bug reporting form <noreply@postgresql.org> writes:
> Full dump created on April 12, 2021, default Ubuntu 18.04 LTS, cannot be
> restored on April 19, with the current output:

> psql --version
> psql (PostgreSQL) 10.16 (Ubuntu 10.16-1.pgdg20.04+1)

> pg_restore returns:
> pg_restore: [archiver] unsupported version (1.14) in file header

The most obvious explanation for this is that you made the dump
with a v12-or-later pg_dump, and are now trying to restore it
with a pre-v12 pg_restore.  If so, the failure is expected.

            regards, tom lane



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

Предыдущее
От: PG Bug reporting form
Дата:
Сообщение: BUG #16975: Not able to integrate and run Pgroonga Text search module
Следующее
От: Andres Freund
Дата:
Сообщение: Re: BUG #16971: Incompatible datalayout errors with llvmjit