Re: Restore data from old installation - Mailing list pgsql-general

From Brandon Aiken
Subject Re: Restore data from old installation
Date
Msg-id F8E84F0F56445B4CB39E019EF67DACBA2F212C@exchsrvr.winemantech.com
Whole thread Raw
In response to Restore data from old installation  ("Alberto Molteni" <alberto.molteni@libero.it>)
List pgsql-general

Are you trying to connect to a remote server?  By default, PostgreSQL only accepts connections from localhost or 127.0.0.1.  You will have to change the listen_addresses setting in postgresql.conf if you wish to connect from a remote node.

 

--

Brandon Aiken

CS/IT Systems Engineer


From: pgsql-general-owner@postgresql.org [mailto:pgsql-general-owner@postgresql.org] On Behalf Of Alberto Molteni
Sent: Monday, September 18, 2006 12:09 PM
To: pgsql-general@postgresql.org
Subject: [GENERAL] Restore data from old installation

 

 Hi everybody!

When I use pgAdmin III I cannot connect to the database..an error is
presented: Connection Refused (0x0000274D/10061).

I have not found a solution to this problem and I reinstalled the
package of Postgresql 8.0. I saved the directory of the old
installation.

Now, I should need to have the data inside a database which was stored
in that installation...is there a way through the directory /data? I
tried something but i did not have success...

Please help me!!!! Thanks

Albert

pgsql-general by date:

Previous
From: "Alberto Molteni"
Date:
Subject: Restore data from old installation
Next
From: Simon_Kelly@moh.govt.nz
Date:
Subject: Re: PostgreSQL slammed by PHP creator