pg_restore: [archiver] input file appears to be a text format dump. Please use psql.
See original GitHub issueBug report
C:\Program Files\PostgreSQL\10\bin\pg_restore.exe --verbose --host=127.0.0.1 --port=5432 --username=postgres --dbname=db_1
Restore started at Mon Aug 13 13:36:02 SGT 2018
pg_restore: [archiver] input file appears to be a text format dump. Please use psql.
Restore finished at Mon Aug 13 13:36:03 SGT 2018
The pipe has been ended
Process exit code: 1
Issue Analytics
- State:
- Created 5 years ago
- Reactions:5
- Comments:10 (1 by maintainers)
Top Results From Across the Web
input file appears to be a text format dump. Please use psql
pg_restore : [archiver] input file appears to be a text format dump. Please use psql. by using commad line pg_restore -d db_development postgres_db.dump....
Read more >How to use psql to restore a text dump? - Bobcares
Using psql is one of the simplest ways to restore a text dump. ... pg_restore: [archiver] input file appears to be a text...
Read more >input file appears to be a text format dump. Please use psql ...
pg_restore : [archiver] input file appears to be a text format dump. Please use psql. psql -U username -d database_name -f objects.sql Code...
Read more >How can I restore pg_dump file on vm - DBA Stack Exchange
pg_restore : [archiver] input file appears to be a text format dump. Please use psql. After that I enter the following sudo -i...
Read more >input file appears to be a text format dump. Please use psql
I take backup using pg_dump db_production > postgres_db.dump. and then I copy it to localhost using scp. Now when I import on my...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
why does dbeaver allow a SQL export that it cannot import it if that is just a matter of using psql instead of pg_restore ? Sounds like an easy fix to me !
Which then begs the question, what does “Plain” import even do, if it’s not for importing “Plain” sql dumps?