| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Iandé Coutinho <iande(at)br(dot)inter(dot)net> |
| Cc: | pgsql-novice(at)postgresql(dot)org |
| Subject: | Re: executing backup remotly |
| Date: | 2004-01-22 15:49:02 |
| Message-ID: | 12334.1074786542@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-novice |
=?iso-8859-1?Q?Iand=E9_Coutinho?= <iande(at)br(dot)inter(dot)net> writes:
> for the past 2 hours or so, ive been trying to execute pg_dump remotly,
> let me explain better;
It would help if you'd shown exactly what you tried and what errors
you got.
This should work as long as (a) you specify "-h other-machine" in
pg_dump's command line, and (b) the other machine is set up to allow
connections from your machine --- that means a suitable entry in
pg_hba.conf and TCP connections enabled in postgresql.conf. There's
not enough info in your message to guess exactly where you went wrong,
though.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | chris | 2004-01-22 22:27:35 | HowTo configure and compile with openssl and jdbc on RedHat Enterprise 3? |
| Previous Message | Marcus Andree S. Magalhaes | 2004-01-22 15:25:57 | Re: Using OLD on INSERT |