Re: BUG #16973: Backward compatibility: pg_restore: [archiver] unsupported version (1.14) in file header - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #16973: Backward compatibility: pg_restore: [archiver] unsupported version (1.14) in file header
Date
Msg-id 632958.1618944492@sss.pgh.pa.us
Whole thread Raw
In response to BUG #16973: Backward compatibility: pg_restore: [archiver] unsupported version (1.14) in file header  (PG Bug reporting form <noreply@postgresql.org>)
List 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 by date:

Previous
From: PG Bug reporting form
Date:
Subject: BUG #16975: Not able to integrate and run Pgroonga Text search module
Next
From: Andres Freund
Date:
Subject: Re: BUG #16971: Incompatible datalayout errors with llvmjit