Re: Really Dumb Question...(Dumping db)

From: John Madden <weez(at)freelists(dot)org>
To: Tim Frank <tfrank(at)registrar(dot)uoguelph(dot)ca>, pgsql-general(at)postgresql(dot)org
Subject: Re: Really Dumb Question...(Dumping db)
Date: 2001-03-21 14:15:27
Message-ID: 0103210915271L.11893@weez
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> If you have password authentication on for the other server as well try
> this command instead,
>
> psql -e worldwide -f worldwide.pgdump
>
> where the -f switch tells psql to execute commands contained in a file.
> I just fought with that one today for a bit until I remembered that
> switch. You should then get a password prompt to enter your password.

Oh, and remember to "fix" the dump file -- it'll contain the username and
password prompts (remember that they were sent to stdout...)

You might consider doing filesystem backups instead of the dump stuff --
it's a great deal easier.

John

--
# John Madden weez(at)freelists(dot)org ICQ: 2EB9EA
# FreeLists, Free mailing lists for all: http://www.freelists.org
# UNIX Systems Engineer, Ivy Tech State College: http://www.ivy.tec.in.us
# Linux, Apache, Perl and C: All the best things in life are free!

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Renaud Tthonnart 2001-03-21 14:31:51 Problem with interface C++ for PostgreSQL
Previous Message Tatsuo Ishii 2001-03-21 14:04:12 Re: Call for platforms