Re: BUG #17156: pg_restore: [custom archiver] WARNING: ftell mismatch with expected position -- ftell used

From: Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com>
To: ashutosh(dot)kumar(at)morningstar(dot)com, PostgreSQL mailing lists <pgsql-bugs(at)lists(dot)postgresql(dot)org>
Subject: Re: BUG #17156: pg_restore: [custom archiver] WARNING: ftell mismatch with expected position -- ftell used
Date: 2021-08-24 05:25:50
Message-ID: CAD21AoCjdgtS7mnkAMhc+sZQGf4oKRP643JDi531XqQkRtv0fg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Mon, Aug 23, 2021 at 7:31 PM PG Bug reporting form
<noreply(at)postgresql(dot)org> wrote:
>
> The following bug has been logged on the website:
>
> Bug reference: 17156
> Logged by: Ashutosh Kumar
> Email address: ashutosh(dot)kumar(at)morningstar(dot)com
> PostgreSQL version: 10.18
> Operating system: RHEL
> Description:
>
> Getting below warning when I am restoring the backup file :
>
> Warning Message : pg_restore: [custom archiver] WARNING: ftell mismatch with
> expected position -- ftell used
>
> Backup was taken with below command :
>
> pg_dump -h'127.0.0.1' -p 5432 -U (username) -Fc databasename >
> backupfile.sql
>
> I am restoring it with pg_restore when i got the above warning.

Could you share the exact pg_restore command with the arguments you executed?

What's is the size of the backup? Are both Postgres servers that you
took/restored the backup from/to are RHEL?

Could you try to execute pg_dump without a pipe and restore it and see
the same error happens? That is, please execute "pg_dump -h'127.0.0.1'
-p 5432 -U (username) -Fc databasename -f backupfile.sql".

Regards,

--
Masahiko Sawada
EDB: https://www.enterprisedb.com/

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Noah Misch 2021-08-24 05:37:53 Re: CREATE INDEX CONCURRENTLY does not index prepared xact's data
Previous Message Masahiko Sawada 2021-08-24 05:06:33 Re: pg_basebackup behavior on non-existent slot