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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: frankaen(at)gmail(dot)com
Cc: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #16973: Backward compatibility: pg_restore: [archiver] unsupported version (1.14) in file header
Date: 2021-04-20 18:48:12
Message-ID: 632958.1618944492@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

PG Bug reporting form <noreply(at)postgresql(dot)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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Andres Freund 2021-04-20 19:29:37 Re: BUG #16971: Incompatible datalayout errors with llvmjit
Previous Message PG Bug reporting form 2021-04-20 15:27:29 BUG #16975: Not able to integrate and run Pgroonga Text search module