Restore data from old installation

Started by Albertover 19 years ago3 messagesgeneral
Jump to latest
#1Albert
alberto.molteni@libero.it

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

#2Brandon Aiken
BAiken@winemantech.com
In reply to: Albert (#1)
Re: Restore data from old installation

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

#3Albert
alberto.molteni@libero.it
In reply to: Brandon Aiken (#2)
Re: Restore data from old installation

No, I'm connecting from the same host...this is my problem!

Any ideas?
----- Original Message -----
From: Brandon Aiken
To: Alberto Molteni ; pgsql-general@postgresql.org
Sent: Monday, September 18, 2006 7:17 PM
Subject: Re: [GENERAL] Restore data from old installation

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