pg_dump on remote machine - Mailing list pgsql-admin

From Askar Zaidi
Subject pg_dump on remote machine
Date
Msg-id 20050408132127.M86625@mail.nplindia.ernet.in
Whole thread Raw
Responses Re: pg_dump on remote machine  ("Joel Fradkin" <jfradkin@wazagua.com>)
Re: pg_dump on remote machine  (Brad Nicholson <bnichols@ca.afilias.info>)
Re: pg_dump on remote machine  (Thomas Kaminski <kaminski@univention.de>)
List pgsql-admin
Hello,
Iam trying to take a dump of my DB from one machine to another in this
fashion:

on the secondary database:

pg_dump -b -h 172.16.1.20 (dbname) > /tmp/dump.dump

my error is :
could not connect to database etc...etc..

although the file dump.dump in /tmp is created.(it's empty)

I can access remote database on my secondary through phpPgAdmin.

Any clues??

Askar Zaidi
Central Computer Facility,
National Physical Laboratory,
New Delhi, India


pgsql-admin by date:

Previous
From: Devrim GUNDUZ
Date:
Subject: Re: PGDG RPMS and integer-datetimes support
Next
From: "Joel Fradkin"
Date:
Subject: Re: pg_dump on remote machine