Thread: Restore data from old installation
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
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
----- Original Message -----From: Brandon AikenSent: Monday, September 18, 2006 7:17 PMSubject: Re: [GENERAL] Restore data from old installationAre 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