Thread: restoring with sql script

restoring with sql script

From
"Demian Quinonez"
Date:
Help!

I am creating a fail over server and one element of my system is using
postgresql 8.0.  I created a dump of the current DB and I want to
restore "as is" on the fail over server.   On the fail over I am using
the command "psql -U <username> < <sql script>" to try to restore the
the DB but when I press enter it does not ask me for my password and
goes directly to the FATAL error of password is not authenticated.
Any idea what I am doing wrong?  I am following the instructions given
by our vendor in how to back up and restore the pg DB.

System Info:
Win2003 server

Demian Quiñonez
Systems Developer

Re: restoring with sql script

From
Oliver Elphick
Date:
On Wed, 2007-08-08 at 15:17 -0700, Demian Quinonez wrote:
> Help!
>
> I am creating a fail over server and one element of my system is using
> postgresql 8.0.  I created a dump of the current DB and I want to
> restore "as is" on the fail over server.   On the fail over I am using
> the command "psql -U <username> < <sql script>" to try to restore the
> the DB but when I press enter it does not ask me for my password and
> goes directly to the FATAL error of password is not authenticated.
> Any idea what I am doing wrong?  I am following the instructions given
> by our vendor in how to back up and restore the pg DB.

Try adding -W

--
Oliver Elphick                                          olly@lfix.co.uk
Isle of Wight                              http://www.lfix.co.uk/oliver
GPG: 1024D/A54310EA  92C8 39E7 280E 3631 3F0E  1EC0 5664 7A2F A543 10EA
                 ========================================
   Do you want to know God?   http://www.lfix.co.uk/knowing_god.html


--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


Re: restoring with sql script

From
"Ashish Karalkar"
Date:
try giving -W parameter to  psql command.

With Regards
Ashish...
----- Original Message -----
From: "Demian Quinonez" <dgq111@gmail.com>
To: <pgsql-novice@postgresql.org>
Sent: Thursday, August 09, 2007 3:47 AM
Subject: [NOVICE] restoring with sql script


Help!

I am creating a fail over server and one element of my system is using
postgresql 8.0.  I created a dump of the current DB and I want to
restore "as is" on the fail over server.   On the fail over I am using
the command "psql -U <username> < <sql script>" to try to restore the
the DB but when I press enter it does not ask me for my password and
goes directly to the FATAL error of password is not authenticated.
Any idea what I am doing wrong?  I am following the instructions given
by our vendor in how to back up and restore the pg DB.

System Info:
Win2003 server

Demian Quiñonez
Systems Developer

---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
       subscribe-nomail command to majordomo@postgresql.org so that your
       message can get through to the mailing list cleanly