pg_restore problem.

From: "Alex Hudich" <altx(at)mail(dot)ru>
To: pgsql-admin(at)postgresql(dot)org
Subject: pg_restore problem.
Date: 2002-03-04 05:44:47
Message-ID: E16hlHD-000AMH-00@f6.mail.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

I'm trying to backup and restore database from DBname to DBname2 (e.g. copy
database. it is for example).

When i'm trying to use these commands :

#pg_dump -f DBname.tar -b -o -Ft DBname
#createdb DBname2
#pg_restore -Ft -d DBname2 -f DBname.tar

pg_dump works fine, but pg_restore produce this error message :

Archiver(db): Could not execute query. No result from backend.

What's wrong?
Help me, please.

---
cul8er!

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Janning Vygen 2002-03-04 07:10:24 thinking about versioning my database schema
Previous Message Tim Finch, FosterFinch Ltd 2002-03-03 22:35:17 PGSTAT Error from Postmaster