BUG #18823: pg_restore not work

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: arslanaliev(at)yahoo(dot)com
Subject: BUG #18823: pg_restore not work
Date: 2025-02-22 15:28:16
Message-ID: 18823-e1faa13b1da74705@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 18823
Logged by: Arslan Aliev
Email address: arslanaliev(at)yahoo(dot)com
PostgreSQL version: 17.0
Operating system: windows 11
Description:

Hi,

I have done this:

pg_dump --verbose -F c -Z 0 -U *heroku_user* -h *heroku_host* -p 5432
d9jdaocgko2g41 > heroku.dump
Result :
File heroku.dump was created in my local directory with size 1644 KB

Then I create db in my local server
psql -h 'localhost' -p 5434 -U postgres -c "CREATE DATABASE
d9jdaocgko2g41"
Recieved :
Db was created in local server (without tables)
Result : I checked with pgadmin – OK, empty DB was created.

pg_restore --verbose --no-acl --no-owner -h 'localhost' -p 5434 -d
d9jdaocgko2g41 heroku.dump
Recieved :
pg_restore: warning: invalid creation date in header
pg_restore: connecting to database for restore
pg_restore: implied data-only restore

I checked local DB with pgadmin – NO tables was created.

Help me, please!!

Regards
Arslan Aliev

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2025-02-22 16:34:47 Re: BUG #18823: pg_restore not work
Previous Message Greg Sabino Mullane 2025-02-22 12:28:12 Re: Bugs status tracking