pg_restore problem. - Mailing list pgsql-admin

From Alex Hudich
Subject pg_restore problem.
Date
Msg-id E16hlHD-000AMH-00@f6.mail.ru
Whole thread Raw
List 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!


pgsql-admin by date:

Previous
From: impala
Date:
Subject: /etc/rc.d/init.d/postgresql VS usr/bin/pg_ctl
Next
From: "Tim Finch, FosterFinch Ltd"
Date:
Subject: PGSTAT Error from Postmaster